1664 Commits (14c611cf9158c0e6dd64b4ce746cc4807f76e0e6)

Author SHA1 Message Date
  David Benjamin 417830d981 Support EVP_PKEY_{sign,verify}_message with Ed25519. 7 years ago
  David Benjamin 05bb1c5033 Implement draft-ietf-curdle-pkix-04's serialization. 7 years ago
  David Benjamin a232a7159c Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. 7 years ago
  David Benjamin 7c83fdaf5b Add message-based EVP_PKEY APIs. 7 years ago
  David Benjamin 3e0b2ce12b Prune some dead constants. 7 years ago
  David Benjamin c8ff30cbe7 Add an option to allow unknown ALPN protocols. 7 years ago
  Adam Langley b18cb6a5d0 Make the POWER hardware capability value a global in crypto.c. 7 years ago
  Alessandro Ghedini 67bb45f44b Support enabling early data on SSL 7 years ago
  David Benjamin 7e9949c30b Import additional test vectors from RFC 8032. 7 years ago
  David Benjamin 17eeb9820c Unwind the rest of EVP_PKEY_supports_digest. 7 years ago
  Adam Langley 764ab9802e Support and test P-224 certificates. 7 years ago
  David Benjamin fc2d78dd1e Document server 0-RTT behavior. 7 years ago
  Steven Valdez 2a0707210a Prevent Channel ID and Custom Extensions on 0-RTT. 7 years ago
  David Benjamin 02084ea398 Decouple PKCS8_encrypt and PKCS8_decrypt's core from crypto/asn1. 7 years ago
  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