summaryrefslogtreecommitdiffstats
path: root/doc/man1
AgeCommit message (Expand)Author
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb
2020-11-19Minor improvements of doc for ca and x509 appDr. David von Oheimb
2020-11-19apps/ca: Minor code and doc cleanupDavid von Oheimb
2020-11-16DOC: Fixup the description of the -x509_strict optionRichard Levitte
2020-11-13Remove -C option from x509 commandRich Salz
2020-11-13Remove -C from dhparam,dsaparam,ecparamRich Salz
2020-11-12apps/passwd: remove the -crypt option.Pauli
2020-11-11cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb
2020-11-10Document pkcs12 alg NONEPali Rohár
2020-11-10openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver...Dr. David von Oheimb
2020-11-10openssl.pod: Improve doc of -verify_email, -verify_hostname, and -verify_ipDr. David von Oheimb
2020-11-10openssl-*.pod.in: Prevent newlines on empty engine_synopsis causing layout er...Dr. David von Oheimb
2020-11-10openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuri...Dr. David von Oheimb
2020-11-06Improve doc of X509_verify_cert(), also in openssl.podDavid von Oheimb
2020-10-30test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte
2020-10-22enc: change the text to reference `-list` instead of the deprecated `-ciphers`Pauli
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-16list: add a -provider-info option.Pauli
2020-09-26Remove openssl provider appShane Lontis
2020-09-26Update openssl list to support new provider objects.Shane Lontis
2020-09-21DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.inRichard Levitte
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18s_client.pod: Fix grammar in NOTES section.Alexander Borkowski
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-11apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb
2020-09-11openssl-cmp.pod.in: Update Insta Demo CA port number in case neededDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb
2020-09-11Fix fipsinstall module pathShane Lontis
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-09-10bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb
2020-09-10Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb
2020-09-09Support writing RSA keys using the traditional format againKurt Roeckx
2020-09-08Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-08apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb
2020-09-05Strengthen chain building for CMPDr. David von Oheimb
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb
2020-09-02apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-18Apps: change provider_path option to provider-path.Pauli
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-08-09Add libctx support to PKCS7.Shane Lontis