| Commit message (Expand) | Author | Age | Files | Lines |
* | Constify sign and verify ops | lloyd | 2010-03-05 | 13 | -41/+50 |
* | Remove sign and verify ops from key types | lloyd | 2010-03-05 | 6 | -109/+0 |
* | Remove ECDSA_PublicKey::verify | lloyd | 2010-03-05 | 2 | -40/+0 |
* | Rename PK_Ops::Signature_Operation to PK_Ops::Signature | lloyd | 2010-03-05 | 10 | -14/+14 |
* | Remove NR and DSA specific hooks | lloyd | 2010-03-05 | 13 | -505/+2 |
* | Add verification ops for all signature key types | lloyd | 2010-03-05 | 15 | -144/+363 |
* | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 13 | -155/+40 |
* | Add signature generation operation classes. Remove sign() from | lloyd | 2010-03-05 | 17 | -70/+397 |
* | The operation can assume the key will continue to exist as long as it does, | lloyd | 2010-03-04 | 2 | -7/+6 |
* | This checkin represents a pretty major change in how PK operations are | lloyd | 2010-03-04 | 15 | -230/+189 |
* | Clean up PK_Key_Agreement slightly | lloyd | 2010-03-04 | 2 | -21/+32 |
* | Fix typos | lloyd | 2010-03-04 | 1 | -2/+2 |
* | Inline simple DSA funcs | lloyd | 2010-03-04 | 2 | -21/+6 |
* | Remove ElGamal load hook functions | lloyd | 2010-03-04 | 2 | -47/+23 |
* | Remove NR load hooks | lloyd | 2010-03-04 | 2 | -58/+34 |
* | Remove no-op DH_Public_Key::X509_load_hook | lloyd | 2010-03-04 | 2 | -12/+1 |
* | Remove DSA load hooks functions | lloyd | 2010-03-04 | 2 | -32/+17 |
* | Cleanups | lloyd | 2010-03-04 | 1 | -5/+4 |
* | Remove IF_Scheme_PrivateKey::PKCS8_load_hook | lloyd | 2010-03-04 | 6 | -35/+30 |
* | New IF constructors, simplifies RSA/RW | lloyd | 2010-03-04 | 6 | -72/+67 |
* | Remove DH_PrivateKey::PKCS8_load_hook | lloyd | 2010-03-04 | 2 | -15/+23 |
* | Remove unnecessary virtual destructors from ECC key base types | lloyd | 2010-03-04 | 1 | -4/+0 |
* | Fix GOST pubkey encoding when x.bytes() != y.bytes() | lloyd | 2010-03-04 | 1 | -1/+1 |
* | Fix exception text | lloyd | 2010-03-04 | 1 | -1/+1 |
* | Quite the hack, here. | lloyd | 2010-03-04 | 3 | -1/+11 |
* | Fix GOST 34.10 pubkey encoding | lloyd | 2010-03-04 | 2 | -3/+13 |
* | Fix loading ElGamal keys | lloyd | 2010-03-04 | 1 | -6/+4 |
* | Remove more load hooks | lloyd | 2010-03-04 | 7 | -17/+10 |
* | Remove load hooks from ECC classes, unused | lloyd | 2010-03-04 | 3 | -21/+16 |
* | Kill pkcs8_decoder | lloyd | 2010-03-04 | 8 | -158/+0 |
* | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 16 | -82/+164 |
* | Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC) | lloyd | 2010-03-04 | 10 | -173/+24 |
* | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 19 | -114/+193 |
* | The code in pk_codecs was actually entirely tied to the code in | lloyd | 2010-03-04 | 9 | -10/+6 |
* | Kill pkcs8_encoder | lloyd | 2010-03-04 | 8 | -124/+4 |
* | Add a pkcs8_private_key similiar to x509_subject_public_key | lloyd | 2010-03-04 | 8 | -27/+49 |
* | Add a new function to public key x509_subject_public_key which returns | lloyd | 2010-03-04 | 11 | -140/+34 |
* | Add a new function to Public_Key, algorithm_identifier(), which just | lloyd | 2010-03-04 | 7 | -16/+35 |
* | Unused variable warning in catch statement | lloyd | 2010-03-03 | 1 | -1/+1 |
* | For PEM encoding ECC domain parameters I had been using the identifier | lloyd | 2010-03-02 | 1 | -2/+2 |
* | Make two variants of OS2ECP, one taking pointer + length, and other | lloyd | 2010-03-02 | 1 | -3/+1 |
* | Small cleanups | lloyd | 2010-03-02 | 4 | -23/+21 |
* | Add some simple constructors to the EC_ base key types to simplify | lloyd | 2010-03-02 | 8 | -106/+78 |
* | Remove extraneous include | lloyd | 2010-03-02 | 1 | -4/+0 |
* | Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm, | lloyd | 2010-03-02 | 3 | -31/+35 |
* | Kill ECKAEG_Op | lloyd | 2010-03-02 | 7 | -235/+32 |
* | Remove ECDSA_Op and its attendant bits | lloyd | 2010-03-02 | 6 | -281/+45 |
* | Remove auto_ptr from ECC key types | lloyd | 2010-03-02 | 11 | -586/+136 |
* | Remove a fairly useless member of EC_PublicKey that was only used for | lloyd | 2010-03-02 | 6 | -94/+3 |
* | Set PEM constructor (taking a string) to default to "". In this case, | lloyd | 2010-03-02 | 2 | -6/+12 |