1. ffe5a13 Make //crypto factories return std::unique_ptr<>s by rsleevi · 9 years ago
  2. e83af29 Renaming _openssl files to _impl by svaldez · 9 years ago[Renamed from crypto/ec_signature_creator_openssl.cc]
  3. 7dad2a3 Cut down on usage of deprecated APIs in //crypto. by davidben · 9 years ago
  4. dd373b8b Switch to standard integer types in crypto/. by avi · 10 years ago
  5. ef55346a Remove unused private fields in crypto/. by mlamouri · 10 years ago
  6. 0f4b2770 Cleanup: Use BN_bn2bin_padded() for zero-padding rather than custom code. by eroman · 11 years ago
  7. 50a133b5 Fix crypto_unittests on Windows BoringSSL port. by davidben · 11 years ago
  8. cd9b75b Eliminate ScopedOpenSSL in favour of scoped_ptr<> specializations. by [email protected] · 11 years ago
  9. 012c287 crypto: Implement ECSignatureCreatorImpl for OpenSSL by [email protected] · 12 years ago
  10. 7c3090a0 crypto: add DecodeSignature and use SHA-256 with ECDSA. by [email protected] · 13 years ago
  11. 6b2e61f Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args. by [email protected] · 13 years ago
  12. da3a48b Remove wrong parameter from ECSignatureCreator's constructor in openssl implement. by [email protected] · 14 years ago
  13. e4c1847 Create a new ECSignatureCreator class for signing content using EC crypto. by [email protected] · 14 years ago