summaryrefslogtreecommitdiffstats
path: root/test/testp7.pem (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-15test: document the random test ordering env variablePauli1-0/+20
2020-12-15test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli1-1/+1
2020-12-15Document OCSP_REQ_CTX_i2d.Rich Salz2-7/+23
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz4-7/+19
2020-12-15Skip tests depending on deprecated list -*-commands optionsDmitry Belyavskiy1-0/+2
2020-12-15Documenting the options deprecating in CHANGES.mdDmitry Belyavskiy1-0/+6
2020-12-15Documenting the options deprecatingDmitry Belyavskiy1-6/+15
2020-12-15Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy3-0/+74
2020-12-15Deprecate -cipher-commands and -digest-commands optionsDmitry Belyavskiy1-2/+7
2020-12-15OPENSSL_NO_GOST has nothing to do with low-level algosDmitry Belyavskiy1-1/+0
2020-12-14Configurations: PowerPC is big endianSebastian Andrzej Siewior1-0/+1
2020-12-14Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis5-165/+151
2020-12-14Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis3-33/+111
2020-12-14Fix no-threadsMatt Caswell3-16/+26
2020-12-13openssl.pod: Fix openSSL options docAnkita Shetty35-72/+76
2020-12-13Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte5-68/+20
2020-12-13PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte4-90/+126
2020-12-13Building: Fix the library file names for MSVC builds to include multilibRichard Levitte1-0/+11
2020-12-13DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte4-23/+49
2020-12-12params: add integer conversion test cases.Pauli1-3/+11
2020-12-12params: allow more variations in integer conversions.Pauli1-36/+268
2020-12-11DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarationsRichard Levitte2-11/+139
2020-12-11Fix some typos in EVP_PKEY-DH.podMatt Caswell1-4/+5
2020-12-11Skip cms tests using RC2 if no legacy providerMatt Caswell1-0/+2
2020-12-11Don't run a legacy specific PKCS12 test if no legacy providerMatt Caswell1-1/+1
2020-12-11Don't use the legacy provider in test_store if its not availableMatt Caswell1-3/+7
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