| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill off the quite vestigal pubkey_enums header. Move most of the code | lloyd | 2012-03-28 | 5 | -134/+5 |
* | propagate from branch 'net.randombit.botan' (head 0d0f3fba72f3300bc995c79124a... | lloyd | 2012-03-28 | 1 | -20/+0 |
|\ |
|
| * | Fully working path validation. Even fixes the cases in PKITS where we | lloyd | 2012-02-06 | 1 | -20/+0 |
* | | Typo in comment | lloyd | 2012-03-09 | 1 | -1/+1 |
* | | Support ECDH key creation in the key factory function. Patch from Sean | lloyd | 2012-02-03 | 1 | -0/+14 |
|/ |
|
* | Whitespace | lloyd | 2012-02-02 | 2 | -4/+3 |
* | Multi-expoentiation, using the single bit variation. Using a 2 or 3 | lloyd | 2011-06-01 | 2 | -2/+4 |
* | PointGFp::get_affine_{x,y} doesn't return a reference | lloyd | 2011-05-31 | 1 | -2/+2 |
* | Move the curve over GF(p) code back into its own subdir | lloyd | 2011-05-19 | 2 | -2/+4 |
* | Reject s == 0 or r == 0 in a ECC signature. | lloyd | 2011-05-19 | 2 | -2/+5 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 13 | -91/+78 |
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 1 | -1/+0 |
* | Convert the BER/DER coders to use size_t instead of u32bit for small | lloyd | 2011-02-09 | 5 | -14/+8 |
* | Fix the ordering of the GOST 34.10 signature values. Add a test | lloyd | 2011-02-07 | 1 | -4/+4 |
* | Remove friend decl of now dead function | lloyd | 2011-02-07 | 1 | -2/+0 |
* | Avoid cast warnings | lloyd | 2010-11-05 | 1 | -2/+2 |
* | Add a BOTAN_DEPRECATED macro which can provide compile-time | lloyd | 2010-11-02 | 2 | -0/+3 |
* | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 1 | -1/+1 |
* | Make MemoryRegion::set protected, change all callers | lloyd | 2010-10-29 | 1 | -8/+15 |
* | s/u32bit/size_t/ | lloyd | 2010-10-29 | 1 | -1/+1 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -4/+4 |
* | Use size_t instead of u32bit in all of pubkey | lloyd | 2010-10-12 | 32 | -187/+185 |
* | Tidy | lloyd | 2010-09-30 | 1 | -3/+4 |
* | Use BOTAN_ASSERT in various places | lloyd | 2010-09-26 | 7 | -25/+33 |
* | If we generate a k such that s or r is 0, don't fail, simply retry | lloyd | 2010-09-26 | 1 | -11/+13 |
* | In RSA and RW key generation, if we generate a key that isn't exactly | lloyd | 2010-09-22 | 2 | -11/+12 |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 2 | -4/+3 |
* | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 1 | -4/+4 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 2 | -3/+3 |
* | Remove constructors of MemoryVector and SecureVector that took two | lloyd | 2010-09-13 | 1 | -2/+4 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 3 | -14/+14 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -4/+3 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 3 | -5/+6 |
* | The changelog for 1.9.4 claimed that the default PKCS #8 encryption | lloyd | 2010-08-13 | 1 | -1/+1 |
* | These functions are internal use only, and don't need to be exported with | lloyd | 2010-06-30 | 3 | -13/+15 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -0/+12 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -0/+3 |
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 8 | -44/+44 |
* | Require all PK keys implement check_key. Add for ECC keys. | lloyd | 2010-06-16 | 3 | -5/+11 |
* | Doxygen comments | lloyd | 2010-06-16 | 1 | -3/+19 |
* | Use Doxygen deprecation warnings | lloyd | 2010-06-15 | 2 | -4/+9 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 12 | -18/+75 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 7 | -15/+19 |
* | New BER encoding funcs for PKCS and X.509. Remove Private_Key dep here | lloyd | 2010-06-15 | 6 | -108/+122 |
* | Simplify PKCS8::copy_key | lloyd | 2010-06-15 | 1 | -7/+1 |
* | Some PKCS #8 simplifications | lloyd | 2010-06-14 | 3 | -21/+19 |
* | Add typedefs for the named EME encryptor/decryptor classes so code | lloyd | 2010-06-11 | 1 | -0/+6 |
* | If you didn't specify a qbits for the DSA kosherizer, then it would | lloyd | 2010-05-28 | 1 | -19/+20 |
* | Expose public_value() in ECDH public key | lloyd | 2010-04-20 | 1 | -3/+10 |
* | In the string constructor of EC_Domain_Params, check if the PEM decoding | lloyd | 2010-04-19 | 2 | -6/+16 |