aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-2/+1
* apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli2020-07-051-3/+2
* If an empty password is supplied still try to use itMatt Caswell2020-07-031-6/+9
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Return the cookie_len value from generate_cookie_callbackMatt Caswell2020-06-191-2/+5
* Remove whitespace from 'white space'haykam8212020-06-191-1/+1
* coverity 1464213: API usage errors (PRINTF_ARGS)Pauli2020-06-171-1/+1
* Extend error output of apps/opt_format() to all error casesDr. David von Oheimb2020-06-131-0/+2
* Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb2020-06-131-18/+7
* Add request URL path checking and status responses to HTTP serverDr. David von Oheimb2020-06-131-24/+77
* Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb2020-06-131-6/+7
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-2/+2
* APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte2020-06-061-4/+0
* APPS: Make it possible to load_cert() from stdin againRichard Levitte2020-06-061-1/+1
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-021-6/+14
* Drop special case of time interval calculation for VMSTomas Mraz2020-05-251-34/+0
* Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz2020-05-251-16/+3
* Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb2020-05-151-12/+11
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-152-233/+184