summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-16Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
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-16generate_cookie_callback: free temporary memory on an error pathPauli
2020-09-13Fix safestack issues in conf.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
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb
2020-09-10apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb
2020-09-11Fix fipsinstall module pathShane Lontis
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-09-10app_load_config_bio(): fix crash on errorDr. David von Oheimb
2020-09-10apps.c: Fix mem leaks on error in load_certs() and load_crls()Dr. David von Oheimb
2020-09-10apps.c: Fix diagnostics and return value of load_key_certs_crls() on errorDr. David von Oheimb
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
2020-08-27apps: -msg flag enhancement 1/2Marc
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16apps: deprecate enginesPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli
2020-07-03If an empty password is supplied still try to use itMatt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-19Return the cookie_len value from generate_cookie_callbackMatt Caswell
2020-06-19Remove whitespace from 'white space'haykam821
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli
2020-06-13Extend error output of apps/opt_format() to all error casesDr. David von Oheimb
2020-06-13Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte