Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
ndn-cxx
/
e6e125ea1bf59f8fcb379c52dc0e154b35909797
/
ndn-cxx
/
security
/
transform
/
private-key.cpp
140e9cb
util: backport C++17 [[nodiscard]] attribute
by Davide Pesavento
· 6 years ago
1bac111
security: make PrivateKey::getKeySize() work in all cases
by Davide Pesavento
· 6 years ago
48f9724
security: add PrivateKey::loadRaw() for HMAC keys
by laqinfan
· 6 years ago
0fe72ea
security: add HMAC support to SignerFilter and VerifierFilter
by Laqin Fan
· 6 years ago
923ba44
Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW
by Davide Pesavento
· 6 years ago
24c5a00
impl: rename 'detail' to 'impl'
by Junxiao Shi
· 6 years ago
7e78064
Change #include style
by Davide Pesavento
· 6 years ago
1944281
Rename 'src' directory to 'ndn-cxx'
by Davide Pesavento
· 6 years ago
[Renamed from src/security/transform/private-key.cpp]
ee77ca0
security: use AES-256 for private key encryption in PKCS #8 export
by Davide Pesavento
· 6 years ago
3c7969f
security: support 224-bit and 521-bit NIST elliptic curves
by Davide Pesavento
· 6 years ago
5d0b010
encoding: remove duplicate buf() and get() methods from Buffer class
by Davide Pesavento
· 7 years ago
06f1bdf
security: use EVP_DigestSign* routines in SignerFilter
by Davide Pesavento
· 7 years ago
c21979d
security: deduplicate getting the key type from an EVP_PKEY structure
by Davide Pesavento
· 7 years ago
cafa402
security: use DES-EDE3-CBC to encrypt private keys in PKCS #8 format
by Davide Pesavento
· 7 years ago
f45fa21
security: simplify PrivateKey implementation and improve error handling
by Davide Pesavento
· 7 years ago
941fd8c
security: insert OpenSSL initialization call in PrivateKey::loadPkcs8
by Luca Keidel
· 8 years ago
e178989
src: minor updates to common.hpp and common-pch.hpp
by Davide Pesavento
· 8 years ago
1ece2e3
security: Renaming EcdsaKeyParams to EcKeyParams
by Spyridon Mastorakis
· 9 years ago
02948ec
security: Add support for OpenSSL 1.1.0 API
by Alexander Afanasyev
· 8 years ago
202a2e9
security: Add wrapper for public/private key in transformation
by Yingdi Yu
· 10 years ago