aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pbes2/pbes2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-281-7/+4
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-4/+4
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-7/+7
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
* Fix compilation problem when scrypt is disabledJack Lloyd2018-10-291-0/+1
* Remove redundant operationJack Lloyd2018-09-101-4/+0
* Add from_iterationsJack Lloyd2018-09-101-9/+4
* Convert ScryptJack Lloyd2018-09-101-20/+53
* Allow SIV for PBES2 private key encryptionJack Lloyd2018-08-231-2/+7
* Add OIDS for Camellia and SM4 in GCM and CBC modesJack Lloyd2018-05-221-2/+6
* Support scrypt for encrypting private keysJack Lloyd2018-05-221-85/+164
* DER improvementsJack Lloyd2018-05-221-17/+18
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-2/+2
* Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-6/+6
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+2
* Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-261-12/+67
* Remove verify_end() chained immediatly before end_cons() (close #890)Nuno Goncalves2017-02-251-2/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-14/+14
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+176