aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lib
Commit message (Expand)AuthorAgeFilesLines
* apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb2020-12-101-0/+146
* APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte2020-12-022-63/+63
* APPS: Add OSSL_STORE loader for engine keysRichard Levitte2020-12-023-1/+206
* Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell2020-11-271-21/+0
* Fix no-posix-ioMatt Caswell2020-11-261-6/+3
* APPS: Make it possible for apps to set the base (fallback) UI_METHODRichard Levitte2020-11-261-8/+16
* Remove deprecation warning suppression from genpkeyMatt Caswell2020-11-251-0/+29
* apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb2020-11-251-1/+1
* APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte2020-11-251-0/+4
* apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb2020-11-201-6/+22
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Remove some redundant error messages in the appsMatt Caswell2020-11-101-8/+1
* Fix the reading of DSA parameters files using the dsaparam appMatt Caswell2020-11-101-5/+11
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-262-4/+3
* APPS: Implement load_keyparams() to load key parametersRichard Levitte2020-10-221-7/+31
* Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker2020-10-161-0/+2
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-7/+7
* APPS: Reduce deprecation warning suppression - ENGINERichard Levitte2020-10-043-89/+149
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-10/+8
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-242-23/+48
* Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2020-09-241-1/+1
* list: add capability to print details about the current DRBGsPauli2020-09-231-0/+36
* generate_cookie_callback: free temporary memory on an error pathPauli2020-09-161-0/+1
* Fix safestack issues in conf.hMatt Caswell2020-09-131-1/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-133-5/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-132-7/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-123-0/+32
* apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic2020-09-111-0/+51
* apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb2020-09-101-0/+13
* apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb2020-09-101-2/+2
* apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb2020-09-101-5/+7
* Fix fipsinstall module pathShane Lontis2020-09-111-9/+34
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-101-1/+6
* app_load_config_bio(): fix crash on errorDr. David von Oheimb2020-09-101-1/+0
* apps.c: Fix mem leaks on error in load_certs() and load_crls()Dr. David von Oheimb2020-09-101-4/+20
* apps.c: Fix diagnostics and return value of load_key_certs_crls() on errorDr. David von Oheimb2020-09-101-13/+16
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-081-1/+1
* apps: -msg flag enhancement 1/2Marc2020-08-271-6/+25
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-6/+0
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-202-126/+74
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-6/+24
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-121-1/+1
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-041-16/+22
* Add X509 related libctx changes.Shane Lontis2020-07-241-8/+25
* Test RSA oaep in fips modeShane Lontis2020-07-232-11/+56
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-2/+2
* apps: deprecate enginesPauli2020-07-161-0/+3