1567 Commits (9c3b120b618f3678a807d693b2e6f331aaa54605)

Author SHA1 Message Date
  David Benjamin f466cdb5e0 size_t the RSA padding add functions. 7 years ago
  David Benjamin 3cb047e56c Decouple PKCS#12 hash lookup from the OID table. 7 years ago
  Steven Valdez 2d85062c4f Add Data-less Zero-RTT support. 7 years ago
  Alessandro Ghedini 57e81e666a Name |select_certificate_cb| return values 7 years ago
  David Benjamin 2d05568a7b Fix out-of-memory condition in conf. 7 years ago
  David Benjamin 8c6467976c Remove BIGNUM and CBIGNUM crypto/asn1 types. 7 years ago
  David Benjamin eb3028847e Remove crypto/asn1 LONG and ZLONG. 7 years ago
  Alessandro Ghedini edb729959f Fix typo in the |ssl_ticket_aead_success| documentation 7 years ago
  Victor Vasiliev 438229a8d7 Correct a typo in ASN.1 type name. 7 years ago
  David Benjamin 48e1d180a4 Restore SSL_CTX_set_ecdh_auto compatibility hook. 7 years ago
  Adam Langley 4c341d0299 Support asynchronous ticket decryption with TLS 1.0–1.2. 7 years ago
  David Benjamin be49706c42 Rename initial_ctx to session_ctx. 7 years ago
  Matthew Braithwaite 6ad20dc912 Move error-on-empty-cipherlist into ssl_create_cipher_list(). 7 years ago
  Adam Langley d04ca95356 Add |SSL[_CTX]_set_chain_and_key|. 7 years ago
  David Benjamin 35ac5b7500 Export server-side ticket_age skew. 7 years ago
  Adam Langley fe36672bf5 Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake. 7 years ago
  David Benjamin 8ebeabf0e2 Add SSL_CTX_get_ciphers. 7 years ago
  David Benjamin f29c429324 Remove support for old-style SSL_PRIVATE_KEY_METHOD types. 7 years ago
  David Benjamin f465461062 Add SSL_get0_peer_certificates. 7 years ago
  Steven Valdez 924a352d1b Remove experimental TLS 1.3 short record header extension. 7 years ago
  Adam Langley d6c22ee938 Add |SSL_get0_server_requested_CAs|. 7 years ago
  David Benjamin a58baaf9e6 Forbid the server certificate from changing on renego. 7 years ago
  David Benjamin ad8f5e1de9 Don't use long for timestamps. 7 years ago
  David Benjamin 11c82895d7 Remove support for blocking DTLS timeout handling. 7 years ago
  Adam Langley 39425b0f36 Add |TLS_with_buffers_method|. 7 years ago
  Adam Langley 34b4c829fd Hold CA names as |CRYPTO_BUFFER|s. 7 years ago
  David Benjamin adec7726ec Remove SSL_CIPHER_has_MD5_HMAC. 7 years ago
  Michel Lespinasse de5c325e04 Fix SSL_write doc comment 7 years ago
  Matthew Braithwaite a57dcfb69c Add new cipherlist-setting APIs that reject nonsense. 7 years ago
  Matthew Braithwaite c4796c92e0 ECDSA: const EC_KEY* arguments where possible. 7 years ago
  David Benjamin 699e55bb0e Unexport time_support.h. 7 years ago
  David Benjamin c92f29dcc5 Remove freelist_max_len. 7 years ago
  David Benjamin 3e8b782c0c Remove "raw" versions of PKCS8_encrypt and PKCS8_decrypt. 7 years ago
  David Benjamin 5960a90964 Move sid_ctx from SSL/SSL_CTX to CERT. 7 years ago
  David Benjamin 26e1ff3dfb Remove some unnecessary return values. 7 years ago
  Steven Valdez 27a9e6ae1b Adding ALPN to session. 7 years ago
  David Benjamin 83a321231b Move SCT lists and OCSP responses to CERT. 7 years ago
  David Benjamin 16b1b1d4d1 Simplify state and info_callback management. 7 years ago
  David Benjamin 77458a436e Avoid transitioning into SSL_ST_OK and back out. 7 years ago
  David Benjamin 9e766d7532 Unexport the handshake's internal state. 7 years ago
  Adam Langley 46db7af2c9 Remove |X509| things from SSL_SESSION. 7 years ago
  Steven Valdez 908ac19e8e Moving transcript and PRF functions to SSL_TRANSCRIPT. 7 years ago
  Rob Sloan b987355a10 Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 7 years ago
  Adam Langley 3509dacc3c Add |X509_METHOD| and, using it, move many functions to ssl_x509.c. 7 years ago
  David Benjamin dc8c1d962e Remove some dead state constants. 7 years ago
  Alessandro Ghedini 8df6766d01 Support setting per-connection SCT list 7 years ago
  Alessandro Ghedini 33fe4a0d14 Remove support for setting per-connection default session timeout 7 years ago
  David Benjamin 3f2611a98f Hide SSL struct. 7 years ago
  David Benjamin 58966a455f Remove legacy ChaCha20-Poly1305 cipher name aliases. 7 years ago
  David Benjamin 2056f63bdb Recommend ex_data for SSL_CTX_set_cert_verify_callback. 7 years ago