aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-271-1/+1
* t1_trce: Fix remaining places where the 24 bit shift overflow happensTomas Mraz2020-05-201-5/+16
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-191-2/+7
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-1913-28/+428
* Fix crash in early data send with out-of-band PSK using AES CCMraja-ashok2020-05-151-2/+9
* SSL: refactor ssl_cert_lookup_by_pkey() to work with provider side keysRichard Levitte2020-05-151-10/+11
* Update copyright yearMatt Caswell2020-05-152-2/+2
* Correct alignment calculation in ssl3_setup_writeMatt Caswell2020-05-151-1/+1
* Fix use-after-free in BIO_C_SET_SSL callbackDr. Matthias St. Pierre2020-05-071-0/+1
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-072-3/+4
* Don't offer or accept ciphersuites that we can't supportMatt Caswell2020-05-061-2/+10
* Fix up whitespace nits introduced by PR #11416Benjamin Kaduk2020-05-052-7/+7
* Add SSL_new_session_ticket() APIBenjamin Kaduk2020-05-014-6/+29
* Fix whitespace nit in ossl_statem_server_pre_workBenjamin Kaduk2020-05-011-1/+2
* coverity 1462581 Dereference after null checkPauli2020-04-301-1/+4
* coverity 1462570 Resource leakPauli2020-04-301-0/+1
* Fix GOST curve sec bitsNikolay Morozov2020-04-281-7/+7
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-2415-0/+52
* Update copyright yearMatt Caswell2020-04-2324-24/+24
* GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov2020-04-222-0/+25
* Fix test_ssl_new test failureMatt Caswell2020-04-211-4/+6
* Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk2020-04-211-1/+1
* Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell2020-04-203-9/+16
* Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell2020-04-193-83/+39
* GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov2020-04-181-2/+4
* TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov2020-04-163-2/+16
* Make sure we always send an alert in libssl if we hit a fatal errorMatt Caswell2020-04-151-1/+3
* Make sure we use the libctx in libssl when loading PrivateKeysMatt Caswell2020-04-151-9/+15
* Ensure libssl uses the new library context aware CT codeMatt Caswell2020-04-091-2/+2
* Explicitly cache the X509v3_extensions in one more place in libsslMatt Caswell2020-04-091-0/+6
* Use X509_STORE_CTX_new_with_libctx() in libsslMatt Caswell2020-04-082-3/+4
* TLS: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-084-0/+120
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-083-35/+36
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-023-5/+23
* Make sure we use the libctx when creating an EVP_PKEY_CTX in libsslMatt Caswell2020-04-011-3/+28
* Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libsslMatt Caswell2020-04-016-8/+21
* Don't double free a DH objectMatt Caswell2020-04-011-1/+2
* Give a better error if we can't find a sig algMatt Caswell2020-03-301-2/+2
* Explicitly cache X509v3 extensions in libsslMatt Caswell2020-03-303-2/+25
* Don't attempt to up-ref an EVP_CIPHER if it is NULLMatt Caswell2020-03-301-1/+4
* Update libssl to use the new library context aware SRP functionsMatt Caswell2020-03-271-12/+18
* Ignore some fetch failuresMatt Caswell2020-03-271-3/+13
* Use a fetched cipher for the TLSv1.3 early secretMatt Caswell2020-03-263-19/+46
* Use a fetched cipher when decrypting a ticket in libsslMatt Caswell2020-03-261-4/+12
* Make sure we use a fetched cipher when encrypting stateless ticketsMatt Caswell2020-03-241-1/+10
* Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell2020-03-242-3/+15
* Use correct libctx when fetching the TLS1 PRF in libsslMatt Caswell2020-03-231-1/+1
* Use the libctx and properties when constructing an EVP_PKEY_CTXMatt Caswell2020-03-231-1/+2
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Use a flag in SSL3_BUFFER to track when an application buffer is reused.John Baldwin2020-03-164-1/+8