1243 Commits (4c341d0299c9eef218a5e7219d0b12da0d88dd42)

Author SHA1 Message Date
  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
  Adam Langley bdcfd1366f Move the SSL BIO into ssl/ from decrepit/. 7 years ago
  David Benjamin 42bfeb3623 Remove an unnecessary TLS 1.2 ClientHello state. 7 years ago
  David Benjamin 17b3083373 Use a separate timeout scheme for TLS 1.3. 7 years ago
  David Benjamin 0b1bb12ce8 Push the SSL_CTX session_timeout zero logic up. 7 years ago
  David Benjamin 41a26e819f Remove buffer BIOs. 7 years ago
  Steven Valdez 258508fce1 Adding V2ClientHello counter. 7 years ago
  David Benjamin 16315f7cc7 Remove the rest of write_message. 7 years ago
  David Benjamin daf207a52a Don't use the buffer BIO in TLS. 7 years ago
  David Benjamin 1a999cf54d Don't use the buffer BIO in DTLS. 7 years ago
  David Benjamin 330282a654 Remove SHA_LBLOCK and SHA_LONG. 7 years ago
  David Benjamin 5db7c9b8c2 Get OPENSSL_COMPILE_ASSERT working in function bodies. 7 years ago
  Alessandro Ghedini 958346a5e7 Run select_certificate_cb multiple times 7 years ago
  David Benjamin 07820b5cee Add a getter for SSL_set_session_id_context. 7 years ago
  Adam Langley 2e839244b0 Remove old ChaCha20-Poly1305 AEAD. 7 years ago
  Adam Langley 5322010405 Revert "Remove old ChaCha20-Poly1305 AEAD." 7 years ago
  David Benjamin 6752efdeaf Never send SNI warning alerts. 7 years ago
  Adam Langley def9b46801 Remove old ChaCha20-Poly1305 AEAD. 7 years ago
  Alessandro Ghedini 0726fb76eb Add SSL_CIPHER_is_AEAD. 7 years ago
  David Benjamin c253864993 Remove some node.js hacks. 7 years ago
  Aaron Green c80e416353 Add support for Fuchsia in crypto/rand. 7 years ago
  David Benjamin 745745df03 Add SSL_CIPHER_is_static_RSA. 7 years ago
  David Benjamin 5fc99c6603 There are no more MD5 ciphers. 7 years ago
  Adam Langley dcecdfd620 Fix a couple of missing spaces in comments. 7 years ago
  David Benjamin 1d6eeb3b85 Spellcheck our public headers. 7 years ago
  David Benjamin 0a211dfe91 Remove BN_FLG_CONSTTIME. 7 years ago
  David Benjamin d261004048 Report TLS 1.3 as supporting secure renegotiation. 7 years ago
  David Benjamin 8f3f6be0d5 Const-correct the PKCS8 salt parameter. 7 years ago
  David Benjamin 35349e9fac Unexport PKCS5 functions. 7 years ago
  Rob Sloan 45573cc04d Add Little-endian BIGNUM conversions 7 years ago
  Steven Valdez 08b65f4e31 Enabling 0-RTT on new Session Tickets. 7 years ago
  David Benjamin 55696cecde Remove lh_new's default hash and comparator. 7 years ago