1. 5db7c9b Get OPENSSL_COMPILE_ASSERT working in function bodies. by David Benjamin · 8 years ago
  2. d1515a3 Move a number of X.509 functions from ssl_lib.c to ssl_x509.c by Adam Langley · 8 years ago
  3. 03b96d7 Remove unused |ssl_parse_x509|. by Adam Langley · 8 years ago
  4. 8d5f9da Abstract away BIO_flush calls in the handshake. by David Benjamin · 8 years ago
  5. 44c1a65 Run go fmt on bogo code. by Nick Harper · 8 years ago
  6. 1da9c67 Use a Perlasm variable rather than an #if to exclude the ChaCha20-Poly1305 asm on Windows. by Adam Langley · 8 years ago
  7. feca9e5 Emit ssl_[c|cc]_sources for Bazel. by Adam Langley · 8 years ago
  8. 8d56558 Optimized Seal/Open routines for ChaCha20-Poly1305 for x86-64 by vkrasnov · 8 years ago
  9. 358baeb Add missing src/ prefix to GTest sources. by David Benjamin · 8 years ago
  10. 5b410b6 Remove unnecessary CBS_get_asn1_element. by David Benjamin · 8 years ago
  11. 1aa4a5b Delete unused Poly1305 assembly. by Adam Langley · 8 years ago
  12. 9662843 Do a cursory conversion of a few tests to GTest. by David Benjamin · 8 years ago
  13. d1263b0 Stop emitting tests for gyp. by David Benjamin · 8 years ago
  14. 9fb326d Fix MSVC C4826 issues in googletest. by David Benjamin · 8 years ago
  15. c10c298 Fix ColorPrintf issues in googletest. by David Benjamin · 8 years ago
  16. 9b50285 Check in a pristine copy of googletest. by David Benjamin · 8 years ago
  17. 958346a Run select_certificate_cb multiple times by Alessandro Ghedini · 8 years ago
  18. 5c7a4b8 Add test for truncated AEAD tags. by Adam Langley · 8 years ago
  19. 07820b5 Add a getter for SSL_set_session_id_context. by David Benjamin · 8 years ago
  20. 2e83924 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  21. 5322010 Revert "Remove old ChaCha20-Poly1305 AEAD." by Adam Langley · 8 years ago
  22. 6752efd Never send SNI warning alerts. by David Benjamin · 8 years ago
  23. a8c8b38 Don't call the SNI callback as a client. by David Benjamin · 8 years ago
  24. def9b46 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  25. 1252f87 Convert one libssl function to C++11. by David Benjamin · 8 years ago
  26. 0726fb7 Add SSL_CIPHER_is_AEAD. by Alessandro Ghedini · 8 years ago
  27. a26d4c3 Enable stitched x86-64 AES-NI AES-GCM implementation. by Brian Smith · 9 years ago
  28. abb32cc Restore H (the key) in the GHASH context. by Adam Langley · 8 years ago
  29. 67ccf59 Fix crypto/rand/urandom header guards for Fuchsia. by Aaron Green · 8 years ago
  30. c253864 Remove some node.js hacks. by David Benjamin · 8 years ago
  31. c80e416 Add support for Fuchsia in crypto/rand. by Aaron Green · 8 years ago
  32. b4cc925 Remove specialized assembly language |ecp_nistz256_from_mont|. by Brian Smith · 8 years ago
  33. a2bdbb6 Remove unused cp_nistz256_mul_by_2. by Brian Smith · 8 years ago
  34. cb42354 Clarify x86 GCM asm implementation dispatching. by Brian Smith · 8 years ago
  35. 18a37a4 Remove unused "pure" MMX x86 GCM implementation. by Brian Smith · 8 years ago
  36. ac153bd Remove unused non-MMX/SSE GCM assembly code. by Brian Smith · 8 years ago
  37. 6a0888d Save one call to |ecp_nistz256_from_mont| in |ecp_nistz256_get_affine|. by David Benjamin · 8 years ago
  38. 745745d Add SSL_CIPHER_is_static_RSA. by David Benjamin · 8 years ago
  39. 5fc99c6 There are no more MD5 ciphers. by David Benjamin · 8 years ago
  40. dcecdfd Fix a couple of missing spaces in comments. by Adam Langley · 8 years ago
  41. 1d6eeb3 Spellcheck our public headers. by David Benjamin · 8 years ago
  42. e3fbb36 Test SSL_set_max_send_fragment. by David Benjamin · 8 years ago
  43. 8b8d22c Parse PKCS#12 files more accurately. by David Benjamin · 8 years ago
  44. 2df010e Remove 'pivot element' from wNAF code. by David Benjamin · 8 years ago
  45. 0a211df Remove BN_FLG_CONSTTIME. by David Benjamin · 8 years ago
  46. d261004 Report TLS 1.3 as supporting secure renegotiation. by David Benjamin · 8 years ago
  47. 7f539fa Handle overflow in ascii_to_ucs2. by David Benjamin · 8 years ago
  48. 9d0e7fb Rework PKCS{5,8,12} code. by David Benjamin · 8 years ago
  49. 314d814 Reimplement pkcs12_pbe_keyivgen with CBS. by David Benjamin · 8 years ago
  50. d1afc41 Reimplement PKCS5_pbe_set with CBB. by David Benjamin · 8 years ago
  51. 2a25aae Ensure that CBB is |CBB_zero|ed before possibly calling |CBB_cleanup|. by Adam Langley · 8 years ago
  52. 4fae069 Reimplement PKCS5_v2_PBE_keyivgen. by David Benjamin · 8 years ago
  53. e464e81 Reimplement PKCS5_pbe2_set with CBB. by David Benjamin · 8 years ago
  54. ac83bea Trim dead code from PKCS#5 PBE2 bits. by David Benjamin · 8 years ago
  55. 9ba19b8 Test we can round-trip PKCS8_{encrypt,decrypt}. by David Benjamin · 8 years ago
  56. a5eee1c Decouple EVP_get_digestbyobj from the giant OID table. by David Benjamin · 8 years ago
  57. 8f3f6be Const-correct the PKCS8 salt parameter. by David Benjamin · 8 years ago
  58. 35349e9 Unexport PKCS5 functions. by David Benjamin · 8 years ago
  59. 20dbc1f Import some PKCS8_decrypt test vectors from Chromium. by David Benjamin · 8 years ago
  60. e2c083d ASN1_UTCTIME_print: fix, comment, test. by Matthew Braithwaite · 8 years ago
  61. 7c7ab21 Guard a winsock2.h include under the usual pragmas. by David Benjamin · 8 years ago
  62. 9c33ae8 Fix TLS 1.3 NewSessionTicket processing. by David Benjamin · 8 years ago
  63. 6add9f1 Fix setsockopt call. by David Benjamin · 8 years ago
  64. 45573cc Add Little-endian BIGNUM conversions by Rob Sloan · 8 years ago
  65. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 8 years ago
  66. c0c7019 Simplify ec_GFp_nistp224_points_mul logic. by David Benjamin · 8 years ago
  67. d224240 Don't accept signature OIDs in EVP_get_digestby{nid,obj}. by David Benjamin · 8 years ago
  68. 9cbd559 Simplify ec_GFp_nistp256_points_mul logic. by David Benjamin · 8 years ago
  69. bf5bda3 Adding socket reuse to bssl server. by Steven Valdez · 8 years ago
  70. 0b8dc30 Don't use BN_mod_inverse for inverses mod p in RSA keygen. by David Benjamin · 8 years ago
  71. 053fee9 Enforce the SSL 3.0 no_certificate alert in tests. by David Benjamin · 8 years ago
  72. 48063c2 Add tests around SSL_write's retry behavior. by David Benjamin · 8 years ago
  73. a660e7a Don't clear cert_request in ssl3_send_client_certificate. by David Benjamin · 8 years ago
  74. 2be4aa7 Add a helper function for resetting SSL_get_error state. by David Benjamin · 8 years ago
  75. 3fa1e21 Test invalid inputs for AES_unwrap_key. by David Benjamin · 8 years ago
  76. a1eaba1 Add a test for renegotiation on busy write buffer. by David Benjamin · 8 years ago
  77. f53e390 Import RSA decryption tests from upstream. by David Benjamin · 8 years ago
  78. 322f431 Fix API-CONVENTIONS.md typos. by David Benjamin · 8 years ago
  79. 2214f4e Remove call to SSL_CTX_set_tls_channel_id_enabled in bssl_shim. by David Benjamin · 8 years ago
  80. 14e18ca Fix AES-GCM-SIV on large inputs. by David Benjamin · 8 years ago
  81. 55696ce Remove lh_new's default hash and comparator. by David Benjamin · 8 years ago
  82. c42a771 Test LHASH contents with lh_doall_arg. by David Benjamin · 8 years ago
  83. a17eb56 Convert hkdf_test to C++. by David Benjamin · 8 years ago
  84. d17d1da Convert dsa_test to C++. by David Benjamin · 8 years ago
  85. ca06422 Rewrite lhash_test in C++. by David Benjamin · 8 years ago
  86. c96a888 Convert constant_time_test and refcount_test to C++. by David Benjamin · 8 years ago
  87. 650aa1c Clean up certificate auto-chaining. by David Benjamin · 8 years ago
  88. d31148b update required cmake version to 2.8.10 by Raullen Chai · 8 years ago
  89. 2ee1edf Add BN_get_u64 so that Android doesn't have to reach into the BIGNUM structs by Rob Sloan · 8 years ago
  90. d035ab3 Add a GCOV option to CMakeLists.txt. by David Benjamin · 8 years ago
  91. f650c71 Use SSL_CTX_up_ref to up-ref an SSL_CTX. by David Benjamin · 8 years ago
  92. a81967b Add tests for the point format extension. by David Benjamin · 8 years ago
  93. 2359441 Refresh fuzzer corpus. by David Benjamin · 8 years ago
  94. 4c592d8 Enable short header negotiation in fuzzers. by David Benjamin · 8 years ago
  95. 9c70b89 Update fuzzer mode suppressions. by David Benjamin · 8 years ago
  96. 3e34951 Fix fuzzer mode build. by David Benjamin · 8 years ago
  97. 1444c3a Add tests for auto-chaining. by David Benjamin · 8 years ago
  98. c7df796 Don't chain to next_bio for buffer BIO BIO_[w]pending. by David Benjamin · 8 years ago
  99. 6cc9038 Reimplement objects.pl in Go. by David Benjamin · 9 years ago
  100. 6f600d6 Add experimental TLS 1.3 short record header extension. by David Benjamin · 8 years ago