aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pbes2
Commit message (Expand)AuthorAgeFilesLines
* 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-212-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+2
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-262-12/+104
* 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-182-19/+19
* Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-031-1/+0
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-033-0/+232