summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2020-11-13Remove -C option from x509 commandRich Salz
2020-11-13Remove -C from dhparam,dsaparam,ecparamRich Salz
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-12apps/passwd: remove the -crypt option.Pauli
2020-11-10Remove some redundant error messages in the appsMatt Caswell
2020-11-10Fix the reading of DSA parameters files using the dsaparam appMatt Caswell
2020-11-10apps/cmp.c: Improve order of -path option: just after -serverDr. David von Oheimb
2020-11-05Check the configuration file by defaultDmitry Belyavskiy
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia
2020-10-20Prefix crlNumber output with 0x.Jacob Hoffman-Andrews
2020-10-16Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker
2020-10-16list: add a -provider-info option.Pauli
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove some more CMS key downgradesMatt Caswell
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-07apps: remove internal/cryptlib.h include that isn't usedPauli
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-26Fix bug in EDDSA speed testShane Lontis
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-26Remove openssl provider appShane Lontis
2020-09-26Update openssl list to support new provider objects.Shane Lontis
2020-09-24apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-23list: add capability to print details about the current DRBGsPauli
2020-09-21apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add error message to genpkey app for the '-genparam' optionShane Lontis
2020-09-17FIX strncpy warning in apps/cmp.c.Xiaofei Bai
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-17Don't send -1 as the length of the hmac keyMatt Caswell
2020-09-16generate_cookie_callback: free temporary memory on an error pathPauli
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in cmp.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell