aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey
Commit message (Expand)AuthorAgeFilesLines
* Fix unreachable codeJack Lloyd2019-11-251-1/+0
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-281-7/+4
* Add missing certificatesRené Korthaus2019-10-232-0/+2
* Add support for XMSS X.509 certificatesRené Korthaus2019-10-215-25/+74
* silence trivial warningsNuno Goncalves2019-10-201-2/+2
* Merge GH #2147 Add constant-time gcd computationJack Lloyd2019-10-161-1/+0
|\
| * Add constant-time gcdJack Lloyd2019-10-121-1/+0
* | Update DLIES in the same wayJack Lloyd2019-10-131-10/+6
* | Add a more explicit exception to catch cases where app doesn't set IVJack Lloyd2019-10-131-0/+5
* | Always try to use an IV with ECIESJack Lloyd2019-10-131-8/+3
|/
* Throw if you attempt to use GOST 34.10-2012 with invalid paramsJack Lloyd2019-10-062-6/+26
* fix for botan issue #2128: klocwork warning - get_affine_x() andMartin Ostertag2019-10-022-6/+6
* Merge GH #2104 Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-131-2/+2
|\
| * Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-131-2/+2
* | Support loading an EC point with affine zero coordinates.Jack Lloyd2019-09-122-2/+3
|/
* MoarJack Lloyd2019-09-061-1/+1
* Deprecate many publically available headersJack Lloyd2019-09-0614-2/+31
* Remove pow_mod.h from ElGamalJack Lloyd2019-08-231-12/+25
* Remove pow_mod.h from Diffie-HellmanJack Lloyd2019-08-231-7/+17
* Merge GH #2070 Precompute RSA Montgomery paramsJack Lloyd2019-08-232-163/+305
|\
| * Fix python testJack Lloyd2019-08-171-0/+2
| * Have RSA key precompute Montgomery parametersJack Lloyd2019-08-172-163/+303
* | Merge GH #2051 Have cli sign util update stateful keysJack Lloyd2019-08-202-0/+4
|\ \ | |/ |/|
| * Add Private_Key::stateful_operation and use it in cli signerJack Lloyd2019-07-302-0/+4
* | Avoid using old pow_mod interface in RSAJack Lloyd2019-08-171-7/+13
* | Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-043-19/+10
* | Deprecate and replace OIDS::lookupJack Lloyd2019-08-046-22/+22
* | Update GOST to use 2012 OIDs/paramsJack Lloyd2019-08-034-10/+18
* | Add gost_512A paramJack Lloyd2019-08-011-0/+12
* | Fix test when GOST or Streebog is disabledJack Lloyd2019-08-011-0/+1
* | Updates for GOST 2012 supportJack Lloyd2019-08-016-8/+17
|/
* Move decl of blinding bits into the source fileJack Lloyd2019-07-272-2/+6
* Remove BearSSL providerJack Lloyd2019-07-051-34/+0
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-295-100/+108
* Fix various MSVC warningsJack Lloyd2019-06-297-28/+27
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-232-5/+5
* Use qualified-id for XMSS key size checkMatthias Gierlings2019-06-212-2/+2
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-203-13/+47
* Resolve some MSVC warningsJack Lloyd2019-06-141-1/+1
* Officially deprecate headersJack Lloyd2019-06-071-0/+2
* Merge GH #1858 Update XMSS to conform to RFC 8391Jack Lloyd2019-05-2415-161/+147
|\
| * Fix param names to match RFCJack Lloyd2019-05-132-25/+25
| * Fix param namesJack Lloyd2019-05-102-24/+24
| * Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-063-10/+6
| * Updates copyright noticesMatthias Gierlings2019-05-0611-11/+11
| * Updates references to XMSS the standard documentMatthias Gierlings2019-05-0611-47/+37
| * Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-064-92/+92
* | Don't artificially limit very small RSA keys.Jack Lloyd2019-05-201-1/+6
* | Fix some warnings with Clang 8Jack Lloyd2019-05-082-2/+9
|/
* Add proper SRP6 testsJack Lloyd2019-04-301-1/+1