summaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ssl: fix possible ref counting fields use before init.FdaSilvaYY2021-05-011-7/+9
* Handle set_alpn_protos inputs better.Todd Short2021-04-131-6/+43
* Fix typos in ssl_lib.cNan Xiao2021-04-011-1/+1
* Ensure buffer/length pairs are always in syncMatt Caswell2021-03-251-3/+11
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-3/+6
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-2/+2
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-18/+1
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-051-0/+1
* Remove OPENSSL_NO_DH guards from libsslMatt Caswell2021-02-051-23/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-261-0/+2
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-091-3/+3
* Move some libssl global variables into SSL_CTXMatt Caswell2020-11-231-4/+4
* SSL: Change SSLerr() to ERR_raise()Richard Levitte2020-11-201-2/+2
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-3/+3
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-181-0/+26
* Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell2020-11-181-1/+1
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-33/+17
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-117/+107
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-161-31/+11
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Fixed typo in ssl_lib.cIkko Ashimine2020-10-121-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-14/+14
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+13
* Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()Shane Lontis2020-08-241-1/+1
* Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz2020-08-131-1/+2
* Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk2020-08-121-0/+2
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-1/+0
* Disallow setting more than one IP address with SSL_add1_host()David Woodhouse2020-08-031-2/+21
* Make SSL_set1_host() and SSL_add1_host() take IP addressesDavid Woodhouse2020-08-031-0/+10
* Add X509 related libctx changes.Shane Lontis2020-07-241-5/+9
* deprecate engines in SSLPauli2020-07-161-0/+3
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-11/+12
* Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell2020-07-061-23/+2
* SSL: fix misuse of ERR_LIB_SYSRichard Levitte2020-07-051-1/+2
* Free pre_proc_exts in SSL_free()MiƂosz Kaniewski2020-07-011-0/+2
* Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell2020-06-231-15/+0
* Ensure that SSL_dup copies the min/max protocol versionMatt Caswell2020-06-231-0/+2
* Update the various SSL group getting and setting functionsMatt Caswell2020-06-191-3/+1
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-4/+14
* TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko2020-06-081-2/+9
* Check that Signature Algorithms are available before using themMatt Caswell2020-06-051-0/+6
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-011-2/+0
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-2/+2
* Fix up whitespace nits introduced by PR #11416Benjamin Kaduk2020-05-051-5/+5