summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2021-06-02tls: remove TODOsPauli
2021-06-01Modify ssl_handshake_hash to call SSLfatalTrev Larock
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29ssl: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-19Let SSL_new_session_ticket() enter init immediatelyBenjamin Kaduk
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-14Convert SSL_{CTX}_[gs]et_options to 64Rich Salz
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk
2021-05-01ssl: fix possible ref counting fields use before init.FdaSilvaYY
2021-04-13Handle set_alpn_protos inputs better.Todd Short
2021-04-01Fix typos in ssl_lib.cNan Xiao
2021-03-25Ensure buffer/length pairs are always in syncMatt Caswell
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-09Reword repeated words.Shane Lontis
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Ensure default supported groups works even with no-ec and no-dhMatt Caswell
2021-02-05Remove OPENSSL_NO_DH guards from libsslMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-09replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-12Fixed typo in ssl_lib.cIkko Ashimine
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-08-24Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()Shane Lontis
2020-08-13Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz
2020-08-12Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-03Disallow setting more than one IP address with SSL_add1_host()David Woodhouse
2020-08-03Make SSL_set1_host() and SSL_add1_host() take IP addressesDavid Woodhouse
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16deprecate engines in SSLPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell
2020-07-05SSL: fix misuse of ERR_LIB_SYSRichard Levitte
2020-07-01Free pre_proc_exts in SSL_free()MiƂosz Kaniewski
2020-06-23Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell