aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/eme_pkcs1
Commit message (Expand)AuthorAgeFilesLines
* Add API stability annotations.Jack Lloyd2017-09-191-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-16/+16
* Fix off by one in PKCS #1 v1.5 decryption decodingJack Lloyd2016-12-081-1/+1
* Avoid crash in PKCS1v1.5 unpadding if input len <= 2Jack Lloyd2016-12-081-0/+6
* eme / pubkey test improvementsDaniel Neus2016-07-251-10/+10
* Clean up PK decryption encoding.Jack Lloyd2016-03-202-12/+17
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-202-8/+13
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* TLS improvementsJack Lloyd2015-10-251-2/+1
* Make Montgomery reduction constant time.Jack Lloyd2015-10-241-8/+8
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-14/+32
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-3/+0
* pk_pad: Add missing overridesDaniel Seither2015-07-301-3/+3
* Fix typosSimon Warta2015-07-241-4/+4
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-0/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-183-0/+101