86 Commits (a0ef7b0a56a4f5e376dffa28f7808c011b312bc5)

Author SHA1 Message Date
  David Benjamin d6e9eec3f8 Remove algo_strength. 9 years ago
  David Benjamin dcb6ef0f0b Remove algorithm_ssl. 9 years ago
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. 9 years ago
  David Benjamin f584a5aaa2 Reset epoch state in one place. 9 years ago
  David Benjamin 6e80765774 Add SSL_get_server_key_exchange_hash. 9 years ago
  David Benjamin c7817d8ce2 Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic. 9 years ago
  David Benjamin a97b737fb0 Separate CCS and handshake writing in DTLS. 9 years ago
  David Benjamin 2e0901b75f Don't use ssl3_write_pending in DTLS. 9 years ago
  Brian Smith 271777f5ac Refactor ChaCha20-Poly1305 AEAD nonce handling. 9 years ago
  nagendra modadugu 3398dbf279 Add server-side support for asynchronous RSA decryption. 9 years ago
  David Benjamin 1269ddd377 Never use the internal session cache for a client. 9 years ago
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. 9 years ago
  David Benjamin 96e97b1bf1 Convert ssl3_send_channel_id to CBB. 9 years ago
  David Benjamin e97b96224c Convert ssl3_send_next_proto to CBB. 9 years ago
  David Benjamin 5638046cd7 Convert ssl3_send_server_hello to CBB. 9 years ago
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. 9 years ago
  David Benjamin df0905a803 Don't pretend to account for RSA_PSK. 9 years ago
  Steven Valdez 0d62f26c36 Adding more options for signing digest fallback. 9 years ago
  David Benjamin 306ece31bc Fix some malloc failure crashes. 9 years ago
  Matt Braithwaite af096751e8 Restore the NULL-SHA ciphersuite. (Alas.) 9 years ago
  Paul Lietar 8f1c268692 Wait for CertificateStatus message to verify certificate. 9 years ago
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 years ago
  David Benjamin b1bdc5b325 Remove peer_cert from SESS_CERT. 9 years ago
  David Benjamin 6505567172 Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT. 9 years ago
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9 years ago
  Paul Lietar aeeff2ceee Server-side OCSP stapling support. 9 years ago
  David Benjamin e13e4b2df1 Remove dead prototype. 9 years ago
  David Benjamin 3dd9016a51 Remove signature algorithm configuration hooks and SSL_ctrl. 9 years ago
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 years ago
  David Benjamin 2b9ec70558 Remove SSL_CTRL_SET_CLIENT_CERT_TYPES. 9 years ago
  David Benjamin d27441a9cb Remove separate APIs for configuring chain and verify stores. 9 years ago
  David Benjamin b088331ec0 Simplify handshake hash handling. 9 years ago
  David Benjamin d6a4ae97cd Simplify tls1_channel_id_hash. 9 years ago
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 9 years ago
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9 years ago
  David Benjamin b2a985bfb8 Fold away SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD. 9 years ago
  David Benjamin 7446a3b77f Clean up DTLS1_BITMAP code. 9 years ago
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9 years ago
  Adam Langley 0950563a9b Implement custom extensions. 9 years ago
  David Benjamin 821464e45f Remove old 'prepare' extensions functions. 9 years ago
  Adam Langley 879219b2c0 Move the declaration of kSRTPProfiles to ssl/internal.h 9 years ago
  Adam Langley 391250d255 Convert the SRTP extension to the new system 9 years ago
  David Benjamin b2a9d6ab78 Remove SSL_build_cert_chain. 9 years ago
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9 years ago
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9 years ago
  David Benjamin 0fc431a0d7 Prune NIDs from TLS_SIGALGS. 9 years ago
  David Benjamin 396a441421 ssl3_cert_verify_hash should take the EVP_PKEY type. 9 years ago
  David Benjamin dfa4069a16 Fix MSVC build some more. 9 years ago
  David Benjamin 3e536334be Fix Windows build. 9 years ago
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9 years ago