841 Commits (78e6978ab9b043c8eae118279a382a8cd1f3d095)
 

Author SHA1 Message Date
  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
  Nico Weber 81257cb2e0 Add a codereview.settings file. 10 years ago
  David Benjamin 6a8d70c528 Trim tls1_check_chain and CERT_PKEY flags. 10 years ago
  David Benjamin 253b3e76dc Remove TLS strict mode. 10 years ago
  David Benjamin 1ad868176d check_flags is always 0. 10 years ago
  David Benjamin b398d16c1d Remove SSL_check_chain and unexport CERT_PKEY flags. 10 years ago
  David Benjamin 675227e0d2 Remove CERT_PKEY_EXPLICIT_SIGN flag. 10 years ago
  David Benjamin 248f350ed8 Remove SSL_get_peer_signature_nid and don't compute digests for peer_key. 10 years ago
  David Benjamin c20febe177 Add EVP_PKEY_supports_digest. 10 years ago