1. 9ea9f9c Updating fuzzer corpus by Steven Valdez · 8 years ago
  2. d6c22ee Add |SSL_get0_server_requested_CAs|. by Adam Langley · 8 years ago
  3. 919d8cf Sync util/bot with Chromium. by David Benjamin · 8 years ago
  4. 84cd493 Don't pass |overhead_len| when testing “open” speed. by Adam Langley · 8 years ago
  5. a58baaf Forbid the server certificate from changing on renego. by David Benjamin · 8 years ago
  6. ad8f5e1 Don't use long for timestamps. by David Benjamin · 8 years ago
  7. 7dd4e42 Convert x25519_test to GTest. by David Benjamin · 8 years ago
  8. 11c8289 Remove support for blocking DTLS timeout handling. by David Benjamin · 8 years ago
  9. 7e42999 Convert evp_extra_test into GTest. by David Benjamin · 8 years ago
  10. 39425b0 Add |TLS_with_buffers_method|. by Adam Langley · 8 years ago
  11. d5c565a Name ssl_x509.c functions consistently. by Adam Langley · 8 years ago
  12. 94a62e6 Hang ssl_auto_chain_if_needed off |X509_METHOD|. by Adam Langley · 8 years ago
  13. 2a3b343 Move X509-related verification code into ssl_x509.c. by Adam Langley · 8 years ago
  14. 415c010 Make all X509-related functions check the X509_METHOD. by Adam Langley · 8 years ago
  15. 0bdef09 Check CA names during the handshake. by Adam Langley · 8 years ago
  16. 34b4c82 Hold CA names as |CRYPTO_BUFFER|s. by Adam Langley · 8 years ago
  17. 2ff7933 Add test for |SSL_get_client_CA_list|. by Adam Langley · 8 years ago
  18. 0d3c963 Build with -fsanitize-address-use-after-scope if -DASAN=1 by David Benjamin · 8 years ago
  19. 591f251 Remove direct calls to BN_mod_exp. by David Benjamin · 8 years ago
  20. ba9557d Benchmark open & seal separately for AES-GCM-SIV. by Adam Langley · 8 years ago
  21. 218f51b Fix Android bots. by David Benjamin · 8 years ago
  22. 898be92 Support P-224 certificates as a server. by Adam Langley · 8 years ago
  23. be2ee34 Update AES-GCM-SIV to match revision four of the draft. by Adam Langley · 8 years ago chromium-3029 version_for_cocoapods_9.0
  24. 5ae4165 Allow multiple IDN xn-- indicators by Alessandro Ghedini · 8 years ago
  25. adec772 Remove SSL_CIPHER_has_MD5_HMAC. by David Benjamin · 8 years ago
  26. de5c325 Fix SSL_write doc comment by Michel Lespinasse · 8 years ago
  27. a57dcfb Add new cipherlist-setting APIs that reject nonsense. by Matthew Braithwaite · 8 years ago
  28. c4796c9 ECDSA: const EC_KEY* arguments where possible. by Matthew Braithwaite · 8 years ago
  29. 699e55b Unexport time_support.h. by David Benjamin · 8 years ago
  30. fc02b59 Move tmp.extended_master_secret to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  31. 45738dd Move new_cipher and new_session to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  32. 12709db Stop reporting SSL_R_SHUTDOWN_WHILE_IN_INIT. by David Benjamin · 8 years ago
  33. c92f29d Remove freelist_max_len. by David Benjamin · 8 years ago
  34. ced1895 Fix mis-import of upstream cc598f321fbac9c04da5766243ed55d55948637d. by David Benjamin · 8 years ago
  35. c4d5925 Fix various malloc failure checks. by David Benjamin · 8 years ago
  36. ec1d963 Fix crashes in EVP_CIPHER if cipher_data was not allocated. by David Benjamin · 8 years ago
  37. fb2ac39 Convert ec_test to GTest. by David Benjamin · 8 years ago
  38. c5be327 Tidy up EVP_PKEY_CTX_dup and fix malloc error crash. by David Benjamin · 8 years ago
  39. 3e8b782 Remove "raw" versions of PKCS8_encrypt and PKCS8_decrypt. by David Benjamin · 8 years ago
  40. 628f518 bn/asm/x86_64*: add DWARF CFI directives. by Adam Langley · 8 years ago
  41. b91b9a8 Convert rsa_test to GTest. by David Benjamin · 8 years ago
  42. 98f5dc3 perlasm/x86_64-xlate.pl: recognize even offset(%reg) in cfa_expression. by David Benjamin · 8 years ago
  43. f3cc7a3 perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive. by David Benjamin · 8 years ago
  44. 4c40531 perlasm/x86_64-xlate.pl: typo fix in comment. by David Benjamin · 8 years ago
  45. cb1b333 x86_64 assembly pack: Win64 SEH face-lift. by Adam Langley · 8 years ago
  46. dc90e39 Clear the last GTest warning suppression. by David Benjamin · 8 years ago
  47. 5960a90 Move sid_ctx from SSL/SSL_CTX to CERT. by David Benjamin · 8 years ago
  48. 0f28691 Fix a few typos. by David Benjamin · 8 years ago
  49. 26e1ff3 Remove some unnecessary return values. by David Benjamin · 8 years ago
  50. 27a9e6a Adding ALPN to session. by Steven Valdez · 8 years ago
  51. f6d64ef tool: show if server sent SCT staple by Alessandro Ghedini · 8 years ago
  52. b19b662 Convert chacha_test to GTest. by David Benjamin · 8 years ago
  53. 1d5a570 Don't hardcode GTest sources. by David Benjamin · 8 years ago
  54. 83a3212 Move SCT lists and OCSP responses to CERT. by David Benjamin · 8 years ago
  55. 004bff3 chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs. by Adam Langley · 8 years ago
  56. cf9a98c x86 assembly pack: update performance results. by Adam Langley · 8 years ago
  57. 51079b4 x86_64 assembly pack: add AVX512 ChaCha20 path. by Adam Langley · 8 years ago
  58. b99dc55 chacha/asm/chacha-x86.pl: improve [backward] portability. by Adam Langley · 8 years ago
  59. 5ca18d8 chacha-x86.pl: simplify feature setting. by Adam Langley · 8 years ago
  60. 766a6fd Revert "OpenSSL: make final reduction in Montgomery multiplication constant-time." by Adam Langley · 8 years ago
  61. 0bf9d6d bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking. by Adam Langley · 8 years ago
  62. ff7fb71 x86_64 assembly pack: add Goldmont performance results. by Adam Langley · 8 years ago
  63. 952f7bf Spelling fixes in Perl files. by Adam Langley · 8 years ago
  64. 86c0692 Skylake performance results. by Adam Langley · 8 years ago
  65. c948d46 Remove trailing whitespace from Perl files. by Adam Langley · 8 years ago
  66. 073a06d On Windows, page walking is known as __chkstk. by Adam Langley · 8 years ago
  67. b834450 Explain *cough*-dows by Adam Langley · 8 years ago
  68. edcd8fd bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking. by Adam Langley · 8 years ago
  69. 689eb3d x86_64-xlate.pl: import fix(?) from upstream. by Adam Langley · 8 years ago
  70. 9ad43cb x86_64-xlate.pl: drop some whitespace. by Adam Langley · 8 years ago
  71. 9be3238 perlasm/x86_64-xlate.pl: recognize DWARF CFI directives. by Adam Langley · 8 years ago
  72. 16b1b1d Simplify state and info_callback management. by David Benjamin · 8 years ago
  73. 35ed523 Remove an unnecessary state transition. by David Benjamin · 8 years ago
  74. 77458a4 Avoid transitioning into SSL_ST_OK and back out. by David Benjamin · 8 years ago
  75. 9e766d7 Unexport the handshake's internal state. by David Benjamin · 8 years ago
  76. 07ab5d4 Stop skipping stray HelloRequests. by David Benjamin · 8 years ago
  77. 040bc49 Enable TLS 1.3 by default in bssl tool. by Adam Langley · 8 years ago
  78. 7d7554b Add a helper for comparing byte strings. by David Benjamin · 8 years ago
  79. 949628a perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive. by Adam Langley · 8 years ago
  80. 2512663 perlasm/x86_64-xlate.pl: minor readability updates. by Adam Langley · 8 years ago
  81. 3149979 perlasm/x86_64-xlate.pl: clarify SEH coding guidelines. by Adam Langley · 8 years ago
  82. 4229d26 perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing. by Adam Langley · 8 years ago
  83. 137e2f8 bn/asm/rsaz-avx2.pl: refine Win64 SE handler. by Adam Langley · 8 years ago
  84. 46db7af Remove |X509| things from SSL_SESSION. by Adam Langley · 8 years ago
  85. 7ebe61a Fix server-side KeyUpdates. by David Benjamin · 8 years ago
  86. bc6ef7a Convert err_test to GTest. by David Benjamin · 8 years ago
  87. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 8 years ago
  88. d4c349b Test various lengths of ticket session IDs. by David Benjamin · 8 years ago
  89. b987355 Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. by Rob Sloan · 8 years ago
  90. 5e37778 Rename ssl_rsa.c to ssl_privkey.c. by Adam Langley · 8 years ago
  91. 52940c4 Move a number of certificate-related functions from ssl_rsa.c to ssl_cert.c by Adam Langley · 8 years ago
  92. 3509dac Add |X509_METHOD| and, using it, move many functions to ssl_x509.c. by Adam Langley · 8 years ago
  93. 04540a7 Set the default value of a last |alert|. by Adam Langley · 8 years ago
  94. c68e5b9 Establish that the default value of an out-arg for alerts is SSL_AD_DECODE_ERROR. by Adam Langley · 8 years ago
  95. 6445391 chacha20_poly1305_x86_64.pl: Suppress Yasm non-local label warnings. by Brian Smith · 8 years ago
  96. dc8c1d9 Remove some dead state constants. by David Benjamin · 8 years ago
  97. 59bae5a Split TLS 1.2 ClientHello processing into separate functions. by David Benjamin · 8 years ago
  98. 7dccc71 Set output alert when failing to parse public key. by Adam Langley · 8 years ago
  99. cdb6fe9 Test the exporter at all versions + ciphers + side. by David Benjamin · 8 years ago
  100. 3bd57e3 Remove remnants of non-standard ECDHE_PSK GCM ciphers. by David Benjamin · 8 years ago