summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell2020-02-065-11/+23
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-0615-171/+324
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-062-3/+3
* Detect EOF while reading in libsslMatt Caswell2020-02-042-1/+9
* Don't acknowledge a servername following warning alert in servername cbMatt Caswell2020-01-301-0/+1
* Fix SSL_get_servername() and SNI behaviourMatt Caswell2020-01-303-22/+86
* TLS: use EVP for HMAC throughout libssl.Pauli2020-01-294-29/+220
* Check that the default signature type is allowedKurt Roeckx2020-01-252-5/+13
* Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell2020-01-246-18/+22
* Introduce SSL_CTX_new_with_libex()Matt Caswell2020-01-222-8/+27
* libssl: Eliminate as much use of EVP_PKEY_size() as possibleMatt Caswell2020-01-193-64/+40
* Deprecate the low level MD5 functions.Pauli2020-01-191-1/+1
* Deprecate the low level SHA functions.Pauli2020-01-191-0/+6
* Update tls13_enc.cdcruette2020-01-021-1/+1
* Deprecate most of debug-memoryRich Salz2019-12-141-7/+0
* Parse large GOST ClientKeyExchange messagesDmitry Belyavskiy2019-12-131-31/+38
* Fix some typosVeres Lajos2019-12-113-6/+6
* Move constant time RSA code out of libsslMatt Caswell2019-12-051-93/+47
* Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.John Baldwin2019-11-241-0/+3
* Process GOST ClientKeyExchange message in SSL_traceDaniil Zotkin2019-11-231-0/+4
* Fix a race condition in SNI handlingBenjamin Kaduk2019-11-211-1/+1
* commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf2019-11-162-7/+9
* SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack()Richard Levitte2019-11-121-39/+3
* Fix misspelled resumption_label for CHARSET_EBCDICIdo Ben-Natan2019-11-111-1/+1
* Workaround for Windows-based GOST implementationsDmitry Belyavskiy2019-11-101-0/+20
* Update some inclusions of <openssl/macros.h>Richard Levitte2019-11-071-0/+1
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-072-3/+3
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-033-11/+173
* Don't generate a MAC when using KTLS.John Baldwin2019-10-311-1/+1
* Simplify NO_KTLS path in SSL_sendfile.John Baldwin2019-10-311-9/+5
* Bypass multiblock and send individual records when using KTLS.Andrew Gallatin2019-10-311-0/+1
* Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin2019-10-311-1/+44
* Fix leak with no-ec configraja-ashok2019-10-211-2/+2
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-172-3/+3
* Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte2019-10-111-3/+5
* ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars ins...Artiom Vaskov2019-10-101-4/+4
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-094-8/+9
* Send bad_record_mac instead of decryption_failedMatt Caswell2019-10-071-1/+1
* 'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).NaveenShivanna862019-10-031-2/+13
* Do not print extensions in Certificate message for TLS1.2 and lowerDaniil Zotkin2019-10-031-2/+3
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2847-67/+67
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Convert SSL functions to use KDF names not SN_ stringsPauli2019-09-112-3/+3
* Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli2019-09-111-1/+2
* Fix TLS/SSL PRF usages.Pauli2019-09-062-39/+74
* Don't send a status_request extension in a CertificateRequest messageMatt Caswell2019-09-061-0/+4
* Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable()David Woodhouse2019-08-271-28/+26
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-2/+1
* Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok2019-08-151-6/+7