aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli4-12/+13
2020-02-20Deprecate the low level RSA functions.Pauli1-7/+5
2020-02-19Handle max_fragment_length overflow for DTLSSimon Cornish1-2/+8
2020-02-14Fix coverity issuesShane Lontis1-1/+1
2020-02-13Fix a mem leak in libsslMatt Caswell1-2/+12
2020-02-11Check that ed25519 and ed448 are allowed by the security levelKurt Roeckx1-18/+41
2020-02-07Fix no-engineMatt Caswell1-0/+4
2020-02-06Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell5-11/+23
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell15-171/+324
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2-3/+3
2020-02-04Detect EOF while reading in libsslMatt Caswell2-1/+9
2020-01-30Don't acknowledge a servername following warning alert in servername cbMatt Caswell1-0/+1
2020-01-30Fix SSL_get_servername() and SNI behaviourMatt Caswell3-22/+86
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli4-29/+220
2020-01-25Check that the default signature type is allowedKurt Roeckx2-5/+13
2020-01-24Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell6-18/+22
2020-01-22Introduce SSL_CTX_new_with_libex()Matt Caswell2-8/+27
2020-01-19libssl: Eliminate as much use of EVP_PKEY_size() as possibleMatt Caswell3-64/+40
2020-01-19Deprecate the low level MD5 functions.Pauli1-1/+1
2020-01-19Deprecate the low level SHA functions.Pauli1-0/+6
2020-01-02Update tls13_enc.cdcruette1-1/+1
2019-12-14Deprecate most of debug-memoryRich Salz1-7/+0
2019-12-13Parse large GOST ClientKeyExchange messagesDmitry Belyavskiy1-31/+38
2019-12-11Fix some typosVeres Lajos3-6/+6
2019-12-05Move constant time RSA code out of libsslMatt Caswell1-93/+47
2019-11-24Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.John Baldwin1-0/+3
2019-11-23Process GOST ClientKeyExchange message in SSL_traceDaniil Zotkin1-0/+4
2019-11-21Fix a race condition in SNI handlingBenjamin Kaduk1-1/+1
2019-11-16commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf2-7/+9
2019-11-12SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack()Richard Levitte1-39/+3
2019-11-11Fix misspelled resumption_label for CHARSET_EBCDICIdo Ben-Natan1-1/+1
2019-11-10Workaround for Windows-based GOST implementationsDmitry Belyavskiy1-0/+20
2019-11-07Update some inclusions of <openssl/macros.h>Richard Levitte1-0/+1
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte2-3/+3
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte3-11/+173
2019-10-31Don't generate a MAC when using KTLS.John Baldwin1-1/+1
2019-10-31Simplify NO_KTLS path in SSL_sendfile.John Baldwin1-9/+5
2019-10-31Bypass multiblock and send individual records when using KTLS.Andrew Gallatin1-0/+1
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin1-1/+44
2019-10-21Fix leak with no-ec configraja-ashok1-2/+2
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz2-3/+3
2019-10-11Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte1-3/+5
2019-10-10ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars ins...Artiom Vaskov1-4/+4
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz4-8/+9
2019-10-07Send bad_record_mac instead of decryption_failedMatt Caswell1-1/+1
2019-10-03'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).NaveenShivanna861-2/+13
2019-10-03Do not print extensions in Certificate message for TLS1.2 and lowerDaniil Zotkin1-2/+3
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre47-67/+67
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1