summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2019-05-28Update copyright yearRichard Levitte
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe
2019-04-19Check if num is 0 before trying to malloc memory. Otherwise for client hellos...dyrock
2019-04-10Fix typosJakub Wilk
2019-03-28conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESETPaul Monson
2019-03-05Don't write the tick_identity to the sessionMatt Caswell
2019-02-26Update copyright yearMatt 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-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-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-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-05Revert "Reduce stack usage in tls13_hkdf_expand"Matt Caswell
2018-11-27Fix access zero memory if SSL_DEBUG is enabledPaul Yang
2018-11-24Honour mandatory digest on private key in has_usable_cert()David Woodhouse
2018-11-22Fix wrong return value in ssl3_ctx_ctrlPaul Yang
2018-11-20Update copyright yearMatt Caswell
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-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
2018-10-30Don't call the client_cert_cb immediately in TLSv1.3Matt Caswell
2018-10-29ssl/statem: Don't compare size_t with less than zeroRichard Levitte
2018-10-26Properly handle duplicated messages from the next epochMatt Caswell
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell
2018-10-19Fix a DTLS memory leakMatt Caswell
2018-10-19Fix tls_cbc_digest_record is slow using SHA-384 and short messagesarmfazh
2018-10-17Add a missing check on s->s3->tmp.pkeyMansour Ahmadi
2018-10-15Fix no-pskMatt Caswell
2018-10-12ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov