summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2019-10-03'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).NaveenShivanna86
2019-10-03Do not print extensions in Certificate message for TLS1.2 and lowerDaniil Zotkin
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-11Convert SSL functions to use KDF names not SN_ stringsPauli
2019-09-11Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli
2019-09-06Fix TLS/SSL PRF usages.Pauli
2019-09-06Don't send a status_request extension in a CertificateRequest messageMatt Caswell
2019-08-27Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable()David Woodhouse
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok
2019-08-14If we are multiblock capable make sure we use itMatt Caswell
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-08-09Fix SSL_check_chain()Matt Caswell
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte
2019-07-30Fix BIO_printf format warningsBernd Edlinger
2019-07-25Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-17Fix the return value for SSL_get0_chain_certs()Matt Caswell
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short
2019-07-16Regenerate mkerr filesRich Salz
2019-07-16Remove function name from errorsRich Salz
2019-07-16Remove DRBG from SSL structure.Pauli
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk
2019-06-26Revert "Delay setting the sig algs until after the cert_cb has been called"Benjamin Kaduk
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-18Fix a race condition in ciphers handlingMatt Caswell
2019-06-18Fix a race condition in supported groups handlingMatt Caswell
2019-06-17Fix no-ec with no-dhMatt Caswell
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-13Fix no-dhMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-11Change cipher default strings to a functionTodd Short
2019-06-06Coverity fixesShane Lontis
2019-06-04Move digests to providersShane Lontis
2019-06-03Defer sending a KeyUpdate until after pending writes are completeMatt Caswell
2019-05-30issue-8998: Ensure that the alert is generated and reaches the remoteagnosticdev
2019-05-27Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.David Makepeace
2019-05-27Update format string for ciphers to account for newer ciphersDaniƫl van Eeden
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe