| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -148/+0 |
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 1 | -1/+0 |
* | Add Public_Key::estimated_strength which gives an approximation of how | lloyd | 2012-07-27 | 1 | -0/+5 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 1 | -2/+3 |
* | Fix for bug 209. Required some reworking of the ASN.1 bytestring | lloyd | 2012-07-09 | 1 | -4/+18 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -5/+5 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 1 | -22/+14 |
* | Convert the BER/DER coders to use size_t instead of u32bit for small | lloyd | 2011-02-09 | 1 | -2/+2 |
* | Use BOTAN_ASSERT in various places | lloyd | 2010-09-26 | 1 | -4/+5 |
* | Require all PK keys implement check_key. Add for ECC keys. | lloyd | 2010-06-16 | 1 | -3/+6 |
* | Replace PointGFp::check_invaraints, which would either return silently | lloyd | 2010-03-19 | 1 | -32/+5 |
* | Add a couple of new helper functions to BER_Decoder: | lloyd | 2010-03-19 | 1 | -11/+3 |
* | Set domain_encoding enum in all EC key constructors | lloyd | 2010-03-05 | 1 | -10/+15 |
* | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 1 | -5/+6 |
* | Remove load hooks from ECC classes, unused | lloyd | 2010-03-04 | 1 | -16/+8 |
* | Kill pkcs8_decoder | lloyd | 2010-03-04 | 1 | -42/+0 |
* | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 1 | -0/+23 |
* | Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC) | lloyd | 2010-03-04 | 1 | -26/+0 |
* | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 1 | -0/+17 |
* | Kill pkcs8_encoder | lloyd | 2010-03-04 | 1 | -29/+4 |
* | Add a pkcs8_private_key similiar to x509_subject_public_key | lloyd | 2010-03-04 | 1 | -7/+12 |
* | Add a new function to public key x509_subject_public_key which returns | lloyd | 2010-03-04 | 1 | -23/+5 |
* | Add a new function to Public_Key, algorithm_identifier(), which just | lloyd | 2010-03-04 | 1 | -4/+7 |
* | Unused variable warning in catch statement | lloyd | 2010-03-03 | 1 | -1/+1 |
* | Small cleanups | lloyd | 2010-03-02 | 1 | -1/+1 |
* | Add some simple constructors to the EC_ base key types to simplify | lloyd | 2010-03-02 | 1 | -5/+33 |
* | Remove auto_ptr from ECC key types | lloyd | 2010-03-02 | 1 | -87/+30 |
* | Clean up EC_Domain_Params | lloyd | 2010-03-01 | 1 | -16/+14 |
* | Remove PointGFp::mult_this_secure | lloyd | 2010-02-24 | 1 | -7/+3 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -2/+2 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+0 |
* | Fix some unused variable nits pointed out by icc 10.1 | lloyd | 2009-07-21 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -10/+12 |
* | Reformat for shorter lines | lloyd | 2008-11-07 | 1 | -5/+15 |
* | Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now. | lloyd | 2008-10-11 | 1 | -74/+83 |
* | Fix problems with disabling ECDSA | lloyd | 2008-10-08 | 1 | -0/+56 |
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 1 | -0/+192 |