summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* ssl: coverity 1465527 - dereference after null checkPauli2021-03-201-0/+3
* ssl: fix coverity 1451495: resource leakPauli2021-03-201-1/+3
* ssl: fix coverity 1451515: out of bounds memory accessPauli2021-03-181-0/+1
* Add ossl_gost symbolsShane Lontis2021-03-183-8/+8
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-142-13/+29
* ssl: fix format specifier for size_t argument to BIO_printfPauli2021-03-131-1/+1
* ssl: support params arguments to init functionsPauli2021-03-127-10/+15
* Increase the upper limit on group name lengthAnthony Hu2021-03-111-2/+2
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Fix the check for suitable groups and TLSv1.3Matt Caswell2021-03-081-1/+7
* Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis2021-03-031-1/+1
* statem_lib.c: Remove TODOs that are unnecessaryTomas Mraz2021-03-031-8/+0
* tls: adjust for extra argument to KDF derive callPauli2021-02-282-6/+3
* tls: updates for the new additional MAC_init argumentsPauli2021-02-282-16/+9
* Remove disabled TLS 1.3 ciphers from the SSL(_CTX)Benjamin Kaduk2021-02-231-1/+4
* Update copyright yearMatt Caswell2021-02-188-8/+8
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-3/+3
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-1/+7
* tls_valid_group: Add missing dereference of okfortls13Tomas Mraz2021-02-121-1/+1
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-2/+2