summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-15TEST: Fix test/recipes/15-test_rsa.tRichard Levitte
2020-12-15APPS: Correct the output structure for public keys in 'openssl rsa'Richard Levitte
2020-12-15Check non-option argumentsRich Salz
2020-12-15test: document the random test ordering env variablePauli
2020-12-15test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli
2020-12-15Document OCSP_REQ_CTX_i2d.Rich Salz
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz
2020-12-15Skip tests depending on deprecated list -*-commands optionsDmitry Belyavskiy
2020-12-15Documenting the options deprecating in CHANGES.mdDmitry Belyavskiy
2020-12-15Documenting the options deprecatingDmitry Belyavskiy
2020-12-15Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy
2020-12-15Deprecate -cipher-commands and -digest-commands optionsDmitry Belyavskiy
2020-12-15OPENSSL_NO_GOST has nothing to do with low-level algosDmitry Belyavskiy
2020-12-14Configurations: PowerPC is big endianSebastian Andrzej Siewior
2020-12-14Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis
2020-12-14Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis
2020-12-14Fix no-threadsMatt Caswell
2020-12-13openssl.pod: Fix openSSL options docAnkita Shetty
2020-12-13Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte
2020-12-13PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte
2020-12-13Building: Fix the library file names for MSVC builds to include multilibRichard Levitte
2020-12-13DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte
2020-12-12params: add integer conversion test cases.Pauli
2020-12-12params: allow more variations in integer conversions.Pauli
2020-12-11DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarationsRichard Levitte
2020-12-11Fix some typos in EVP_PKEY-DH.podMatt Caswell
2020-12-11Skip cms tests using RC2 if no legacy providerMatt Caswell
2020-12-11Don't run a legacy specific PKCS12 test if no legacy providerMatt Caswell
2020-12-11Don't use the legacy provider in test_store if its not availableMatt Caswell
2020-12-11Don't load the legacy provider in test_evp_libctx unnecessarilyMatt Caswell
2020-12-11Don't load the legacy provider if not available in test_enc_moreMatt Caswell
2020-12-11Skip testing ciphers in the legacy provider if no legacyMatt Caswell
2020-12-11Don't load the legacy provider in endecoder_legacy_testMatt Caswell
2020-12-11Don't use legacy provider if not available in test_ssl_oldMatt Caswell
2020-12-11Fix sslapitest.c if built with no-legacyMatt Caswell
2020-12-11Skip evp_test cases where we need the legacy prov and its not availableMatt Caswell
2020-12-11Don't use no-asm in the Github CIsMatt Caswell
2020-12-11Add fips self tests for all included kdfShane Lontis
2020-12-11Add validate method to ECX keymanagerShane Lontis
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb
2020-12-10openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short...Dr. David von Oheimb
2020-12-10v2i_AUTHORITY_KEYID(): Correct out-of-memory behavior and avoid mem leaksDr. David von Oheimb
2020-12-10X509V3_EXT_add_nconf_sk(): Improve description and use of 'sk' arg, which may...Dr. David von Oheimb
2020-12-10openssl-ca.pod.in: Clarify the -extensions/-crlexts options vs. x509_extensio...Dr. David von Oheimb
2020-12-10apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb
2020-12-10apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb
2020-12-10apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb
2020-12-10x509v3_config.pod: Clarify semantics of subjectKeyIdentifier and authorityKey...Dr. David von Oheimb
2020-12-10apps/req.c: Improve diagnostics on multiple/overriding X.509 extensions defin...Dr. David von Oheimb
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb