949 Commits (6899b19464b6eff7ec638fa1f325df51a56bbe89)
 

Author SHA1 Message Date
  David Benjamin a6689b0488 Keep the obj_mac.h license header round-tripping. 10 years ago
  David Benjamin 687759db79 Restore obj_mac.num from upstream. 10 years ago
  David Benjamin 7baab87798 Add documentation for the OID scripts. 10 years ago
  David Benjamin f1eba30292 Don't include undef in cross reference table. 10 years ago
  David Benjamin 61f1085ee9 Switch crypto/bn back to _umul128 on Windows clang. 10 years ago
  David Benjamin d8a3e78223 Shush a MSVC bool/int comparison warning. 10 years ago
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 years ago
  David Benjamin edb03cf31f Remove some unimplemented prototypes. 10 years ago
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 10 years ago
  David Benjamin af9d9419a6 Don't use _umul128 for Windows clang. 10 years ago
  David Benjamin 0105ece171 Fix standalone Windows build. 10 years ago
  David Benjamin 94d701b7e8 Left-pad a V2ClientHello's random, not right-pad. 10 years ago
  David Benjamin d0f257dc2c Don't manually extern OPENSSL_ia32cap_P. 10 years ago
  David Benjamin 128dbc30f6 Factor out the client max-version logic into a helper function. 10 years ago
  David Benjamin beb47022b0 Remove redundant s->server assignments in handshake. 10 years ago
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 years ago
  David Benjamin cde8abae14 Merge client/server SSL_METHODs into the generic one. 10 years ago
  David Benjamin f34a009834 Don't set s->state and s->server before the side is known. 10 years ago
  David Benjamin 63246e8a99 Remove s->type from SSL. 10 years ago
  David Benjamin e319a2f73a Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. 10 years ago
  David Benjamin 533ef7304d Remove SSL_clear calls in handshake functions. 10 years ago
  David Benjamin 8c88153465 Remove a place where SSL_clear cleans up after client/server confusion. 10 years ago
  David Benjamin ff42cc1eac Fix FALLBACK_SCSV, Channel ID, OCSP stapling, and SCTs with the generic method. 10 years ago
  David Benjamin e58a71b9b3 Trim impossible state combinations. 10 years ago
  David Benjamin 0b145c29a3 Don't assign handshake_func in the handshake functions. 10 years ago
  David Benjamin 8c6a295c39 Remove obsolete comment. 10 years ago
  David Benjamin 9cbd4a809e Remove SSL_(CTX_)get_ssl_method. 10 years ago
  David Benjamin 502a909bd6 Recover SSL_OP_CIPHER_SERVER_PREFERENCE documentation. 10 years ago
  David Benjamin 95eeb191c0 Make it clear that SSL_OP_NO_DTLS* are the same as the TLS ones. 10 years ago
  David Benjamin c44b1df459 Add test for renego client_version quirk. 10 years ago
  David Benjamin 81ea0bf538 Delay creating s->session until resumption is resolved. 10 years ago
  David Benjamin 8b8c006564 Fix DTLS_ANY_VERSION and add tests. 10 years ago
  David Benjamin 65ea8ff84c Debug resumption connections with -debug too. 10 years ago
  David Benjamin 95f9cfcde0 unifdef OPENSSL_NO_BIO. 10 years ago
  David Benjamin bafc58dfa4 Remove dead SSL BIO prototypes. 10 years ago
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 years ago
  David Benjamin 61f95277d4 Add tests for OCSP stapling and SCT lists. 10 years ago
  David Benjamin bb15e3ddb5 Remove method-switching codepath in SSL_clear. 10 years ago
  David Benjamin 52d699f668 Make OCSP response and SCT list getter const-correct. 10 years ago
  David Benjamin 192f34b175 Fix bio_test.c build on Windows. 10 years ago
  Håvard Molland 4e0a7e5a1d Cleanup of setting external buffer 10 years ago
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 years ago
  David Benjamin fe8eb9a603 Add tests for session-ID-based resumption. 10 years ago
  David Benjamin ae3e487d51 Fix a couple more malloc test crashes. 10 years ago
  Adam Langley 69a01608f3 Add malloc failure tests. 10 years ago
  Nico Weber deb5284138 Make build work on OS X with older cmake versions. 10 years ago
  David Benjamin 000800a306 Add tests for signature algorithm negotiation. 10 years ago
  David Benjamin ec2f27dee1 Account for EVP_PKEY capabilities in selecting hash functions. 10 years ago
  David Benjamin 033e5f47d1 Remove CERT_PKEY::valid_flags. 10 years ago
  David Benjamin f31e681acf Clean up ssl_set_cert_masks. 10 years ago