summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-05-01Fix no-srpMatt Caswell
2019-05-01Structure alignment macro.Pauli
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-04-25Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()Matt Caswell
2019-04-19Check if num is 0 before trying to malloc memory. Otherwise for client hellos...dyrock
2019-04-10Fix typosJakub Wilk
2019-04-01ssl: Linux TLS Rx OffloadBoris Pismenny
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-28conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESETPaul Monson
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-03-06Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte
2019-03-05Don't write the tick_identity to the sessionMatt Caswell
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-02-15Add option to disable Extended Master SecretTodd Short
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell
2019-02-14Ignore cipher suites when setting cipher listSam Roberts
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen