Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
1fd00240e0191dcee7af256a8cb027d25241a246
/
src
/
security
/
transform
844b093
build: require gcc >= 5.3, boost >= 1.58, openssl >= 1.0.2
by Davide Pesavento
· 6 years ago
130076f
build: Fix build when std::to_string is not available
by Alexander Afanasyev
· 7 years ago
9ced9e6
security: don't call front() on empty vector
by Davide Pesavento
· 7 years ago
5d0b010
encoding: remove duplicate buf() and get() methods from Buffer class
by Davide Pesavento
· 7 years ago
864e8e8
security: remove default argument from transform::digestFilter
by Davide Pesavento
· 7 years ago
3504cc4
security: deduplicate RAII wrapper class for EVP_MD_CTX
by Davide Pesavento
· 7 years ago
9219f58
security: use high-level EVP routines in HmacFilter
by Davide Pesavento
· 7 years ago
eaa93f4
security: fix AES IV length check in transform::BlockCipher
by Davide Pesavento
· 7 years ago
8a14b9b
security: use EVP_DigestVerify* routines in VerifierFilter
by Davide Pesavento
· 7 years ago
8aad372
security: add missing out-of-line destructors for transform classes
by Davide Pesavento
· 7 years ago
06f1bdf
security: use EVP_DigestSign* routines in SignerFilter
by Davide Pesavento
· 7 years ago
8703953
security: consistently use EVP_MD conversion helper
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
1c31a71
security: simplify/cleanup PublicKey implementation
by Davide Pesavento
· 7 years ago
f45fa21
security: simplify PrivateKey implementation and improve error handling
by Davide Pesavento
· 7 years ago
0f5078e
security: use high-level EVP routines in DigestFilter
by Davide Pesavento
· 7 years ago
941fd8c
security: insert OpenSSL initialization call in PrivateKey::loadPkcs8
by Luca Keidel
· 7 years ago
a84f464
Cleanup iostream includes
by Davide Pesavento
· 7 years ago
ba4fbbe
docs: update doxygen configuration
by Davide Pesavento
· 7 years ago
794f687
security+util: mark all pimpl unique_ptrs const
by Davide Pesavento
· 7 years ago
80fba6c
security: Wrong exception message in transform::PublicKey::rsaEncrypt()
by Muktadir R Chowdhury
· 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
57c07df
src: drop 'virtual' from functions marked 'final' or 'override'
by Davide Pesavento
· 8 years ago
02948ec
security: Add support for OpenSSL 1.1.0 API
by Alexander Afanasyev
· 8 years ago
b8deee0
security: initialize transform::Downstream::m_index
by Junxiao Shi
· 8 years ago
1b0f486
security: plug memory leaks in transform
by Junxiao Shi
· 8 years ago
4ce0bcf
util: io::load accepts base64 encoding without newlines
by Junxiao Shi
· 8 years ago
ba6baaf
security: StreamSource throws upon istream::fail()
by Junxiao Shi
· 8 years ago
b263f15
security: Add signing/verification support in transformation
by Yingdi Yu
· 9 years ago
202a2e9
security: Add wrapper for public/private key in transformation
by Yingdi Yu
· 9 years ago
8751661
security: Add BlockCipher in transformation
by Yingdi Yu
· 9 years ago
99b2a00
security: change enum to enum class in security-common.hpp
by Yingdi Yu
· 9 years ago
d12fb97
security: Add hmac calculation support in transformation
by Yingdi Yu
· 9 years ago
ae73427
security: Add digest calculation support in transformation
by Yingdi Yu
· 9 years ago
38317e5
security: Add base64 and hex encoding/decoding support in transformation
by Yingdi Yu
· 9 years ago
3168c30
security: Add transformation sink/source
by Yingdi Yu
· 9 years ago