aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Convert SSL functions to use KDF names not SN_ stringsPauli2019-09-112-3/+3
* Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli2019-09-111-1/+2
* Fix TLS/SSL PRF usages.Pauli2019-09-062-39/+74
* Don't send a status_request extension in a CertificateRequest messageMatt Caswell2019-09-061-0/+4
* Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable()David Woodhouse2019-08-271-28/+26
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-2/+1
* Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok2019-08-151-6/+7
* If we are multiblock capable make sure we use itMatt Caswell2019-08-141-0/+12
* Add missing EBCDIC stringsopensslonzos-github2019-08-143-6/+64
* Fix SSL_check_chain()Matt Caswell2019-08-091-71/+152
* API to get negotiated key exchange algorithm in TLS1.3raja-ashok2019-08-063-5/+13
* Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell2019-08-051-2/+3
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-022-3/+5
* Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok2019-08-011-3/+3
* Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte2019-07-311-1/+2
* Fix BIO_printf format warningsBernd Edlinger2019-07-301-1/+1
* Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin2019-07-251-2/+2
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-222-2/+2
* Add ERR_put_func_error, and use it.Rich Salz2019-07-222-2/+2
* Fix the return value for SSL_get0_chain_certs()Matt Caswell2019-07-171-0/+1
* Remove tab characters from C source files.Pauli2019-07-162-3/+3
* Fix SSL_CTX_set_session_id_context() docsTodd Short2019-07-161-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-715/+1
* Remove function name from errorsRich Salz2019-07-162-3/+3
* Remove DRBG from SSL structure.Pauli2019-07-161-1/+0
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-127-1303/+9
* Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk2019-06-264-40/+42
* Revert "Delay setting the sig algs until after the cert_cb has been called"Benjamin Kaduk2019-06-261-17/+15
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+1
* Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell2019-06-188-42/+25
* Fix a race condition in ciphers handlingMatt Caswell2019-06-184-22/+14
* Fix a race condition in supported groups handlingMatt Caswell2019-06-185-24/+16
* Fix no-ec with no-dhMatt Caswell2019-06-173-16/+45
* Allow TLSv1.3 in a no-ec buildMatt Caswell2019-06-179-118/+157
* Fix no-dhMatt Caswell2019-06-131-1/+3
* TLS1.3 FFDHE Supportraja-ashok2019-06-125-82/+192
* Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis2019-06-112-16/+19
* Change cipher default strings to a functionTodd Short2019-06-112-5/+29
* Coverity fixesShane Lontis2019-06-061-0/+1
* Move digests to providersShane Lontis2019-06-043-14/+37
* Defer sending a KeyUpdate until after pending writes are completeMatt Caswell2019-06-034-17/+9
* issue-8998: Ensure that the alert is generated and reaches the remoteagnosticdev2019-05-301-2/+1
* Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.David Makepeace2019-05-272-38/+42
* Update format string for ciphers to account for newer ciphersDaniƫl van Eeden2019-05-271-1/+1
* Change SSL parameter SSL_session_reused constArne Schwabe2019-05-211-1/+1
* ssl: Add SSL_sendfileBoris Pismenny2019-05-072-0/+68
* Fix no-srpMatt Caswell2019-05-011-4/+1
* Structure alignment macro.Pauli2019-05-011-2/+2
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-2924-881/+866