1. 3e0b2ce Prune some dead constants. by David Benjamin · 8 years ago
  2. c8ff30c Add an option to allow unknown ALPN protocols. by David Benjamin · 8 years ago chromium-3071
  3. 0686c09 Fix CRYPTO_dup_ex_data. by David Benjamin · 8 years ago
  4. b18cb6a Make the POWER hardware capability value a global in crypto.c. by Adam Langley · 8 years ago
  5. 42329a8 Clean up PKCS5_PBKDF2_HMAC. by David Benjamin · 8 years ago
  6. 8b487b7 util/generate_build_files.py: Filter test runner sources from BUILD files. by Martin Kreichgauer · 8 years ago
  7. 67bb45f Support enabling early data on SSL by Alessandro Ghedini · 8 years ago
  8. faa539f Remove static output buffers for hash & HMAC functions. by Adam Langley · 8 years ago
  9. ebcb5be Sync vendored copies of Go poly1305 and curve25519. by David Benjamin · 8 years ago
  10. 107d438 Gate assembly sources on !OPENSSL_NO_ASM. by Adam Langley · 8 years ago
  11. cbfd3c0 Refresh fuzzer corpora. by David Benjamin · 8 years ago
  12. 0c05c37 Update fuzzer exclusions. by David Benjamin · 8 years ago
  13. 519118f Fix FUZZING.md typo. by David Benjamin · 8 years ago
  14. a5f1b38 Use vec_vsx_ld to performance unaligned load instead of dereferencing a pointer by Doug Kwan · 8 years ago
  15. 7e9949c Import additional test vectors from RFC 8032. by David Benjamin · 8 years ago
  16. 17eeb98 Unwind the rest of EVP_PKEY_supports_digest. by David Benjamin · 8 years ago
  17. 6bb507b Add missing tests for the Channel ID / 0-RTT interaction. by David Benjamin · 8 years ago
  18. e94ec3f Use a union in tls_cbc.c. by David Benjamin · 8 years ago
  19. 79bc7a3 Remove unsigned-based constant-time functions. by David Benjamin · 8 years ago
  20. 643b77e Convert tls_cbc.c to size_t. by David Benjamin · 8 years ago
  21. 053a8f7 Bound EVP_tls_cbc_digest_record at runtime. by David Benjamin · 8 years ago
  22. 8d979e5 Push variable declarations in EVP_tls_cbc_digest_record. by David Benjamin · 8 years ago
  23. b0ad3d7 Convert more RSA padding check functions to size_t. by David Benjamin · 8 years ago
  24. 43ea204 Convert RSA_padding_check_PKCS1_type_1 to size_t. by David Benjamin · 8 years ago
  25. d1c0de6 Add size_t variants of constant-time functions. by David Benjamin · 8 years ago
  26. f368c73 Fix fuzzer excludes. by Steven Valdez · 8 years ago
  27. fef78b0 Use an actual SCT for fuzzing. by David Benjamin · 8 years ago
  28. a507617 Adding server fuzzer for early data. by Steven Valdez · 8 years ago
  29. 764ab98 Support and test P-224 certificates. by Adam Langley · 8 years ago
  30. a0ba400 Add cipher asserts for read/write app data. by Steven Valdez · 8 years ago
  31. ccbb165 Tidy up ssl3_choose_cipher. by David Benjamin · 8 years ago
  32. 8c26d75 Test the behavior of running SSL_do_handshake twice in a row. by David Benjamin · 8 years ago
  33. 7a60ca0 Synchronize bsaes-armv7.pl with upstream. by David Benjamin · 8 years ago
  34. 0f5d7d3 Just allocate what's needed for SSL write buffers. by David Benjamin · 8 years ago
  35. 95321e1 Fix diff_asm.go. by David Benjamin · 8 years ago
  36. bbfe603 Clean up end_of_early_data processing. by David Benjamin · 8 years ago
  37. fc2d78d Document server 0-RTT behavior. by David Benjamin · 8 years ago
  38. 681eb6a Adding support for receiving early data on the server. by Steven Valdez · 8 years ago
  39. 32c8927 Add a test for missing end_of_early_data. by David Benjamin · 8 years ago
  40. 81a191d Convert constant_time_test to GTest. by David Benjamin · 8 years ago
  41. 94cf5d0 Remove some unnecessary NULL checks. by David Benjamin · 8 years ago
  42. e000440 Detach pkcs7.c from the OID table. by David Benjamin · 8 years ago
  43. ca307ab tool: show if early data was accepted by Alessandro Ghedini · 8 years ago
  44. 065d733 Test ticket age skew when resuming a resumed session. by David Benjamin · 8 years ago
  45. 2a07072 Prevent Channel ID and Custom Extensions on 0-RTT. by Steven Valdez · 8 years ago
  46. 246eeee Make RI on TLS 1.3 alert with ILLEGAL_PARAMETER. by Steven Valdez · 8 years ago
  47. 794cc59 Send half-RTT tickets when negotiating 0-RTT. by David Benjamin · 8 years ago
  48. 02084ea Decouple PKCS8_encrypt and PKCS8_decrypt's core from crypto/asn1. by David Benjamin · 8 years ago
  49. 3cb1246 Remove session_tickets_sent. by David Benjamin · 8 years ago
  50. 7ce10d5 Partially split out crypto/pkcs8's legacy ASN.1 dependencies. by David Benjamin · 8 years ago
  51. 4784b99 Use set_{accept,connect}_state + do_handshake in bssl_shim. by David Benjamin · 8 years ago
  52. 7d2dbc3 Add a comment around the set_{min,max}_version logic. by David Benjamin · 8 years ago
  53. e3843d4 Run all state machine coverage tests on implicit handshake. by David Benjamin · 8 years ago
  54. f466cdb size_t the RSA padding add functions. by David Benjamin · 8 years ago
  55. bbf4246 Add a test that ALPN is rejected on renegotiation. by David Benjamin · 8 years ago
  56. 8cd7bbf Push password encoding back into pkcs12_key_gen. by David Benjamin · 8 years ago
  57. 3cb047e Decouple PKCS#12 hash lookup from the OID table. by David Benjamin · 8 years ago
  58. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 8 years ago
  59. f35e838 Fix parsing of PBKDF2 parameters. by David Benjamin · 8 years ago
  60. 7179e53 Remove TODO. by David Benjamin · 8 years ago
  61. 1d4fa78 Decouple PBE lookup from the OID table. by David Benjamin · 8 years ago
  62. cfb9d14 Update pkcs8 error data. by David Benjamin · 8 years ago
  63. c90ed19 Tidy up error-handling around computing the hash in PSS. by David Benjamin · 8 years ago
  64. 96e744c Decouple PKCS#5 cipher lookup from OID table. by David Benjamin · 8 years ago
  65. 9292632 Add some PSS test vectors with non-zero salt length. by David Benjamin · 8 years ago
  66. 5e2d0c9 Add some more RSA-PSS verification tests. by David Benjamin · 8 years ago
  67. 57e81e6 Name |select_certificate_cb| return values by Alessandro Ghedini · 8 years ago
  68. cedc6f1 Remove DHE ciphersuites from TLS. by Matthew Braithwaite · 8 years ago
  69. d851842 Reduce crypto/pkcs8 dependency on OID table. by David Benjamin · 8 years ago
  70. aea20c1 Fix potential memory leak in ASN1_TIME_to_generalizedtime() by David Benjamin · 8 years ago
  71. 5c12778 Convert bio_test to GTest. by David Benjamin · 8 years ago
  72. 2d05568 Fix out-of-memory condition in conf. by David Benjamin · 8 years ago
  73. fd67f61 Fix bounds check in RSA_verify_PKCS1_PSS_mgf1 when sLen is -2. by David Benjamin · 8 years ago
  74. 5916207 Improve RSA-PSS test coverage around length bounds. by David Benjamin · 8 years ago
  75. 8c64679 Remove BIGNUM and CBIGNUM crypto/asn1 types. by David Benjamin · 8 years ago
  76. eb30288 Remove crypto/asn1 LONG and ZLONG. by David Benjamin · 8 years ago
  77. 2ddc461 Add additional RSA-PSS and RSA-OAEP tests. by David Benjamin · 8 years ago
  78. 6a53b99 Fix generate-coverage.sh. by David Benjamin · 8 years ago
  79. 076c6a3 Fix a memory leak in X509_STORE_add_cert/crl error handling. by David Benjamin · 8 years ago
  80. aefc6b2 Fix a crash in print_notice. by David Benjamin · 8 years ago
  81. b228541 Convert asn1_test to GTest. by David Benjamin · 8 years ago
  82. 73812e0 Fix SSLv3 version check in BoGo. by David Benjamin · 8 years ago
  83. edb7299 Fix typo in the |ssl_ticket_aead_success| documentation by Alessandro Ghedini · 8 years ago
  84. 3c8652d tool: fix typo in -root-certs description by Alessandro Ghedini · 8 years ago
  85. 438229a Correct a typo in ASN.1 type name. by Victor Vasiliev · 8 years ago
  86. 48e1d18 Restore SSL_CTX_set_ecdh_auto compatibility hook. by David Benjamin · 8 years ago
  87. 2070f8a Apply bugs to second, TLS 1.3 ClientHello. by Adam Langley · 8 years ago
  88. 707af29 Support asynchronous ticket decryption with TLS 1.3. by David Benjamin · 8 years ago
  89. 4c341d0 Support asynchronous ticket decryption with TLS 1.0–1.2. by Adam Langley · 8 years ago
  90. be49706 Rename initial_ctx to session_ctx. by David Benjamin · 8 years ago
  91. 9310317 Remove 'file:' feature in v3_pci.c's CONF hooks. by David Benjamin · 8 years ago
  92. 91222b8 Fix configuring the empty cipher list. by David Benjamin · 8 years ago
  93. 6ad20dc Move error-on-empty-cipherlist into ssl_create_cipher_list(). by Matthew Braithwaite · 8 years ago
  94. 130d529 Adding version to AEAD. by Steven Valdez · 8 years ago
  95. d04ca95 Add |SSL[_CTX]_set_chain_and_key|. by Adam Langley · 8 years ago
  96. c77ea04 Enable RSA AVX2 code. by Adam Langley · 8 years ago
  97. 35ac5b7 Export server-side ticket_age skew. by David Benjamin · 8 years ago
  98. fe36672 Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake. by Adam Langley · 8 years ago
  99. 0cade98 Make the no-op verify function push an error. by Adam Langley · 8 years ago
  100. b647319 Avoid the error case in |bn_mul_mont|. by Brian Smith · 8 years ago