summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2021-05-20Update copyright yearMatt Caswell
2021-05-19Let SSL_new_session_ticket() enter init immediatelyBenjamin Kaduk
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-15Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk
2021-05-14Slightly reformat ssl.h.inRich Salz
2021-05-14Convert SSL_{CTX}_[gs]et_options to 64Rich Salz
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-12Don't send key_share for PSK-only key exchangeBenjamin Kaduk
2021-05-12make updateBenjamin Kaduk
2021-05-12Improve RFC 8446 PSK key exchange mode complianceBenjamin Kaduk
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-08Remove unused code from the fips moduleShane Lontis
2021-05-07Drop libimplementations.aRichard Levitte
2021-05-06Avoid sending alerts after shutdownDmitry Belyavskiy
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk
2021-05-01ssl: fix possible ref counting fields use before init.FdaSilvaYY
2021-05-01Use OCSP-specific error code for clarityDmitry Belyavskiy
2021-04-28Defer Finished MAC handling until after state transitionMatt Caswell
2021-04-22Update copyright yearMatt Caswell
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-13Handle set_alpn_protos inputs better.Todd Short
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-09Fix typo in statem_clnt.cNan Xiao
2021-04-08Update copyright yearMatt Caswell
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-04-01Fix typos in ssl_lib.cNan Xiao
2021-04-01OBJ_nid2sn(NID_sha256) is completely equivalent to OSSL_DIGEST_NAME_SHA2_256Tomas Mraz
2021-03-30ssl: fix problem where MAC IDs were globally cached.Pauli
2021-03-30Fix BIO_new_ssl_connect() to not leak memoryNan Xiao
2021-03-26ssl/ssl_ciph.c: update format string, againAlexander Traud
2021-03-25Ensure buffer/length pairs are always in syncMatt Caswell
2021-03-25ssl sigalg extension: fix NULL pointer dereferencePeter Kaestle
2021-03-20ssl: coverity 1465527 - dereference after null checkPauli
2021-03-20ssl: fix coverity 1451495: resource leakPauli
2021-03-18ssl: fix coverity 1451515: out of bounds memory accessPauli
2021-03-18Add ossl_gost symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-13ssl: fix format specifier for size_t argument to BIO_printfPauli
2021-03-12ssl: support params arguments to init functionsPauli
2021-03-11Increase the upper limit on group name lengthAnthony Hu
2021-03-09Reword repeated words.Shane Lontis
2021-03-08Fix the check for suitable groups and TLSv1.3Matt Caswell
2021-03-03Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis
2021-03-03statem_lib.c: Remove TODOs that are unnecessaryTomas Mraz
2021-02-28tls: adjust for extra argument to KDF derive callPauli
2021-02-28tls: updates for the new additional MAC_init argumentsPauli