aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk4-40/+42
2019-06-26Revert "Delay setting the sig algs until after the cert_cb has been called"Benjamin Kaduk1-17/+15
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-2/+1
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell8-42/+25
2019-06-18Fix a race condition in ciphers handlingMatt Caswell4-22/+14
2019-06-18Fix a race condition in supported groups handlingMatt Caswell5-24/+16
2019-06-17Fix no-ec with no-dhMatt Caswell3-16/+45
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell9-118/+157
2019-06-13Fix no-dhMatt Caswell1-1/+3
2019-06-12TLS1.3 FFDHE Supportraja-ashok5-82/+192
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis2-16/+19
2019-06-11Change cipher default strings to a functionTodd Short2-5/+29
2019-06-06Coverity fixesShane Lontis1-0/+1
2019-06-04Move digests to providersShane Lontis3-14/+37
2019-06-03Defer sending a KeyUpdate until after pending writes are completeMatt Caswell4-17/+9
2019-05-30issue-8998: Ensure that the alert is generated and reaches the remoteagnosticdev1-2/+1
2019-05-27Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.David Makepeace2-38/+42
2019-05-27Update format string for ciphers to account for newer ciphersDaniƫl van Eeden1-1/+1
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe1-1/+1
2019-05-07ssl: Add SSL_sendfileBoris Pismenny2-0/+68
2019-05-01Fix no-srpMatt Caswell1-4/+1
2019-05-01Structure alignment macro.Pauli1-2/+2
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short24-881/+866
2019-04-25Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()Matt Caswell1-2/+2
2019-04-19Check if num is 0 before trying to malloc memory. Otherwise for client hellos...dyrock1-0/+5
2019-04-10Fix typosJakub Wilk1-1/+1
2019-04-01ssl: Linux TLS Rx OffloadBoris Pismenny3-20/+124
2019-03-29Remove heartbeats completelyRichard Levitte4-19/+3
2019-03-28conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESETPaul Monson1-0/+4
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb3-8/+8
2019-03-06Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte1-24/+9
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte4-48/+57
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte4-123/+73
2019-03-05Don't write the tick_identity to the sessionMatt Caswell5-25/+33
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell3-12/+0
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell2-1/+11
2019-02-15Add option to disable Extended Master SecretTodd Short4-3/+11
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell3-24/+12
2019-02-14Ignore cipher suites when setting cipher listSam Roberts1-2/+22
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts1-10/+10
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen2-4/+28
2019-01-27add an additional async notification communication method based on callbackPing Yu2-0/+56
2019-01-24Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell2-31/+0
2019-01-15Don't get the mac type in TLSv1.3Matt Caswell1-3/+1
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell1-0/+2
2019-01-08Don't artificially limit the size of the ClientHelloMatt Caswell1-7/+0
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni1-6/+7
2019-01-07Don't complain if we receive the cryptopro extension in the ClientHelloMatt Caswell1-2/+4
2019-01-06Restore compatibility with GOST2001 implementations.Dmitry Belyavskiy1-1/+6
2019-01-04Fix a RUN_ONCE bugMatt Caswell1-2/+4