summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2020-06-19Update the various SSL group getting and setting functionsMatt Caswell
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-19Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov
2020-04-01Make sure we use the libctx when creating an EVP_PKEY_CTX in libsslMatt Caswell
2020-03-30Explicitly cache X509v3 extensions in libsslMatt Caswell
2020-03-13Fix whitespace nit in ssl_generate_master_secret()Benjamin Kaduk
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-06Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-24Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-07-17Fix the return value for SSL_get0_chain_certs()Matt Caswell
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-18Fix a race condition in supported groups handlingMatt Caswell
2019-06-17Fix no-ec with no-dhMatt Caswell
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-13Fix no-dhMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-05-01Fix no-srpMatt Caswell
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-11-15Add SSL_CTX_set_tmp_ecdh.podAntoine Salon
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-08-30Fix a mem leak on error in the PSK codeMatt Caswell
2018-08-15Turn on TLSv1.3 downgrade protection by defaultMatt Caswell
2018-07-20Add TODO comment for a nonsensical public APIBenjamin Kaduk
2018-05-14Fix no-pskMatt Caswell
2018-05-11Prefer SHA-256 ciphersuites if using old style PSKsMatt Caswell
2018-04-26Fix typo in the definition of tls13_ciphersMatt Caswell
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-19Place ticket keys into secure memoryTodd Short
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-30Add sk_new_reserve supportTodd Short