1. 745745d Add SSL_CIPHER_is_static_RSA. by David Benjamin · 8 years ago
  2. 5fc99c6 There are no more MD5 ciphers. by David Benjamin · 8 years ago
  3. dcecdfd Fix a couple of missing spaces in comments. by Adam Langley · 8 years ago
  4. 1d6eeb3 Spellcheck our public headers. by David Benjamin · 8 years ago
  5. e3fbb36 Test SSL_set_max_send_fragment. by David Benjamin · 8 years ago
  6. 8b8d22c Parse PKCS#12 files more accurately. by David Benjamin · 8 years ago
  7. 2df010e Remove 'pivot element' from wNAF code. by David Benjamin · 8 years ago
  8. 0a211df Remove BN_FLG_CONSTTIME. by David Benjamin · 8 years ago
  9. d261004 Report TLS 1.3 as supporting secure renegotiation. by David Benjamin · 8 years ago
  10. 7f539fa Handle overflow in ascii_to_ucs2. by David Benjamin · 8 years ago
  11. 9d0e7fb Rework PKCS{5,8,12} code. by David Benjamin · 8 years ago
  12. 314d814 Reimplement pkcs12_pbe_keyivgen with CBS. by David Benjamin · 8 years ago
  13. d1afc41 Reimplement PKCS5_pbe_set with CBB. by David Benjamin · 8 years ago
  14. 2a25aae Ensure that CBB is |CBB_zero|ed before possibly calling |CBB_cleanup|. by Adam Langley · 8 years ago
  15. 4fae069 Reimplement PKCS5_v2_PBE_keyivgen. by David Benjamin · 8 years ago
  16. e464e81 Reimplement PKCS5_pbe2_set with CBB. by David Benjamin · 8 years ago
  17. ac83bea Trim dead code from PKCS#5 PBE2 bits. by David Benjamin · 8 years ago
  18. 9ba19b8 Test we can round-trip PKCS8_{encrypt,decrypt}. by David Benjamin · 8 years ago
  19. a5eee1c Decouple EVP_get_digestbyobj from the giant OID table. by David Benjamin · 8 years ago
  20. 8f3f6be Const-correct the PKCS8 salt parameter. by David Benjamin · 8 years ago
  21. 35349e9 Unexport PKCS5 functions. by David Benjamin · 8 years ago
  22. 20dbc1f Import some PKCS8_decrypt test vectors from Chromium. by David Benjamin · 8 years ago
  23. e2c083d ASN1_UTCTIME_print: fix, comment, test. by Matthew Braithwaite · 8 years ago
  24. 7c7ab21 Guard a winsock2.h include under the usual pragmas. by David Benjamin · 8 years ago
  25. 9c33ae8 Fix TLS 1.3 NewSessionTicket processing. by David Benjamin · 8 years ago
  26. 6add9f1 Fix setsockopt call. by David Benjamin · 8 years ago
  27. 45573cc Add Little-endian BIGNUM conversions by Rob Sloan · 8 years ago
  28. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 8 years ago
  29. c0c7019 Simplify ec_GFp_nistp224_points_mul logic. by David Benjamin · 8 years ago
  30. d224240 Don't accept signature OIDs in EVP_get_digestby{nid,obj}. by David Benjamin · 8 years ago
  31. 9cbd559 Simplify ec_GFp_nistp256_points_mul logic. by David Benjamin · 8 years ago
  32. bf5bda3 Adding socket reuse to bssl server. by Steven Valdez · 8 years ago
  33. 0b8dc30 Don't use BN_mod_inverse for inverses mod p in RSA keygen. by David Benjamin · 8 years ago
  34. 053fee9 Enforce the SSL 3.0 no_certificate alert in tests. by David Benjamin · 8 years ago
  35. 48063c2 Add tests around SSL_write's retry behavior. by David Benjamin · 8 years ago
  36. a660e7a Don't clear cert_request in ssl3_send_client_certificate. by David Benjamin · 8 years ago
  37. 2be4aa7 Add a helper function for resetting SSL_get_error state. by David Benjamin · 8 years ago
  38. 3fa1e21 Test invalid inputs for AES_unwrap_key. by David Benjamin · 8 years ago
  39. a1eaba1 Add a test for renegotiation on busy write buffer. by David Benjamin · 8 years ago
  40. f53e390 Import RSA decryption tests from upstream. by David Benjamin · 8 years ago
  41. 322f431 Fix API-CONVENTIONS.md typos. by David Benjamin · 8 years ago
  42. 2214f4e Remove call to SSL_CTX_set_tls_channel_id_enabled in bssl_shim. by David Benjamin · 8 years ago
  43. 14e18ca Fix AES-GCM-SIV on large inputs. by David Benjamin · 8 years ago
  44. 55696ce Remove lh_new's default hash and comparator. by David Benjamin · 8 years ago
  45. c42a771 Test LHASH contents with lh_doall_arg. by David Benjamin · 8 years ago
  46. a17eb56 Convert hkdf_test to C++. by David Benjamin · 8 years ago
  47. d17d1da Convert dsa_test to C++. by David Benjamin · 8 years ago
  48. ca06422 Rewrite lhash_test in C++. by David Benjamin · 8 years ago
  49. c96a888 Convert constant_time_test and refcount_test to C++. by David Benjamin · 8 years ago
  50. 650aa1c Clean up certificate auto-chaining. by David Benjamin · 8 years ago
  51. d31148b update required cmake version to 2.8.10 by Raullen Chai · 8 years ago
  52. 2ee1edf Add BN_get_u64 so that Android doesn't have to reach into the BIGNUM structs by Rob Sloan · 8 years ago
  53. d035ab3 Add a GCOV option to CMakeLists.txt. by David Benjamin · 8 years ago
  54. f650c71 Use SSL_CTX_up_ref to up-ref an SSL_CTX. by David Benjamin · 8 years ago
  55. a81967b Add tests for the point format extension. by David Benjamin · 8 years ago
  56. 2359441 Refresh fuzzer corpus. by David Benjamin · 8 years ago
  57. 4c592d8 Enable short header negotiation in fuzzers. by David Benjamin · 8 years ago
  58. 9c70b89 Update fuzzer mode suppressions. by David Benjamin · 8 years ago
  59. 3e34951 Fix fuzzer mode build. by David Benjamin · 8 years ago
  60. 1444c3a Add tests for auto-chaining. by David Benjamin · 8 years ago
  61. c7df796 Don't chain to next_bio for buffer BIO BIO_[w]pending. by David Benjamin · 8 years ago
  62. 6cc9038 Reimplement objects.pl in Go. by David Benjamin · 9 years ago
  63. 6f600d6 Add experimental TLS 1.3 short record header extension. by David Benjamin · 8 years ago
  64. ec6b530 Fix comment on OPENSSL_memcmp, etc. by David Benjamin · 8 years ago
  65. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  66. 56cadc3 Assert on the alert sent on FALLBACK_SCSV. by David Benjamin · 8 years ago
  67. 720ff53 Trim and simplify obj_xref.c. by David Benjamin · 9 years ago
  68. 48e2be2 Include the type in empty vector literals. by David Benjamin · 8 years ago
  69. 28feb92 Add |X509_STORE_set0_additional_untrusted|. by Adam Langley · 8 years ago
  70. b442dee Rename FallbackSCSV-MatchVersion. by David Benjamin · 8 years ago
  71. 458334a Test name-based version APIs are reported as expected. by David Benjamin · 8 years ago
  72. e6620af Remove rsaz-x86_64.pl from CMake inputs. by Adam Langley · 8 years ago
  73. 9f05de4 Remove the non-no_branch branch of BN_div. by Brian Smith · 9 years ago
  74. 4cb8494 Splitting handshake traffic derivation from key change. by Steven Valdez · 8 years ago
  75. 1bcd10c Add CMake support for ASAN and MSAN. by Adam Langley · 8 years ago
  76. 65fb425 Remove version-specific cipher lists. by David Benjamin · 8 years ago
  77. 2d58482 Call __msan_unpoison on the output of getrandom. by Adam Langley · 8 years ago
  78. 39ae144 Revert "Revert "crypto/rand: Fix a crash bug in RAND_enable_fork_unsafe_buffering." and "Enable getrandom for entropy gathering."" by Adam Langley · 8 years ago
  79. 16bfff7 Calculate Montgomery RR without division. by Brian Smith · 9 years ago
  80. febf771 Verify consistency of RSA keys after generation & parsing. by Brian Smith · 9 years ago
  81. a36255c Fix RSA-PSS documentation. by David Benjamin · 8 years ago
  82. 4f57074 Check input length to pkey_rsa_verify and add initial tests. by David Benjamin · 8 years ago
  83. 97db926 Revert "crypto/rand: Fix a crash bug in RAND_enable_fork_unsafe_buffering." and "Enable getrandom for entropy gathering." by Adam Langley · 8 years ago
  84. b479c5d Revert "Include some C versions of the x86-64 P-256 code." by Adam Langley · 8 years ago
  85. ba84265 Include some C versions of the x86-64 P-256 code. by Adam Langley · 8 years ago
  86. 87c0bb2 Adding new options for bssl tool. by Steven Valdez · 8 years ago
  87. 76bb141 Remove the BORINGSSL_ANDROID_SYSTEM P-521 special-case. by David Benjamin · 9 years ago
  88. 593b6a4 Remove RSAZ-512. by David Benjamin · 8 years ago
  89. d9d36b2 Add RSAZ-512 versions of RSAZ-1024 test vectors. by David Benjamin · 8 years ago
  90. 61a7ef4 Reduce the input base |a| in BN_mod_exp_mont_consttime for RSAZ. by Brian Smith · 8 years ago
  91. 36ca214 crypto/rand: Fix a crash bug in RAND_enable_fork_unsafe_buffering. by Martin Kreichgauer · 8 years ago
  92. 4cc1ccd Add minimal tests for 1024-bit RSAZ BN_mod_exp_mont_consttime. by Brian Smith · 8 years ago
  93. 629db8c Add |SSL_get_peer_full_cert_chain|. by Adam Langley · 8 years ago
  94. a4b9198 Make TLS 1.3 check ECDSA KeyUsage and add test. by Adam Langley · 8 years ago
  95. 0567220 Don't use X.509 functions to check ECDSA keyUsage. by Adam Langley · 8 years ago
  96. 0c29425 Don't use |X509_get_pubkey| in TLS 1.3 code either. by Adam Langley · 8 years ago
  97. 703aa16 Import a test vector from upstream. by David Benjamin · 8 years ago
  98. fa99197 perlasm/x86_64-xlate.pl: refine sign extension in ea package. by David Benjamin · 8 years ago
  99. fcd714d Add CBS functions for working with BIT STRINGs. by David Benjamin · 8 years ago
  100. aa01204 Move per-cipher-suite tests into a separate function. by David Benjamin · 8 years ago