summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Optimize session cache flushingTodd Short2021-06-105-59/+180
* Only call dtls1_start_timer() onceMatt Caswell2021-06-042-3/+1
* tls: remove TODOsPauli2021-06-0219-59/+13
* Modify ssl_handshake_hash to call SSLfatalTrev Larock2021-06-011-1/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-0118-143/+150
* ssl: ass size_t to RAND_bytes_ex()Pauli2021-06-012-4/+5
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-298-18/+18
* Call SSLfatal when the generate_ticket_cb returns 0Todd Short2021-05-271-2/+3
* Fix compilation warning with GCC11.Juergen Christ2021-05-272-3/+3
* Use "" for include crypto/xxxRich Salz2021-05-271-1/+1
* Use "" for include internal/xxxRich Salz2021-05-271-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-264-5/+5
* Allow TLS13_AD_MISSING_EXTENSION for older versionsBenjamin Kaduk2021-05-252-0/+4
* Cleanup the peer point formats on regotiationDmitry Belyavskiy2021-05-211-1/+11
* Update copyright yearMatt Caswell2021-05-203-3/+3
* Let SSL_new_session_ticket() enter init immediatelyBenjamin Kaduk2021-05-191-1/+5
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-173-13/+25
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-157-4/+54
* Slightly reformat ssl.h.inRich Salz2021-05-141-2/+2
* Convert SSL_{CTX}_[gs]et_options to 64Rich Salz2021-05-143-19/+18
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-131-5/+8
* Don't send key_share for PSK-only key exchangeBenjamin Kaduk2021-05-121-0/+7
* make updateBenjamin Kaduk2021-05-121-0/+2
* Improve RFC 8446 PSK key exchange mode complianceBenjamin Kaduk2021-05-121-1/+18
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-19/+7
* Remove unused code from the fips moduleShane Lontis2021-05-081-5/+11
* Drop libimplementations.aRichard Levitte2021-05-071-1/+1
* Avoid sending alerts after shutdownDmitry Belyavskiy2021-05-061-0/+2
* Remove all trace of FIPS_mode functionsRich Salz2021-05-061-2/+0
* Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk2021-05-051-1/+1
* Enforce secure renegotiation support by defaultBenjamin Kaduk2021-05-051-5/+0
* ssl: fix possible ref counting fields use before init.FdaSilvaYY2021-05-011-7/+9
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-012-1/+4
* Defer Finished MAC handling until after state transitionMatt Caswell2021-04-283-23/+50
* Update copyright yearMatt Caswell2021-04-222-2/+2
* Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2021-04-191-11/+27
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-184-39/+47
* Handle set_alpn_protos inputs better.Todd Short2021-04-131-6/+43
* Only enable KTLS if it is explicitly configuredMatt Caswell2021-04-124-8/+7
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-122-2/+2
* Fix typo in statem_clnt.cNan Xiao2021-04-091-1/+1
* Update copyright yearMatt Caswell2021-04-082-2/+2
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-013-0/+14
* Fix typos in ssl_lib.cNan Xiao2021-04-011-1/+1
* OBJ_nid2sn(NID_sha256) is completely equivalent to OSSL_DIGEST_NAME_SHA2_256Tomas Mraz2021-04-011-5/+1
* ssl: fix problem where MAC IDs were globally cached.Pauli2021-03-302-10/+15
* Fix BIO_new_ssl_connect() to not leak memoryNan Xiao2021-03-301-0/+1
* ssl/ssl_ciph.c: update format string, againAlexander Traud2021-03-261-1/+1
* Ensure buffer/length pairs are always in syncMatt Caswell2021-03-256-10/+45
* ssl sigalg extension: fix NULL pointer dereferencePeter Kaestle2021-03-251-0/+1