aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/eme_oaep
Commit message (Expand)AuthorAgeFilesLines
* Mixed mode OAEPJack Lloyd2018-03-213-10/+27
* Add note on OAEP version implemented [ci skip]René Korthaus2018-01-041-0/+1
* Header file cleanupsJack Lloyd2017-09-211-0/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-18/+18
* Avoid timing channel in OAEP decoding (CVE-2016-8871)Juraj Somorovsky2016-10-261-7/+12
* Remove Algo_RegistryJack Lloyd2016-10-212-17/+0
* Improve pk_pad doxygen [ci skip]René Korthaus2016-10-191-1/+1
* eme / pubkey test improvementsDaniel Neus2016-07-251-1/+3
* Clean up PK decryption encoding.Jack Lloyd2016-03-202-12/+8
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-202-8/+17
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Make Montgomery reduction constant time.Jack Lloyd2015-10-241-8/+8
* Cleanups in ct and oaepJack Lloyd2015-10-171-9/+11
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-16/+16
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+2
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-5/+1
* pk_pad: Add missing overridesDaniel Seither2015-07-301-3/+3
* Fix module combi: adler32,eme_oaepSimon Warta2015-07-081-1/+0
* lib/pk_pad: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-8/+8
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-3/+1
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-3/+0
* Use registry also for KDF, EMSA, and EMElloyd2015-01-312-0/+24
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Guess I won't be needing theselloyd2014-01-182-2/+0
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-183-0/+184