summaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_ocsp_data (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-11Don't load the legacy provider in test_evp_libctx unnecessarilyMatt Caswell1-1/+1
2020-12-11Don't load the legacy provider if not available in test_enc_moreMatt Caswell1-1/+7
2020-12-11Skip testing ciphers in the legacy provider if no legacyMatt Caswell1-2/+6
2020-12-11Don't load the legacy provider in endecoder_legacy_testMatt Caswell1-1/+1
2020-12-11Don't use legacy provider if not available in test_ssl_oldMatt Caswell1-2/+7
2020-12-11Fix sslapitest.c if built with no-legacyMatt Caswell1-1/+10
2020-12-11Skip evp_test cases where we need the legacy prov and its not availableMatt Caswell12-0/+306
2020-12-11Don't use no-asm in the Github CIsMatt Caswell1-3/+3
2020-12-11Add fips self tests for all included kdfShane Lontis4-2/+238
2020-12-11Add validate method to ECX keymanagerShane Lontis2-20/+152
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb5-57/+70
2020-12-10openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short...Dr. David von Oheimb5-2/+11
2020-12-10v2i_AUTHORITY_KEYID(): Correct out-of-memory behavior and avoid mem leaksDr. David von Oheimb1-8/+9
2020-12-10X509V3_EXT_add_nconf_sk(): Improve description and use of 'sk' arg, which may...Dr. David von Oheimb1-3/+3
2020-12-10openssl-ca.pod.in: Clarify the -extensions/-crlexts options vs. x509_extensio...Dr. David von Oheimb1-6/+6
2020-12-10apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb1-38/+18
2020-12-10apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb2-144/+146
2020-12-10apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb3-24/+17
2020-12-10x509v3_config.pod: Clarify semantics of subjectKeyIdentifier and authorityKey...Dr. David von Oheimb2-15/+21
2020-12-10apps/req.c: Improve diagnostics on multiple/overriding X.509 extensions defin...Dr. David von Oheimb1-11/+13
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb14-96/+57
2020-12-09Read MIDR_EL1 system register on aarch64Fangming.Fang3-0/+62
2020-12-09Test that we can negotiate TLSv1.3 if we have an SNI callbackMatt Caswell1-0/+59
2020-12-09Modify is_tls13_capable() to take account of the servername cbMatt Caswell1-2/+13
2020-12-09v3nametest: Make the gennames structure staticTomas Mraz1-1/+1
2020-12-09Fix typo in OPENSSL_malloc.podNan Xiao1-1/+1
2020-12-09rand: allow seed-src to be missingPauli1-1/+4
2020-12-09rand: don't leak memoryPauli1-1/+1
2020-12-09rand seed: include lock and unlock functions.Pauli1-0/+13
2020-12-09Fix error clash in buildPauli2-2/+2
2020-12-09rand: add a provider side seed source.Pauli10-3/+348
2020-12-08TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte3-18/+18
2020-12-08EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte9-69/+107
2020-12-08EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte4-21/+29
2020-12-08Add MAP_CONCEAL from OpenBSD which has similar purpose but on mmapDavid Carlier1-1/+4
2020-12-08CRYPTO_secure_malloc_init: Add FreeBSD support for secure-malloc dont-dump-re...David Carlier1-0/+3
2020-12-08STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius2-1/+42
2020-12-08Fix no-errMatt Caswell1-53/+58
2020-12-08Fix a compilation failure with no-tls_1_2Matt Caswell1-1/+1
2020-12-08Fix a test failure with no-tls1_3Matt Caswell1-3/+19
2020-12-08providers/common/der/build.info: Improve checks of disabled algosRichard Levitte1-47/+58
2020-12-08Update CHANGES and NEWS for new releaseMatt Caswell2-2/+16
2020-12-08Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell2-0/+69
2020-12-08Add a test for GENERAL_NAME_cmpMatt Caswell1-0/+344
2020-12-08Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell1-0/+16
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell4-0/+22
2020-12-08Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell1-3/+42
2020-12-08DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell1-2/+3
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis10-118/+168
2020-12-07Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis5-11/+18