summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-16Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell
2021-02-12VMS documentation fixesRichard Levitte
2021-02-12Configurations/descrip.mms.tmpl: avoid enormous PIPE commandsRichard Levitte
2021-02-09Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk
2021-02-07Configuration: ensure that 'no-tests' works correctlyRichard Levitte
2021-02-07configdata.pm: Better display of enabled/disabled optionsRichard Levitte
2021-02-05NOTES.WIN: fix typoJay Satiro
2021-02-04Prevent creating empty folder "../apps/include"Bernd Edlinger
2021-02-03apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst
2021-02-02Add some missing committers to the AUTHORS listDr. Matthias St. Pierre
2021-01-28check_sig_alg_match(): weaken sig nid comparison to base algDr. David von Oheimb
2021-01-25Drop TravisRichard Levitte
2021-01-21CI: Add some legacy stuff that we do not test in GitHub CI yetTomas Mraz
2021-01-21Fix typo in crl2pkcs documentationTim Hitchins
2021-01-20Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell
2021-01-19Fix regression in no-deprecated buildTomas Mraz
2021-01-19DOCS: Fix incorrect pass phrase options referencesRichard Levitte
2021-01-14x509_vfy.c: Fix a regression in find_isser()Dr. David von Oheimb
2021-01-14X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy
2021-01-14Fix -static buildsTodd Short
2021-01-14OPENSSL_cpuid_setup FreeBSD arm update.David Carlier
2021-01-14OPENSSL_cpuid_setup FreeBSD PowerPC updateDavid Carlier
2021-01-10[crypto/dh] side channel hardening for computing DH shared keys (1.1.1)Billy Brumley
2021-01-09Fix for negative return value from `SSL_CTX_sess_accept()`anupamam13
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell
2021-01-07poly1305/asm/poly1305-armv4.pl: fix Clang compatibility issueOle André Vadla Ravnås
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-30CRYPTO_secure_malloc_init: BSD support improvements.David Carlier
2020-12-21Fix NULL pointer access caused by X509_ATTRIBUTE_create()Ingo Schwarze
2020-12-19GitHub CI: Add 'check-update' and 'check-docs'Richard Levitte
2020-12-18Document OCSP_REQ_CTX_i2d.Rich Salz
2020-12-17Github CI: run also on repository pushesTomas Mraz
2020-12-14Configurations: PowerPC is big endianSebastian Andrzej Siewior
2020-12-10Test that we can negotiate TLSv1.3 if we have an SNI callbackMatt Caswell
2020-12-10Modify is_tls13_capable() to take account of the servername cbMatt Caswell
2020-12-09v3nametest: Make the gennames structure staticTomas Mraz
2020-12-09Fix typo in OPENSSL_malloc.podNan Xiao
2020-12-08Prepare for 1.1.1j-devMatt Caswell
2020-12-08Prepare for 1.1.1i releaseOpenSSL_1_1_1iMatt Caswell
2020-12-08Update copyright yearMatt Caswell
2020-12-08Update CHANGES and NEWS for new releaseMatt Caswell
2020-12-08Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell
2020-12-08Add a test for GENERAL_NAME_cmpMatt Caswell
2020-12-08Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell
2020-12-08Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell
2020-12-08DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell
2020-12-04CHANGES: Move misplaced change itemRichard Levitte
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb