aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
Commit message (Expand)AuthorAgeFilesLines
* Fix encoding error in ECC group encoding, fix by fxdupont on githublloyd2013-11-021-1/+1
* Make error message when key does not support an operation less confusinglloyd2013-09-021-10/+5
* Fix various bugs found by Coverity scanner.lloyd2013-07-251-0/+8
* Check for DH inputs out of range, was removed in the pk_oplloyd2012-07-171-0/+3
* [email protected] reported on the mailing list that ECC keys created by OpenSSLlloyd2012-07-101-3/+2
* NR_Verification_Operation::verify_mr would return false if the inputlloyd2012-05-181-1/+1
* Add more comments explaining what is going on in dl_work_factorlloyd2012-03-302-28/+29
* Typo in commentlloyd2012-03-091-1/+1
* Support ECDH key creation in the key factory function. Patch from Seanlloyd2012-02-031-0/+14
* Whitespacelloyd2012-02-022-4/+3
* Multi-expoentiation, using the single bit variation. Using a 2 or 3lloyd2011-06-012-2/+4
* PointGFp::get_affine_{x,y} doesn't return a referencelloyd2011-05-311-2/+2
* Move the curve over GF(p) code back into its own subdirlloyd2011-05-192-2/+4
* Reject s == 0 or r == 0 in a ECC signature.lloyd2011-05-192-2/+5
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-0813-91/+78
* Remove inclusions of unused headers.lloyd2011-02-101-1/+0
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-095-14/+8
* Fix the ordering of the GOST 34.10 signature values. Add a testlloyd2011-02-071-4/+4
* Remove friend decl of now dead functionlloyd2011-02-071-2/+0
* Avoid cast warningslloyd2010-11-051-2/+2
* Add a BOTAN_DEPRECATED macro which can provide compile-timelloyd2010-11-022-0/+3
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-1/+1
* Make MemoryRegion::set protected, change all callerslloyd2010-10-291-8/+15
* s/u32bit/size_t/lloyd2010-10-291-1/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-4/+4
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-1232-187/+185
* Tidylloyd2010-09-301-3/+4
* Use BOTAN_ASSERT in various placeslloyd2010-09-267-25/+33
* If we generate a k such that s or r is 0, don't fail, simply retrylloyd2010-09-261-11/+13
* In RSA and RW key generation, if we generate a key that isn't exactlylloyd2010-09-222-11/+12
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-152-4/+3
* Remove more implicit vector to pointer conversionslloyd2010-09-141-4/+4
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-142-3/+3
* Remove constructors of MemoryVector and SecureVector that took twolloyd2010-09-131-2/+4
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-133-14/+14
* More vector->pointer conversion removals.lloyd2010-09-131-4/+3
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-133-5/+6
* The changelog for 1.9.4 claimed that the default PKCS #8 encryptionlloyd2010-08-131-1/+1
* These functions are internal use only, and don't need to be exported withlloyd2010-06-303-13/+15
* Doxygenlloyd2010-06-211-0/+12
* Doxygenlloyd2010-06-211-0/+3
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-168-44/+44
* Require all PK keys implement check_key. Add for ECC keys.lloyd2010-06-163-5/+11
* Doxygen commentslloyd2010-06-161-3/+19
* Use Doxygen deprecation warningslloyd2010-06-152-4/+9
* More Doxygen updates/fixeslloyd2010-06-1512-18/+75
* Fix a few hundred Doxygen warningslloyd2010-06-157-15/+19
* New BER encoding funcs for PKCS and X.509. Remove Private_Key dep herelloyd2010-06-156-108/+122
* Simplify PKCS8::copy_keylloyd2010-06-151-7/+1
* Some PKCS #8 simplificationslloyd2010-06-143-21/+19