summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2019-01-27add an additional async notification communication method based on callbackPing Yu
2019-01-24Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell
2019-01-15Don't get the mac type in TLSv1.3Matt Caswell
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell
2019-01-08Don't artificially limit the size of the ClientHelloMatt Caswell
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-07Don't complain if we receive the cryptopro extension in the ClientHelloMatt Caswell
2019-01-06Restore compatibility with GOST2001 implementations.Dmitry Belyavskiy
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2019-01-03Eliminate unused buffers from ssl3_change_cipher_stateDmitry Belyavskiy
2019-01-03Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy
2018-12-30Fix a minor nit in the hkdflabel sizeBernd Edlinger
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-05Revert "Reduce stack usage in tls13_hkdf_expand"Matt Caswell
2018-11-30Fix usage of deprecated SSL_set_tmp_ecdh()Antoine Salon
2018-11-27Fix access zero memory if SSL_DEBUG is enabledPaul Yang
2018-11-20Update copyright yearMatt Caswell
2018-11-15Add a missing SSLfatal callMatt Caswell
2018-11-15Add SSL_CTX_set_tmp_ecdh.podAntoine Salon
2018-11-14Fix no-ec and no-tls1_2Matt Caswell
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Separate ca_names handling for client and serverMatt Caswell
2018-11-12Don't negotiate TLSv1.3 if our EC cert isn't TLSv1.3 capableMatt Caswell
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse
2018-11-10Honour mandatory digest on private key in has_usable_cert()David Woodhouse
2018-11-08Give a better error if an attempt is made to set a zero length groups listMatt Caswell
2018-11-08Ignore disabled ciphers when deciding if we are using ECCMatt Caswell
2018-11-06Fix return formatting.Pauli
2018-11-06Cleanse the key log buffer.Pauli
2018-11-03Restore sensible "sess_accept" counter trackingBenjamin Kaduk