3519 Commits (5fa25381625e68cf6e2826c05ba893bc6e24ba59)
 

Author SHA1 Message Date
  David Benjamin c6722cd6e0 Check SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER before touching wpend_buf. 8 years ago
  David Benjamin 35c8afd314 More macro hygiene improvements. 8 years ago
  David Benjamin 193c2fff53 Prune some unused prototypes. 8 years ago
  David Benjamin a7f56f0bfb Use scopers a little more. 8 years ago
  David Benjamin be941d4659 Correctly find all critical CRL extensions. 8 years ago
  David Benjamin 0cce863f74 Use scopers in tool/ 8 years ago
  David Benjamin 079b394c49 Always enable GREASE for TLS 1.3 NewSessionTicket. 8 years ago
  Adam Langley afdbb62de2 Ensure that BIO_[w]pending isn't confused about negative numbers. 8 years ago
  David Benjamin fc4467e568 Refresh fuzzer corpus. 8 years ago
  David Benjamin 7784c4c4dd Fix fuzzer mode suppressions. 8 years ago
  Nick Harper 9559401473 Use SHA256_CTX instead of EVP_MD_CTX when computing Channel ID. 8 years ago
  Nick Harper c984611d2d Fix bogo implementation of Channel ID for TLS < 1.2. 8 years ago
  Nick Harper 60a85cb5e4 Implement ChannelID for TLS 1.3. 8 years ago
  Adam Langley 373a6a5a7d Add a no-op |OPENSSL_no_config|. 8 years ago
  Adam Langley 46dd8ec993 Make the loop bounds in keywrap a little more clear. 8 years ago
  David Benjamin 3ef7697ed3 Don't accept {sha1, ecdsa} and {sha512, ecdsa}. 8 years ago
  David Benjamin b1133e9565 Fix up macros. 8 years ago
  Adam Langley 840445d406 Include |SSL_CTX_set_signing_algorithm_prefs| in SSL_CTX fuzzer. 8 years ago
  Adam Langley 99dce54031 Fix copy-paste error in SSL_CTX fuzzer. 8 years ago
  Daniel Bathgate 89917a5c60 Fix memory leak in set_signing_algorithm_prefs. 8 years ago
  David Benjamin e228bd299d Hide SSL3_STATE. 8 years ago
  Steven Valdez 2c62fe9c58 Run TestSequenceNumber at all versions. 8 years ago
  David Benjamin ac9a7f6384 Fix the run_tests target in fuzzer mode. 8 years ago
  David Benjamin cef36f0cf6 C++ crypto/test/malloc.cc more. 8 years ago
  David Benjamin 52db0eb46c Revert "Get the malloc tests working under ASan." 8 years ago
  David Benjamin 4c0e6c64b6 ERR_clear_error at the end of each fuzzer. 8 years ago
  David Benjamin 1991af6900 Refresh TLS fuzzer corpora for draft 16. 8 years ago
  David Benjamin ab6306bcb6 Fix fuzzer mode suppressions. 8 years ago
  David Benjamin a128a55e0b Update the TLS 1.3 draft version to draft 16. 8 years ago
  David Benjamin 3baa6e153b Implement draft 16 HelloRetryRequest and cookie. 8 years ago
  Steven Valdez c4aa727e73 Updating Key Schedule and KeyUpdate to draft 16. 8 years ago
  David Benjamin 0939f80c6a Fix fuzzer signatures. 8 years ago
  David Benjamin 490469f850 Test unknown TLS 1.3 ServerHello extensions. 8 years ago
  David Benjamin 4fec04b484 Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. 8 years ago
  David Benjamin 8404bdb9a6 Use __MINGW_PRINTF_FORMAT for printf attributes. 8 years ago
  David Benjamin 53a2dfcb1f Remove incorrect ciphers check. 8 years ago
  David Benjamin 1db9e1bc7a Add the certificate_required alert. 8 years ago
  David Benjamin 5d9ba81b6c Enable more TLS 1.3 resumption tests. 8 years ago
  David Benjamin deb2a8769d Const-correct ECDH_compute_key. 8 years ago
  David Benjamin 52bf690ba4 Saved Finished messages are twelve bytes. 8 years ago
  David Benjamin 34941c0cab Forbid renego in SSL 3.0. 8 years ago
  David Benjamin 49ddf41557 Remove redundant copies of the Finished messages. 8 years ago
  David Benjamin ced00b4258 Turn off Finished-based APIs at TLS 1.3 and SSL 3.0. 8 years ago
  David Benjamin a4c8ff0190 Move TLS 1.2 key exchange fields to SSL_HANDSHAKE. 8 years ago
  David Benjamin 43612b6bc7 Move peer_supported_group_list to SSL_HANDSHAKE. 8 years ago
  David Benjamin f04976ba25 Remove the get_peer_groups parameter to tls1_get_grouplist. 8 years ago
  David Benjamin 9d0b4bcb92 Trim tls1_check_group_id. 8 years ago
  David Benjamin 938fa7cc84 Inline tls1_check_ec_cert. 8 years ago
  David Benjamin 34de91e377 Revise server-side ECDSA certificate checks. 8 years ago
  David Benjamin b74b08144e Move next_proto_neg_seen into SSL_HANDSHAKE. 8 years ago