aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Copyright year updatesRichard Levitte1-1/+1
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma1-3/+3
2023-08-04Resolves some magic values that has a hello_retry_request enum type.Frederik Wedel-Heinen1-1/+1
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu1-1/+1
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-1/+1
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY1-0/+1
2022-11-11Move e_os.h to include/internalRichard Levitte1-1/+1
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz1-2/+1
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb1-1/+2
2022-08-17Fix SSL_pending() and SSL_has_pending() with DTLSMatt Caswell1-5/+19
2022-03-23Fix Coverity 1498611 & 1498608: uninitialised readPauli1-0/+2
2022-03-15Update copyright yearMatt Caswell1-1/+1
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz1-0/+3
2022-01-19ssl: better support TSAN operationsPauli1-12/+35
2021-12-07Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functionsMatt Caswell1-2/+0
2021-11-15Reset the rwstate before calling ASYNC_start_job()Matt Caswell1-0/+2
2021-07-17Fix some minor record layer issuesMatt Caswell1-1/+1
2021-07-16Disallow SSL_key_update() if there are writes pendingMatt Caswell1-0/+5
2021-06-02tls: remove TODOsPauli1-5/+0
2021-06-01Modify ssl_handshake_hash to call SSLfatalTrev Larock1-1/+3
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-8/+8
2021-05-29ssl: add zero strenght arguments to BN and RAND RNG callsPauli1-4/+4
2021-05-19Let SSL_new_session_ticket() enter init immediatelyBenjamin Kaduk1-1/+5
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz1-12/+15
2021-05-14Convert SSL_{CTX}_[gs]et_options to 64Rich Salz1-11/+6
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk1-5/+0
2021-05-01ssl: fix possible ref counting fields use before init.FdaSilvaYY1-7/+9
2021-04-13Handle set_alpn_protos inputs better.Todd Short1-6/+43
2021-04-01Fix typos in ssl_lib.cNan Xiao1-1/+1
2021-03-25Ensure buffer/length pairs are always in syncMatt Caswell1-3/+11
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz1-3/+6
2021-03-09Reword repeated words.Shane Lontis1-1/+1
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell1-2/+2
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell1-18/+1
2021-02-05Ensure default supported groups works even with no-ec and no-dhMatt Caswell1-0/+1
2021-02-05Remove OPENSSL_NO_DH guards from libsslMatt Caswell1-23/+0
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb1-0/+2
2021-01-09replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire1-3/+3
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell1-4/+4
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte1-2/+2
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell1-3/+3
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell1-0/+26
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell1-1/+1
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte1-33/+17
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte1-117/+107
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell1-31/+11
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-3/+3
2020-10-12Fixed typo in ssl_lib.cIkko Ashimine1-1/+1
2020-10-01Run the withlibctx.pl scriptMatt Caswell1-14/+14