666 Commits (160f4ef14c12d8b846eeac498de10a0633f6d2f4)

Author SHA1 Message Date
  David Benjamin 0ac86b0220 Remove dtls1_enc. 10 years ago
  David Benjamin 129992360a Check EVP_Cipher return values. 10 years ago
  David Benjamin 8278184631 Remove redundant checks in ssl_cert_dup. 10 years ago
  David Benjamin 83abdd6e58 Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask 10 years ago
  David Benjamin e518f65d2c Update references to RFCs. 10 years ago
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 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 00505ec2e1 Add EVP_md5_sha1. 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 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 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 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 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
  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
  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 ca6c82643a Add DTLS-SRTP tests. 10 years ago
  David Benjamin 5e4f6e9247 Remove some remnants of SSLv2. 10 years ago
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts 10 years ago