aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/eme_pkcs1/eme_pkcs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Use consistent logic for OAEP and PKCS1v15 decodingJack Lloyd2018-12-211-11/+18
* Add CT::Mask typeJack Lloyd2018-11-281-10/+10
* Header file cleanupsJack Lloyd2017-09-211-0/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-13/+13
* 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-201-10/+16
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-201-7/+8
* 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
* 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-101-1/+1
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-181-0/+70