summaryrefslogtreecommitdiffstats
path: root/test/evp_libctx_test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-12test: filter provider honours the no_cache setting.Pauli1-5/+3
2021-02-12changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option.Pauli1-0/+6
2021-02-12test: fix no-cache problem with the quality comparison for KDFs.Pauli1-3/+18
2021-02-12EVP: fix reference counting for EVP_CIPHER.Pauli1-0/+8
2021-02-12Prov: add an option to force provider fetches to not be cached.Pauli1-2/+11
2021-02-12CI: add a non-caching CI loopPauli1-0/+11
2021-02-12EVP: fix reference counting for digest operations.Pauli1-1/+11
2021-02-11Allow -rand to be repeatedRich Salz1-15/+30
2021-02-11Fetch cipher after loading providersRich Salz12-50/+92
2021-02-11Process digest option after loading providersRich Salz11-36/+68
2021-02-11Load rand state after loading providersRich Salz25-11/+38
2021-02-11Fetch alg, etc., after loading providersRich Salz1-34/+42
2021-02-11Fetch algorithm after loading providersRich Salz1-19/+19
2021-02-11test: add an option to output timing information from tests.Pauli1-0/+1
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb5-21/+24
2021-02-11X509_STORE_CTX_get1_issuer(): Make preference on expired certs consistent wit...Dr. David von Oheimb1-20/+25
2021-02-11x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb2-11/+32
2021-02-11Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz4-5/+5
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz23-99/+57
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz70-209/+229
2021-02-11Match description with actual output of dgstKOBAYASHI Ittoku1-1/+1
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY30-19/+59
2021-02-10include/openssl: add a few missing #pragma once directivesFdaSilvaYY22-15/+66
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY38-32/+133
2021-02-10test: turn off parallel tests in verbose mode.Pauli1-4/+8
2021-02-10Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko2-7/+5
2021-02-10Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk2-2/+0
2021-02-10Replace provider digest flags with separate param fieldsShane Lontis8-52/+44
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis28-129/+191
2021-02-10Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis5-23/+61
2021-02-10Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis4-19/+91
2021-02-09x509_vfy.c: Sort out return values 0 vs. -1 (failure/internal error)Dr. David von Oheimb2-77/+114
2021-02-09X509_get_pubkey_parameters(): Correct failure behavior and its useDr. David von Oheimb1-13/+12
2021-02-09x509_vfy: Clarify relevance of ctx->error also on successful verificationDr. David von Oheimb2-3/+7
2021-02-09x509_vfy.c: Fix various coding style and documentation style nitsDr. David von Oheimb2-29/+30
2021-02-09CHANGES.md: Mention RSA key generation slowdown related changesTomas Mraz2-1/+20
2021-02-09Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz6-10/+25
2021-02-09Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard3-11/+94
2021-02-09Configuration: ensure that 'no-tests' works correctlyRichard Levitte1-1/+4
2021-02-08Enable fipsload test on NonStop x86.Randall S. Becker1-1/+1
2021-02-08mknum.pl: Exclude duplicate entries and include source file name in diagnosticsDr. David von Oheimb2-21/+38
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis15-150/+153
2021-02-07Fix race condition & allow operation cache to grow.Pauli4-89/+110
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb8-48/+79
2021-02-05PROV: Fix encoding of MDWithRSAEncryption signature AlgorithmIDRichard Levitte1-1/+3
2021-02-05Fix the cipher_overhead_testMatt Caswell1-0/+23
2021-02-05Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell6-36/+7
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell19-167/+22
2021-02-05Make sure we don't use sigalgs that are not availableMatt Caswell1-3/+10
2021-02-05Add the nist group names as aliases for the normal TLS group namesMatt Caswell3-14/+18