Actions
Task #3098
closedMerge KeyChain branch
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Updated by Junxiao Shi over 9 years ago
- Blocked by Task #2926: Refactor KeyChain added
Updated by Junxiao Shi over 9 years ago
If a change that should be implemented in feature-keychain
immediately before or after the merge, update the description of this issue to include that.
If a feature should be implemented in feature-keychain
before it can merge, make that issue block this issue.
Updated by Junxiao Shi over 8 years ago
- Blocked by Feature #1872: Validator: error code added
Updated by Alex Afanasyev over 8 years ago
- Status changed from New to In Progress
- Assignee set to Alex Afanasyev
Updated by Junxiao Shi over 8 years ago
TravisCI OSX builds are failing due to unsuccessful OpenSSL installation.
https://travis-ci.org/named-data/ndn-cxx/jobs/149642201
https://travis-ci.org/named-data/NFD/jobs/149775487
+brew link --force openssl
Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
+./waf configure -j1 --color=yes --enable-shared --disable-static --without-osx-keychain
Checking for OpenSSL lib : OpenSSL not found, please provide a --with-openssl=PATH argument (see help)
Updated by Alex Afanasyev almost 8 years ago
- Target version changed from v0.5 to v0.6
- % Done changed from 0 to 100
- Estimated time deleted (
3.00 h)
All code from the key-chain branch was successfully merged to master.
Updated by Alex Afanasyev almost 8 years ago
- Blocked by deleted (Feature #1872: Validator: error code)
Updated by Alex Afanasyev almost 8 years ago
- Status changed from In Progress to Closed
Updated by Zhiyi Zhang over 7 years ago
- Related to Task #4089: Adapt to ndn-cxx v2::KeyChain and Validator added
Updated by Junxiao Shi over 7 years ago
- Blocks Feature #4205: Restore PIB service after ndn-cxx security v2 and other breaking changes added
Actions