aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/rsa
Commit message (Expand)AuthorAgeFilesLines
* Remove Key_Type typedefsJack Lloyd2016-11-081-6/+0
* Update Doxygen comment [ci skip]Jack Lloyd2016-11-061-1/+0
* Remove automatic self-testing of public and private keysJack Lloyd2016-11-032-15/+4
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+1
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-1/+12
* Indent include so amalgamation works correctlyJack Lloyd2016-10-171-2/+1
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-1/+10
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-072-24/+55
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-072-15/+126
* Remove IF_Scheme_{Public,Private}KeyJack Lloyd2016-09-023-27/+186
* fix test failures and seg faults when Botan is configured with --module-poli...René Korthaus2016-06-172-1/+3
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-2/+2
* Prefix more member vars with m_ prefixRené Korthaus2016-01-111-8/+8
* Mass-prefix member vars with m_René Korthaus2016-01-081-24/+24
* Remove debug printsJack Lloyd2015-12-261-4/+0
* Add generalized KEM interfaceJack Lloyd2015-12-261-2/+60
* Merge the openssl code together.Jack Lloyd2015-12-191-283/+0
* Compile fixJack Lloyd2015-10-261-1/+1
* Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-261-17/+3
* Break up openssl providerJack Lloyd2015-10-191-0/+297
* In RSA, check that the input is less than the modulus n before blindingJack Lloyd2015-08-211-5/+7
* pubkey: Add missing overridesDaniel Seither2015-07-301-2/+2
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-11/+9
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-9/+11
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-042-15/+4
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-032-117/+175
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+284