commit | 641de4cec3a64e5ec2d523bcfc55493589c77d4b | [log] [tgz] |
---|---|---|
author | José Quevedo <quevedo@av.it.pt> | Fri Jan 29 00:11:24 2016 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 02 16:57:57 2016 -0800 |
tree | 003c84118d1f30de48cb647b3f9419c74705caf8 | |
parent | 6617e498785ac8b8f88751a9b319308beb5e77cc [diff] |
security: Fix signing by identity (ECDSA) When signing by identity, if no certificate is available for the default key and its type does not corresponds to the `DEFAULT_KEY_PARAMS` a new pair of `DEFAULT_KEY_PARAMS` keys is created, set as default and used for signing. Solved by checking the type of key of the default key pair for the identity. Change-Id: I75c117cea17cbbfda410da9a83dd16b92d345d21 Refs: #3438
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.