1. 887c300 Move the key type check from tls12_check_peer_sigalg to ssl_verify_*. by David Benjamin · 9 years ago
  2. a95e9f3 Test that signature verification checks the key type. by David Benjamin · 9 years ago
  3. 51dd7d6 Don't fall back to SHA-1 in TLS 1.3, only TLS 1.2. by David Benjamin · 9 years ago
  4. a2d81f1 Don't decompose signature algorithms in ssl_rsa.c. by David Benjamin · 9 years ago
  5. 6b8509a Add default handlers for extension parsing. by Steven Valdez · 9 years ago
  6. 310d3f6 Change |EVP_PKEY_up_ref| to return int. by Adam Langley · 9 years ago
  7. 27516f7 Add no-op function ENGINE_register_all_complete. by Adam Langley · 9 years ago
  8. ea9a0d5 Refine SHA-1 default in signature algorithm negotiation. by David Benjamin · 9 years ago
  9. d246b81 Don't decompose sigalgs in key preferences. by David Benjamin · 9 years ago
  10. 0aa25bd Don't call tls12_get_hash in the server handshake. by David Benjamin · 9 years ago
  11. 7bf80e1 Rename util/BUILD to as not to confuse Bazel. by Adam Langley · 9 years ago
  12. 10f97f3 Revert "Move C++ helpers into |bssl| namespace." by Adam Langley · 9 years ago
  13. d2b5af5 Revert scoped_types.h change. by Adam Langley · 9 years ago
  14. a125f04 Add commit queue config for auto-testing of changes. by Andrii Shyshkalov · 9 years ago
  15. 8d79ed6 Assume that MSVC supports C++11. by Adam Langley · 9 years ago
  16. 19fdcb5 Don't #include header files in extern "C" blocks. by Adam Langley · 9 years ago
  17. 0ee3193 Breaking news: 1998 has come and gone. by David Benjamin · 9 years ago
  18. ee51a22 Add a missing flushHandshake call to the TLS 1.3 handshake. by David Benjamin · 9 years ago
  19. 8c3c313 Remove scoped_types.h. by Adam Langley · 9 years ago
  20. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  21. 09eb655 Simplify ssl_get_message somewhat. by David Benjamin · 9 years ago
  22. 528bd26 Don't use init_buf in DTLS. by David Benjamin · 9 years ago
  23. df759b5 Allow CECPQ1 cipher suites to do False Start. by Adam Langley · 9 years ago
  24. 4748944 Reorder functions in bn_test. by David Benjamin · 9 years ago
  25. ffb7adc Convert BN_mod_sqrt tests to bn_tests.txt. by David Benjamin · 9 years ago
  26. 61367ee Set variables to avoid false-positive compiler warnings. by Adam Langley · 9 years ago
  27. 403c52a Support “-starttls smtp” in `bssl client` by Adam Langley · 9 years ago
  28. abe22b6 BUILD: drop -fvisibility=hidden. by Adam Langley · 9 years ago
  29. 7a4b404 Remove SSL_get_server_key_exchange_hash. by David Benjamin · 9 years ago
  30. 397c8e6 Forbid renegotiation in TLS 1.3. by David Benjamin · 9 years ago
  31. 71dd666 Test that stray HelloRequests during the handshake are ignored. by David Benjamin · 9 years ago
  32. 97718f1 Move references to init_buf into SSL_PROTOCOL_METHOD. by David Benjamin · 9 years ago
  33. a2c42d7 Rename (s3,d1)_meth.c. by David Benjamin · 9 years ago
  34. 0d099f0 Define RAND_cleanup in one place only by Alessandro Ghedini · 9 years ago
  35. 85f20c2 Implement downgrade signaling in Go. by Nick Harper · 9 years ago
  36. 4dbdf94 Push V2ClientHello handling into ssl3_get_message. by David Benjamin · 9 years ago
  37. f25dda9 Split readClientHello in two. by David Benjamin · 9 years ago
  38. 7d79f83 Pull Go TLS server extension logic into its own function. by David Benjamin · 9 years ago
  39. 44b33bc Implement OCSP stapling and SCT in Go TLS 1.3. by David Benjamin · 9 years ago
  40. 82261be Improve CCS/Handshake synchronization tests. by David Benjamin · 9 years ago
  41. b41d2e4 Implement basic TLS 1.3 client handshake in Go. by Nick Harper · 9 years ago
  42. 582ba04 Add tests for packed handshake records in TLS. by David Benjamin · 9 years ago
  43. 7510140 Move Go server extension logic to a separate function. by David Benjamin · 9 years ago
  44. f8b0e70 Add parsing logic for the three new TLS 1.3 extensions. by Nick Harper · 9 years ago
  45. 34a3c49 Simplify TLS reuse_message implementation. by David Benjamin · 9 years ago
  46. c937ede Remove backslash. by David Benjamin · 9 years ago
  47. affdee9 Update documentation to reference the “master-with-bazel” branch. by Adam Langley · 9 years ago
  48. 2304447 No-op change to trigger the new Bazel bot. by Adam Langley · 9 years ago
  49. 5a09d02 No-op change to trigger the new Bazel bot. by Adam Langley · 9 years ago
  50. 8701055 No-op change to trigger the new Bazel bot. by Adam Langley · 9 years ago
  51. ff26f09 Fix c.in.decrypt error handling in runner. by David Benjamin · 9 years ago
  52. 95c6956 Add version tolerance tests for DTLS. by David Benjamin · 9 years ago
  53. ce9a216 Document that BN_mod_sqrt assumes p is a prime. by David Benjamin · 9 years ago
  54. 4cb00ba Convert test_exp to bn_tests.txt. by David Benjamin · 9 years ago
  55. ad6d33c Convert test_mod_exp_mont5 test vectors. by David Benjamin · 9 years ago
  56. 45a8c8a Convert test_mod_exp and test_mod_exp_consttime. by David Benjamin · 9 years ago
  57. 28a8c2f Fold the rest of test_sqrt into TestSquare. by David Benjamin · 9 years ago
  58. 5a13e40 Convert test_mont and test_mod_mul to bn_tests.txt. by David Benjamin · 9 years ago
  59. e8317a5 Add tests for BN_nnmod. by David Benjamin · 9 years ago
  60. 7819409 Generate more test data in test_mont. by David Benjamin · 9 years ago
  61. 56cbbe5b Use BN_set_bit in TestLShift1. by David Benjamin · 9 years ago
  62. 66a0e6e Add a Go tool to check bn_tests.txt. by David Benjamin · 9 years ago
  63. 0186787 Add top-level BUILD file (in util/). by Adam Langley · 9 years ago
  64. 7505144 Extract certificate message processing in Go. by David Benjamin · 9 years ago
  65. a6f8263 Extract Go CertificateRequest logic into a helper. by David Benjamin · 9 years ago
  66. 7e0442a Rewrite Go Certificate and CertificateRequest serialization. by Nick Harper · 9 years ago
  67. e5d577d Add Go HKDF implementation with test. by Nick Harper · 9 years ago
  68. b3d51be Split ServerHello extensions into a separate struct. by Nick Harper · 9 years ago
  69. 1701776 Clarify how Quotient tests do rounding. by David Benjamin · 9 years ago
  70. 5212ef8 Reimplement serverHelloMsg with byteBuilder in Go. by Nick Harper · 9 years ago
  71. 8dda5cc Add a Go version of CBB and convert ClientHello marshaling to it. by Nick Harper · 9 years ago
  72. d94b83b Rename Channel ID's EncryptedExtensions to just ChannelID in C. by David Benjamin · 9 years ago
  73. cedff87 Add TLS 1.3 constants from draft 13 to Go. by David Benjamin · 9 years ago
  74. 24599a8 Rename EncryptedExtensions in Go in preparation for TLS 1.3. by David Benjamin · 9 years ago
  75. cecee27 Fix the Go code to be aware of DTLS version bounds. by David Benjamin · 9 years ago
  76. 4c3ddf7 Explicitly mark nearly every test at TLS 1.2. by David Benjamin · 9 years ago
  77. 60edffd Change SignatureAndHashAlgorithm to SignatureScheme in Go. by Nick Harper · 9 years ago
  78. 3d4030b Test |BN_uadd| and |BN_usub|. by Brian Smith · 9 years ago
  79. e4bf8b3 Test aliasing in |BN_add| and |BN_sub|. by Brian Smith · 9 years ago
  80. fe47ba2 Test |BN_add_word| and |BN_sub_word|. by Brian Smith · 9 years ago
  81. 84cd159 Add SSL_CTX_up_ref. by Adam Langley · 9 years ago
  82. b72f66f Test |BN_mod_exp_mont| with zero and even modulus too. by Brian Smith · 9 years ago
  83. 2b8415e Move the Digest/Sign split for SignatureAlgorithms to a lower level. by Steven Valdez · 9 years ago
  84. 0ba8773 Group 1.3 extension constants together and remove ticket_age. by David Benjamin · 9 years ago
  85. 9e68f19 Add SSL_get_curve_id and SSL_get_dhe_group_size. by David Benjamin · 9 years ago
  86. 7277576 Adding new TLS 1.3 alert/extension IDs. by Steven Valdez · 9 years ago
  87. 18a3518 Don't allocate a group/curve ID for CECPQ1. by David Benjamin · 9 years ago
  88. d1e28ad Remove key_exchange_info for plain RSA. by David Benjamin · 9 years ago
  89. 929d4ee Don't send legacy ciphers if min_version >= TLS 1.3. by David Benjamin · 9 years ago
  90. b6a0a51 Simplify version configuration. by David Benjamin · 9 years ago
  91. f11f233 Add |tool_headers| to Bazel output of generate_build_files.py by Adam Langley · 9 years ago
  92. f0451ca Cleaning up internal use of Signature Algorithms. by Steven Valdez · 9 years ago
  93. 352d0a9 Remove a/b parameters to send_change_cipher_spec. by David Benjamin · 9 years ago
  94. 153e436 Add missing 'does nothing' comments for consistency. by David Benjamin · 9 years ago version_for_cocoapods_4.0
  95. 784f6f9 Remove a bunch of unnecessary includes. by David Benjamin · 9 years ago
  96. 57a6f3c Fix missing cert length prefix. by Steven Valdez · 9 years ago
  97. d09f53c Take out a bunch of unused constants. by David Benjamin · 9 years ago
  98. 0256385 Changing representation of signature/hash to use SignatureScheme. by Steven Valdez · 9 years ago
  99. 9d632f4 Group d1_both.c by sending and receiving handshake messages. by David Benjamin · 9 years ago
  100. 32a3780 Move more non-bc tests down. by David Benjamin · 9 years ago