summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2019-10-03Do not print extensions in Certificate message for TLS1.2 and lowerDaniil Zotkin
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-06Don't send a status_request extension in a CertificateRequest messageMatt Caswell
2019-09-04Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok
2019-09-04Fix bogus check for EVP_PKEY mandatory digest in check_cert_usable()David Woodhouse
2019-08-14Fix SSL_check_chain()Matt Caswell
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok
2019-07-25Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin
2019-07-17Fix the return value for SSL_get0_chain_certs()Matt Caswell
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short
2019-07-16Remove DRBG from SSL structure.Pauli
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-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-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-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