summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-15Remove unused DRBG tests.Pauli
2021-01-15Correct typo in rsa_oaep.cDaniel Bevenius
2021-01-14Enhance default provider documentationMichael Baentsch
2021-01-14Fix a failure where fetches can return NULL in multi-threaded codeMatt Caswell
2021-01-14Fix an issue in provider_activate_fallbacks()Matt Caswell
2021-01-14Extend the threads test to add simple fetch from multi threadsMatt Caswell
2021-01-14Enable locking on the primary DRBG when we create itMatt Caswell
2021-01-14Make sure we take the ctx->lock in ossl_lib_ctx_generic_new()Matt Caswell
2021-01-14Lock the provider operation_bitsMatt Caswell
2021-01-14Document the core_thread_start upcallMatt Caswell
2021-01-14Add a test for performing work in multiple concurrent threadsMatt Caswell
2021-01-14Fix a crash with multi-threaded applications using the FIPS moduleMatt Caswell
2021-01-14find_issuer(): When returning an expired issuer, take the most recently expir...Dr. David von Oheimb
2021-01-14Make the OSSL_CMP manual conform with man-pages(7)Richard Levitte
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy
2021-01-14OPENSSL_cpuid_setup FreeBSD arm update.David Carlier
2021-01-14OPENSSL_cpuid_setup FreeBSD PowerPC updateDavid Carlier
2021-01-13Make header references conform with man-pages(7) in all manualsRichard Levitte
2021-01-13Make the OSSL_trace manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_PROVIDER manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_HTTP manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_SELF_TEST manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_PARAM manual conform with man-pages(7)Richard Levitte
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz
2021-01-13x509v3.h.in: Deprecate CTX_TEST and replace it by X509V3_CTX_TESTDr. David von Oheimb
2021-01-13apps/req.c: Make sure -verify option takes effect also with -x509Dr. David von Oheimb
2021-01-13apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb
2021-01-13crypto/x509: Rename v3_{skey,skid}.c, v3_{akey,akid}.c, v3_{alt,san}.cDr. David von Oheimb
2021-01-13apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13apps/req.c: make -subj work with -x509; clean up related codeDr. David von Oheimb
2021-01-13X509_PUBKEY_set(): Fix error reportingDr. David von Oheimb
2021-01-13apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb
2021-01-13Add tests for (non-)default SKID and AKID inclusion by apps/{req,x509,ca}.cDr. David von Oheimb
2021-01-13apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-13d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()Dr. David von Oheimb
2021-01-13Fix incorrect use of BN_CTX APIAgustin Gianni
2021-01-13Fix enable-weak-ssl-ciphersMatt Caswell
2021-01-13x509_vfy.c: Fix a regression in find_issuer()Dr. David von Oheimb
2021-01-13Make PEM_X509_INFO_read_bio_ex() conservative on the error queueDr. David von Oheimb
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2021-01-12Use centralized fetching errorsRichard Levitte
2021-01-12Remove duplicate GENERATE declarations for .pod filesRichard Levitte
2021-01-12Configure: warn about duplicate GENERATE declarations in build.info filesRichard Levitte
2021-01-12Configure: clean away perl syntax faultsRichard Levitte