summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-052-0/+0
* Free pre_proc_exts in SSL_free()MiƂosz Kaniewski2020-07-011-0/+2
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-271-0/+18
* Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell2020-06-231-15/+0
* Ensure that SSL_dup copies the min/max protocol versionMatt Caswell2020-06-231-0/+2
* Fix the DTLS1_COOKIE_LENGTH valueMatt Caswell2020-06-191-1/+1
* Create defines for TLS Group IdsMatt Caswell2020-06-191-35/+36
* Don't send supported groups if no-ec and we're doing DTLSMatt Caswell2020-06-191-1/+1
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-193-3/+5
* Update the various SSL group getting and setting functionsMatt Caswell2020-06-194-48/+78
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-196-184/+341
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-112-7/+7
* kdf: make function naming consistent.Pauli2020-06-112-15/+15
* Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz2020-06-091-1/+14
* use safe primes in ssl_get_auto_dh()Hubert Kario2020-06-091-36/+38
* TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko2020-06-081-2/+9
* TLSv13: add kTLS supportVadim Fedorenko2020-06-082-14/+72
* kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko2020-06-081-26/+24
* Don't downgrade keys in libsslMatt Caswell2020-06-055-131/+0
* Check that Signature Algorithms are available before using themMatt Caswell2020-06-053-47/+114
* Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann2020-06-042-0/+4
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-1/+1
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-011-2/+0
* 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