aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey
Commit message (Expand)AuthorAgeFilesLines
* Mass-prefix member vars with m_René Korthaus2016-01-0821-440/+445
* add missing overridesDaniel Neus2016-01-081-1/+1
* String comparision fixesDaniel Neus2016-01-042-4/+4
* Add ECDH via OpenSSLJack Lloyd2016-01-042-3/+8
* Merge pull request #381 from cordney/fix-load-unencryped-key-from-berJack Lloyd2015-12-312-31/+99
|\
| * Fix loading of unencrypted, BER encoded private keys via PKCS8 apiRené Korthaus2015-12-252-31/+99
* | Move McEliece KEM operation into the same file as the key type.Jack Lloyd2015-12-262-74/+65
* | Remove debug printsJack Lloyd2015-12-261-4/+0
* | Add generalized KEM interfaceJack Lloyd2015-12-2611-102/+367
|/
* Merge the openssl code together.Jack Lloyd2015-12-192-496/+0
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-1/+2
* Missing addsJack Lloyd2015-12-112-2/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-117-13/+13
* Remove support for broken 112 and 128 bit SECP ECC groups.Jack Lloyd2015-12-021-46/+0
* Add update overload taking std::string to PK_Verifier and PK_SignerJack Lloyd2015-12-021-1/+19
* Add more workfactor estimate helpers.Jack Lloyd2015-11-296-32/+53
* Update and consolidate the test framework.Jack Lloyd2015-11-111-0/+4
* Fix McEliece key gen endian dependency.Jack Lloyd2015-10-273-20/+27
* Compile fixJack Lloyd2015-10-261-1/+1
* Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-261-17/+3
|\
| * Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-261-17/+3
* | Add missing includeJack Lloyd2015-10-261-0/+1
|/
* Make Montgomery reduction constant time.Jack Lloyd2015-10-242-8/+8
* Break up openssl providerJack Lloyd2015-10-192-0/+510
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+9
* MSVC build fixJack Lloyd2015-10-152-9/+10
* Prohibit creating a DL_Group smaller than 1024 bitsJack Lloyd2015-10-151-2/+2
* Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-152-13/+39
* Expose providers for public key operationsJack Lloyd2015-10-142-43/+61
* Move DataSource to utils and rewrite PEM encoding to avoid filtersJack Lloyd2015-10-141-1/+1
* Merge pull request #286 from randombit/mce-cleanupJack Lloyd2015-09-3025-1201/+986
|\
| * McEliece cleanupsJack Lloyd2015-09-2925-1201/+986
* | Remove warning: assuming signed overflow does not occurSimon Warta2015-09-251-1/+1
|/
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-2/+2
* Internal header cleanupsJack Lloyd2015-09-193-3/+0
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-112-1/+3
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-294-4/+0
* Remove unused variableJack Lloyd2015-08-281-3/+0
* Missing addJack Lloyd2015-08-211-0/+1
* In RSA, check that the input is less than the modulus n before blindingJack Lloyd2015-08-211-5/+7
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-212-35/+37
* Remove unused pkcs8 includesSimon Warta2015-08-033-3/+0
* pubkey: Add missing overridesDaniel Seither2015-07-3025-86/+89
* Fix typosSimon Warta2015-07-242-2/+2
* Silence some extra ';' warningsSimon Warta2015-07-222-2/+2
* Fix module combi: adler32,mceSimon Warta2015-07-082-4/+9
* The gf2m type is an unsigned 16-bit, so under C promotion rules aJack Lloyd2015-07-051-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+1
* Fix module dependencies of x509 and pubkeySimon Warta2015-06-301-1/+1
* More changes for use with debug STLSimon Warta2015-06-301-3/+3