1. 040bc49 Enable TLS 1.3 by default in bssl tool. by Adam Langley · 8 years ago
  2. 7d7554b Add a helper for comparing byte strings. by David Benjamin · 8 years ago
  3. 949628a perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive. by Adam Langley · 8 years ago
  4. 2512663 perlasm/x86_64-xlate.pl: minor readability updates. by Adam Langley · 8 years ago
  5. 3149979 perlasm/x86_64-xlate.pl: clarify SEH coding guidelines. by Adam Langley · 8 years ago
  6. 4229d26 perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing. by Adam Langley · 8 years ago
  7. 137e2f8 bn/asm/rsaz-avx2.pl: refine Win64 SE handler. by Adam Langley · 8 years ago
  8. 46db7af Remove |X509| things from SSL_SESSION. by Adam Langley · 8 years ago
  9. 7ebe61a Fix server-side KeyUpdates. by David Benjamin · 8 years ago
  10. bc6ef7a Convert err_test to GTest. by David Benjamin · 8 years ago
  11. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 8 years ago
  12. d4c349b Test various lengths of ticket session IDs. by David Benjamin · 8 years ago
  13. b987355 Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. by Rob Sloan · 8 years ago
  14. 5e37778 Rename ssl_rsa.c to ssl_privkey.c. by Adam Langley · 8 years ago
  15. 52940c4 Move a number of certificate-related functions from ssl_rsa.c to ssl_cert.c by Adam Langley · 8 years ago
  16. 3509dac Add |X509_METHOD| and, using it, move many functions to ssl_x509.c. by Adam Langley · 8 years ago
  17. 04540a7 Set the default value of a last |alert|. by Adam Langley · 8 years ago
  18. c68e5b9 Establish that the default value of an out-arg for alerts is SSL_AD_DECODE_ERROR. by Adam Langley · 8 years ago
  19. 6445391 chacha20_poly1305_x86_64.pl: Suppress Yasm non-local label warnings. by Brian Smith · 8 years ago
  20. dc8c1d9 Remove some dead state constants. by David Benjamin · 8 years ago
  21. 59bae5a Split TLS 1.2 ClientHello processing into separate functions. by David Benjamin · 8 years ago
  22. 7dccc71 Set output alert when failing to parse public key. by Adam Langley · 8 years ago
  23. cdb6fe9 Test the exporter at all versions + ciphers + side. by David Benjamin · 8 years ago
  24. 3bd57e3 Remove remnants of non-standard ECDHE_PSK GCM ciphers. by David Benjamin · 8 years ago
  25. 6b0edfb Add a common TestEventListener for the error queue. by David Benjamin · 8 years ago
  26. f0d8e22 Convert some of ssl_test to GTest more thoroughly. by David Benjamin · 8 years ago
  27. 634b0e3 Combine stdout and stderr in all_test.go by David Benjamin · 8 years ago
  28. 8df6766 Support setting per-connection SCT list by Alessandro Ghedini · 8 years ago
  29. 33fe4a0 Remove support for setting per-connection default session timeout by Alessandro Ghedini · 8 years ago
  30. 5bd8a09 Fix a crash with malformed user notice policy numbers by David Benjamin · 8 years ago
  31. 023d419 Test that we tolerate server name acknowledgements. by David Benjamin · 8 years ago
  32. ab20cec Read 0-RTT data in Bogo. by Nick Harper · 8 years ago
  33. f2511f1 Send 0-RTT data in bogo. by Nick Harper · 8 years ago
  34. e0ca487 Fix EVP_get_digestbyobj for NID-less ASN1_OBJECTs. by David Benjamin · 8 years ago
  35. 3f2611a Hide SSL struct. by David Benjamin · 8 years ago
  36. 2f82a0e Don't stash tlsext_hostname in ssl_get_new_session. by Steven Valdez · 8 years ago
  37. b7d53ba Add “const” to |SSL_SESSION| fuzzer. by Adam Langley · 8 years ago
  38. 58966a4 Remove legacy ChaCha20-Poly1305 cipher name aliases. by David Benjamin · 8 years ago
  39. 2056f63 Recommend ex_data for SSL_CTX_set_cert_verify_callback. by David Benjamin · 8 years ago
  40. b2ff262 Add a basic SSL_get_certificate test. by David Benjamin · 8 years ago
  41. e025f30 Guard the _GNU_SOURCE #define. by David Benjamin · 8 years ago
  42. bdcfd13 Move the SSL BIO into ssl/ from decrepit/. by Adam Langley · 8 years ago
  43. daa0539 Remove an unnecessary TLS 1.3 ClientHello state. by David Benjamin · 8 years ago
  44. 42bfeb3 Remove an unnecessary TLS 1.2 ClientHello state. by David Benjamin · 8 years ago
  45. e5dfb52 Add -root-certs options to bssl client. by Adam Langley · 8 years ago
  46. e212f27 Support running tests under Intel SDE. by Adam Langley · 8 years ago
  47. 3c0e037 Don't reach into SSL in BIO_f_ssl. by David Benjamin · 8 years ago
  48. 5fa2cdf Test SSE4.1 before using ChaCha20-Poly1305 asm. by Adam Langley · 8 years ago
  49. 772a5be Reorder the X25519 ladderstep stack frame on x86-64. by Adam Langley · 8 years ago
  50. 8671c47 Fold ssl3_write_bytes into ssl3_write_app_data. by David Benjamin · 8 years ago
  51. 6342111 Remove BIO puts hooks. by David Benjamin · 8 years ago
  52. 5c9d411 Fix some compact unwind errors. by David Benjamin · 8 years ago
  53. 17b3083 Use a separate timeout scheme for TLS 1.3. by David Benjamin · 8 years ago
  54. 0b1bb12 Push the SSL_CTX session_timeout zero logic up. by David Benjamin · 8 years ago
  55. 0efa759 dispatch_alert is not an incidental write. by David Benjamin · 8 years ago
  56. e79fe70 Bit-pack SSL_AEAD_CTX's various toggles. by David Benjamin · 8 years ago
  57. b5c58db TLS 1.3 sessions should not be added to the server session cache. by David Benjamin · 8 years ago
  58. c26692c Push the use of X509 upwards, out of |ssl_set_cert|. by Adam Langley · 8 years ago
  59. e1e7813 Keep a reference to |X509|s appended to a chain. by Adam Langley · 8 years ago
  60. 7cd0a97 Bogo: Send and receive 0.5-RTT data. by Nick Harper · 8 years ago
  61. 3f38d80 Add CFI information to the x86-64 X25519 asm. by Adam Langley · 8 years ago
  62. 8c2480f Push to error queue in |EVP_PKEY_CTX_ctrl| for wrong keytype. by Adam Langley · 8 years ago
  63. f71036e Remove ssl_hash_message_t from ssl_get_message. by David Benjamin · 8 years ago
  64. 1a444da Detach V2ClientHello hashing hack from ssl_hash_message_t. by David Benjamin · 8 years ago
  65. 360a4c2 chacha20_poly1305_x86_64.pl: Use NASM-compatible syntax for |ldea|. by Brian Smith · 8 years ago
  66. 357a9f2 chacha20_poly1305_x86_64.pl: Use |imulq| instead of |imul|. by Brian Smith · 8 years ago
  67. 3416d28 chacha20_poly1305_x86_64.pl: Escape command line args like other PerlAsm scripts. by Brian Smith · 8 years ago
  68. 276b7e8 Move optional message type checks out of ssl_get_message. by David Benjamin · 8 years ago
  69. 6f07d72 Don't up_ref a NULL |CRYPTO_BUFFER|. by Adam Langley · 8 years ago
  70. 42e3e19 Restore mapping BIO_flush errors to -1. by David Benjamin · 8 years ago
  71. 830f700 Rename some single-letter argument names. by Adam Langley · 8 years ago
  72. 3b3b62f X509_parse_from_buffer: reject massive certificates. by Adam Langley · 8 years ago
  73. 3a2b47a Don't use |X509| objects in |CERT|, by default. by Adam Langley · 8 years ago
  74. 2fe6e22 Remove mask_a and mask_k from CERT. by David Benjamin · 8 years ago
  75. 41a26e8 Remove buffer BIOs. by David Benjamin · 8 years ago
  76. 71e4aff Use |extern| when referencing assembly functions from C. by Adam Langley · 8 years ago
  77. 9b16066 Ignore 0-RTT-capable tickets unless enabled. by David Benjamin · 8 years ago
  78. 258508f Adding V2ClientHello counter. by Steven Valdez · 8 years ago
  79. d103616 bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. by David Benjamin · 8 years ago
  80. 47383aa Skip over early data in bogo. by Nick Harper · 8 years ago
  81. 16315f7 Remove the rest of write_message. by David Benjamin · 8 years ago
  82. 0f24bed Rename tls13_prepare_* to tls13_add_*. by David Benjamin · 8 years ago
  83. 81b7bc3 Trim unnecessary TLS 1.3 states. by David Benjamin · 8 years ago
  84. 25ac251 Remove write_message from TLS 1.3 handshakes. by David Benjamin · 8 years ago
  85. daf207a Don't use the buffer BIO in TLS. by David Benjamin · 8 years ago
  86. 1a999cf Don't use the buffer BIO in DTLS. by David Benjamin · 8 years ago
  87. 330282a Remove SHA_LBLOCK and SHA_LONG. by David Benjamin · 8 years ago
  88. 6d50f47 Remove support for RSA premaster logging. by David Benjamin · 8 years ago
  89. a772b16 Allow dtls_seal_record to work in-place. by David Benjamin · 8 years ago
  90. 3b58433 Fix ssl_test with BORINGSSL_ANDROID_SYSTEM. by David Benjamin · 8 years ago
  91. c0263ab Don't leave ARCH unset for mips. by David Benjamin · 8 years ago
  92. 5db7c9b Get OPENSSL_COMPILE_ASSERT working in function bodies. by David Benjamin · 8 years ago
  93. d1515a3 Move a number of X.509 functions from ssl_lib.c to ssl_x509.c by Adam Langley · 8 years ago
  94. 03b96d7 Remove unused |ssl_parse_x509|. by Adam Langley · 8 years ago
  95. 8d5f9da Abstract away BIO_flush calls in the handshake. by David Benjamin · 8 years ago
  96. 44c1a65 Run go fmt on bogo code. by Nick Harper · 8 years ago
  97. 1da9c67 Use a Perlasm variable rather than an #if to exclude the ChaCha20-Poly1305 asm on Windows. by Adam Langley · 8 years ago
  98. feca9e5 Emit ssl_[c|cc]_sources for Bazel. by Adam Langley · 8 years ago
  99. 8d56558 Optimized Seal/Open routines for ChaCha20-Poly1305 for x86-64 by vkrasnov · 8 years ago
  100. 358baeb Add missing src/ prefix to GTest sources. by David Benjamin · 8 years ago