summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-09use safe primes in ssl_get_auto_dh()Hubert Kario
2020-06-05Don't downgrade keys in libsslMatt Caswell
2020-06-05Check that Signature Algorithms are available before using themMatt Caswell
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-04-28Fix GOST curve sec bitsNikolay Morozov
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-22GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov
2020-04-21Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk
2020-04-19Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell
2020-04-16TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte
2020-03-30Give a better error if we can't find a sig algMatt Caswell
2020-03-26Use a fetched cipher when decrypting a ticket in libsslMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-11Check that ed25519 and ed448 are allowed by the security levelKurt Roeckx
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-25Check that the default signature type is allowedKurt Roeckx
2019-11-10Workaround for Windows-based GOST implementationsDmitry Belyavskiy
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-27Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable()David Woodhouse
2019-08-09Fix SSL_check_chain()Matt Caswell
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-07-16Remove tab characters from C source files.Pauli
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-17Fix no-ec with no-dhMatt Caswell
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-11-14Fix no-ec and no-tls1_2Matt Caswell
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Don't negotiate TLSv1.3 if our EC cert isn't TLSv1.3 capableMatt Caswell
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse
2018-11-10Honour mandatory digest on private key in has_usable_cert()David Woodhouse
2018-11-08Give a better error if an attempt is made to set a zero length groups listMatt Caswell
2018-09-04Don't use an RSA-PSS cert for RSA key exchangeMatt Caswell
2018-08-22Use the same min-max version range on the client consistentlyMatt Caswell
2018-07-18Check that the public key OID matches the sig algMatt Caswell
2018-07-13Do not use GOST sig algs in TLSv1.3 where possibleMatt Caswell
2018-06-29Check return from BN_set_word.Pauli
2018-06-07Fix EAP-FASTMatt Caswell
2018-05-30Send GOST SignatureAlgorithms when TLS 1.2 in useDmitry Belyavskiy