66 Commits (7104cc96b752c45e02fd3f1728cf313263f04548)

Author SHA1 Message Date
  nagendra modadugu 3398dbf279 Add server-side support for asynchronous RSA decryption. 9 years ago
  David Benjamin 82170248e7 Document the info callback. 9 years ago
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 years ago
  David Benjamin 1f9f9c4b51 Tidy up the ssl3_send_server_key_exchange slightly. 9 years ago
  Paul Lietar aeeff2ceee Server-side OCSP stapling support. 9 years ago
  David Benjamin 651b3d9284 ssl->cert and ctx->cert cannot be NULL. 9 years ago
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 9 years ago
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9 years ago
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
  David Benjamin 5c1ce2925d Decide whether or not to request client certificates early. 9 years ago
  David Benjamin 5aea93e604 Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 9 years ago
  David Benjamin 8ec88108d4 Remove SSL_in_before and SSL_ST_BEFORE. 9 years ago
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9 years ago
  David Benjamin d23d5a5a8b Remove remnants of DTLS renegotiate. 9 years ago
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9 years ago
  David Benjamin e6df054a75 Add s->s3->initial_handshake_complete. 9 years ago
  David Benjamin 6a08da2cf8 Remove redundant setup buffer calls. 9 years ago
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 years ago
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 9 years ago
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 years ago
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 years ago
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. 9 years ago
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9 years ago
  David Benjamin ce9f0177f8 Remove BIO_should_retry checks in DTLS state machines. 9 years ago
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9 years ago
  David Benjamin 79ae85e4f7 Remove NETSCAPE_HANG_BUG. 9 years ago
  David Benjamin 33e799fe19 Don't allow CCS just before CertificateVerify in DTLS. 9 years ago
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 years ago
  Adam Langley 2481975857 Reformat d1_{srtp|srvr}.c and s3_both.c 9 years ago
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 9 years ago
  David Benjamin 07046a0946 Consistently use ssl_handshake_start and ssl_set_handshake_header. 9 years ago
  David Benjamin 63c55a8e35 Fix memory leak on failure. 10 years ago
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 years ago
  David Benjamin 138c2ac627 Drop unnecessary version checks. 10 years ago
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 years ago
  David Benjamin beb47022b0 Remove redundant s->server assignments in handshake. 10 years ago
  David Benjamin cde8abae14 Merge client/server SSL_METHODs into the generic one. 10 years ago
  David Benjamin 63246e8a99 Remove s->type from SSL. 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 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 0f1e64bf7f Remove method swap in SSL_set_session. 10 years ago
  Adam Langley 69a01608f3 Add malloc failure tests. 10 years ago
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 years ago
  David Benjamin 60e7992764 Remove DTLSv1_listen. 10 years ago
  Adam Langley 7571292eac Extended master secret support. 10 years ago
  David Benjamin 6c7aed048c Client-side OCSP stapling support. 10 years ago
  David Benjamin 854dd654d1 Refactor server-side CertificateVerify handling. 10 years ago
  David Benjamin 8da990677b Rename some message functions for consistency. 10 years ago