Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Use scoped objects to simplify crypto routines. Also do lots of other simpli... | pkasting@chromium.org | 2010-10-21 | 1 | -9/+8 |
* | On NSS-using platforms, add a way to use an existing keypair given only the p... | cmasone@google.com | 2010-08-10 | 1 | -0/+20 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 1 | -1/+0 |
* | Implement PBKDF2-based key derivation, random key generation, | wtc@chromium.org | 2010-04-09 | 1 | -15/+6 |
* | Switch base to using CHECK_*. | willchan@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Refactor ASN1 parsing/serialization | rafaelw@chromium.org | 2009-10-07 | 1 | -299/+45 |
* | Fix decoding bug in RSAPrivateKey. | aa@chromium.org | 2009-06-22 | 1 | -31/+52 |
* | TBR: Add more logging to try and track down flakey crypto tests. | aa@chromium.org | 2009-06-20 | 1 | -0/+8 |
* | Minor no-op change to ASN.1 encoding of private key. | aa@chromium.org | 2009-06-19 | 1 | -2/+2 |
* | Introduce SignatureCreator. | aa@chromium.org | 2009-06-05 | 1 | -0/+445 |