aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb2020-08-041-0/+0
* Fix error message on setting cert validity period in apps/cmp.cDr. David von Oheimb2020-08-041-1/+1
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-047-32/+34
* apps/cmp.c: Defer diagnostic output on server+proxy to be contactedDr. David von Oheimb2020-08-041-1/+3
* Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-9/+1
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-8/+2
* apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb2020-07-301-2/+2
* deserialisation: add deserialisation to the base providerPauli2020-07-301-0/+71
* serialisation: Add a built-in base provider.Pauli2020-07-301-3/+72
* unify spelling of serializePauli2020-07-301-1/+1
* Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2020-07-282-7/+11
* Add X509 related libctx changes.Shane Lontis2020-07-247-19/+49
* Test RSA oaep in fips modeShane Lontis2020-07-236-17/+104
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-222-5/+7
* Specific the engine pointergujinqiang2020-07-221-1/+1
* Fix UI method setup, which should be independent of (deprecated) engine useDr. David von Oheimb2020-07-221-5/+3
* fixed swapped parameter descriptions for x509Nihal Jere2020-07-211-2/+2
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-211-2/+22
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-162-3/+3
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-163-10/+10
* apps: deprecate enginesPauli2020-07-166-0/+18
* apps/list: deprecate engine supportPauli2020-07-161-5/+18
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-163-8/+4
* Add FIPS related configuration data to the default openssl application config...Shane Lontis2020-07-152-8/+60
* Make -provider_name and -section_name optionalRich Salz2020-07-151-8/+6
* Use defaults FIPSKEY if not given on command lineRich Salz2020-07-151-0/+1
* [apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri2020-07-061-2/+4
* apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli2020-07-051-3/+2
* cmp: remove NULL check.Pauli2020-07-051-2/+1
* If an empty password is supplied still try to use itMatt Caswell2020-07-031-6/+9
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-012-6/+6
* Force ssl/tls protocol flags to use stream socketsBenny Baumann2020-06-301-0/+20
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-5/+15
* apps/openssl: clean-up of unused fallback codeRichard Levitte2020-06-281-6/+0
* Update copyright yearMatt Caswell2020-06-251-1/+1
* apps/cmp.c: Add workaround for Coverity false positive; rename e -> engineDr. David von Oheimb2020-06-251-20/+21
* apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by CoverityDr. David von Oheimb2020-06-251-3/+3
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* apps: avoid memory overrun.Pauli2020-06-241-1/+1
* app/list: add RNG list optionPauli2020-06-241-1/+80
* CMS print should support string conversionDmitry Belyavskiy2020-06-241-3/+20
* APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior2020-06-232-2/+2
* APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior2020-06-231-1/+3
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-221-3/+6
* Return the cookie_len value from generate_cookie_callbackMatt Caswell2020-06-191-2/+5
* Remove whitespace from 'white space'haykam8212020-06-191-1/+1
* Fix segfault in openssl app called with no args.Shane Lontis2020-06-181-2/+7
* coverity 1464213: API usage errors (PRINTF_ARGS)Pauli2020-06-171-1/+1
* coverity 1464212, 1464214 & 1464215: Resource leaksPauli2020-06-171-0/+3