| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: enable NEON optimisations when supported by the platform. | agl@chromium.org | 2013-11-20 | 1 | -0/+3 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 1 | -4/+1 |
* | Add SignatureVerifier::VerifyInitRSAPSS for verifying RSA-PSS signatures. | wtc@chromium.org | 2013-06-28 | 1 | -0/+2 |
* | Remove platform-specific implementations of RSAPrivateKey and SignatureCreator | rsleevi@chromium.org | 2013-06-27 | 1 | -29/+0 |
* | Added Curve25519-donna changes. | rtenneti@chromium.org | 2013-03-08 | 1 | -0/+4 |
* | Relanding Porting of HKDF changes from server. | rtenneti@chromium.org | 2013-02-23 | 1 | -0/+3 |
* | Revert 184133 | vandebo@chromium.org | 2013-02-22 | 1 | -3/+0 |
* | Porting of HKDF changes from server. | rtenneti@chromium.org | 2013-02-22 | 1 | -0/+3 |
* | Disabling nacl_win64 targets when building in target_arch!=ia32 mode. | bradnelson@google.com | 2013-01-21 | 1 | -1/+1 |
* | Make crypto build on Win64 | jschuh@chromium.org | 2013-01-10 | 1 | -0/+8 |
* | crypto: add GHASH implementation. | agl@chromium.org | 2012-11-09 | 1 | -0/+3 |
* | Rename MacKeychain to AppleKeychain | msarda@chromium.org | 2012-08-30 | 1 | -12/+20 |
* | Add RSAPrivateKey stub implementation for iOS. | msarda@chromium.org | 2012-08-20 | 1 | -0/+9 |
* | Built crypto and crypto_unittests for iOS | msarda@chromium.org | 2012-08-09 | 1 | -6/+15 |
* | Added crypto random-number generator | mniknami@chromium.org | 2012-08-02 | 1 | -0/+3 |
* | Use NSS for symmetric key crypto operations on Windows and Mac. | ddorwin@chromium.org | 2012-06-15 | 1 | -4/+17 |
* | Upstream: Depend on OpenSSL directly instead of via system.gyp | jingzhao@chromium.org | 2012-05-16 | 1 | -1/+1 |
* | Reland - Create a database for NaCl validation caching that is shared between... | nduca@google.com | 2012-03-27 | 1 | -9/+44 |
* | Revert 129061 - Create a database for NaCl validation caching that is shared ... | nduca@google.com | 2012-03-27 | 1 | -44/+9 |
* | Create a database for NaCl validation caching that is shared between processes. | ncbray@chromium.org | 2012-03-27 | 1 | -9/+44 |
* | Move *keychain_mac* files to crypto/ | akalin@chromium.org | 2012-03-17 | 1 | -0/+4 |
* | mac: Make crypto_unittests depend on nspr | thakis@chromium.org | 2012-03-15 | 1 | -0/+5 |
* | Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args. | mattm@chromium.org | 2012-02-28 | 1 | -0/+2 |
* | Upstream: Build crypto_unittests for Android. | jingzhao@chromium.org | 2012-02-07 | 1 | -2/+2 |
* | Create a new ECSignatureCreator class for signing content using EC crypto. | rch@chromium.org | 2012-01-25 | 1 | -3/+11 |
* | Reland: Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime. | mattm@chromium.org | 2011-12-15 | 1 | -0/+2 |
* | Revert 114499 - Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime. | sail@chromium.org | 2011-12-14 | 1 | -2/+0 |
* | Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime. | mattm@chromium.org | 2011-12-14 | 1 | -0/+2 |
* | ReReland: Allow signing EC certs and creating EC origin-bound certs. | mattm@chromium.org | 2011-12-02 | 1 | -0/+2 |
* | Revert 112385 - Reland: Allow signing EC certs and creating EC origin-bound c... | rbyers@chromium.org | 2011-12-01 | 1 | -2/+0 |
* | Reland: Allow signing EC certs and creating EC origin-bound certs. | mattm@chromium.org | 2011-12-01 | 1 | -0/+2 |
* | replace platform conditions with os_posix and os_bsd where applicable | robert.nagy@gmail.com | 2011-11-22 | 1 | -1/+1 |
* | net: add low-entropy, shared secret authentication protocol. | agl@chromium.org | 2011-11-22 | 1 | -0/+3 |
* | Upstream: Build net_unittests for Android. | jingzhao@chromium.org | 2011-11-21 | 1 | -2/+10 |
* | Revert "Allow signing EC certs and creating EC origin-bound certs." | mattm@chromium.org | 2011-11-17 | 1 | -2/+0 |
* | Allow signing EC certs and creating EC origin-bound certs. | mattm@chromium.org | 2011-11-17 | 1 | -0/+2 |
* | Rename crypto/third_party/nss headers to avoid mixups. | mattm@chromium.org | 2011-11-15 | 1 | -6/+6 |
* | Add ECPrivateKey for Elliptic Curve keypair generation. | mattm@chromium.org | 2011-11-09 | 1 | -0/+11 |
* | Revert revert 108866 - crypto: add simple P224 implementation. | agl@chromium.org | 2011-11-07 | 1 | -0/+3 |
* | Revert 108866 - crypto: add simple P224 implementation. | jkummerow@chromium.org | 2011-11-07 | 1 | -3/+0 |
* | crypto: add simple P224 implementation. | agl@chromium.org | 2011-11-07 | 1 | -0/+3 |
* | Make constant-time comparison operators for cryptographic uses public. | palmer@chromium.org | 2011-10-07 | 1 | -0/+2 |
* | Rename CRYPTO_API to CRYPTO_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Define FOO_IMPLEMENTATION unconditionally. Even though they only matter when | darin@chromium.org | 2011-07-20 | 1 | -5/+3 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -6/+0 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -0/+6 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -6/+0 |
* | crypto: enable components build for Linux | evan@chromium.org | 2011-07-12 | 1 | -5/+3 |
* | Revert "crypto: enable components build for Linux" | evan@chromium.org | 2011-07-12 | 1 | -3/+5 |
* | crypto: enable components build for Linux | evan@chromium.org | 2011-07-12 | 1 | -5/+3 |