aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb1-9/+1
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb1-8/+2
2020-07-30apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb1-2/+2
2020-07-30deserialisation: add deserialisation to the base providerPauli1-0/+71
2020-07-30serialisation: Add a built-in base provider.Pauli1-3/+72
2020-07-30unify spelling of serializePauli1-1/+1
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2-7/+11
2020-07-24Add X509 related libctx changes.Shane Lontis7-19/+49
2020-07-23Test RSA oaep in fips modeShane Lontis6-17/+104
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli2-5/+7
2020-07-22Specific the engine pointergujinqiang1-1/+1
2020-07-22Fix UI method setup, which should be independent of (deprecated) engine useDr. David von Oheimb1-5/+3
2020-07-21fixed swapped parameter descriptions for x509Nihal Jere1-2/+2
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis1-2/+22
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2-3/+3
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell1-3/+3
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell3-10/+10
2020-07-16apps: deprecate enginesPauli6-0/+18
2020-07-16apps/list: deprecate engine supportPauli1-5/+18
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short3-8/+4
2020-07-15Add FIPS related configuration data to the default openssl application config...Shane Lontis2-8/+60
2020-07-15Make -provider_name and -section_name optionalRich Salz1-8/+6
2020-07-15Use defaults FIPSKEY if not given on command lineRich Salz1-0/+1
2020-07-06[apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri1-2/+4
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli1-3/+2
2020-07-05cmp: remove NULL check.Pauli1-2/+1
2020-07-03If an empty password is supplied still try to use itMatt Caswell1-6/+9
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2-6/+6
2020-06-30Force ssl/tls protocol flags to use stream socketsBenny Baumann1-0/+20
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz1-5/+15
2020-06-28apps/openssl: clean-up of unused fallback codeRichard Levitte1-6/+0
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-25apps/cmp.c: Add workaround for Coverity false positive; rename e -> engineDr. David von Oheimb1-20/+21
2020-06-25apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by CoverityDr. David von Oheimb1-3/+3
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-06-24apps: avoid memory overrun.Pauli1-1/+1
2020-06-24app/list: add RNG list optionPauli1-1/+80
2020-06-24CMS print should support string conversionDmitry Belyavskiy1-3/+20
2020-06-23APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior2-2/+2
2020-06-23APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior1-1/+3
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb1-3/+6
2020-06-19Return the cookie_len value from generate_cookie_callbackMatt Caswell1-2/+5
2020-06-19Remove whitespace from 'white space'haykam8211-1/+1
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis1-2/+7
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli1-1/+1
2020-06-17coverity 1464212, 1464214 & 1464215: Resource leaksPauli1-0/+3
2020-06-14Fix nits detected by make cmd-nitsNicola Tuveri1-1/+1
2020-06-13Remove extra newline from CMP mock server error and add TODO on using request...Dr. David von Oheimb2-1/+2
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb1-3/+2
2020-06-13Extend error output of apps/opt_format() to all error casesDr. David von Oheimb1-0/+2