summaryrefslogtreecommitdiffstats
path: root/apps/lib/apps.c
AgeCommit message (Expand)Author
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-06-01apps.c: add comment to do_X509_sign() referring to question #19805Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-10CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang
2023-04-27APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-02-02APPS load_key_certs_crls(): improve diagnostics on not finding expected types...Dr. David von Oheimb
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2022-12-12unbuffer stdin before get passwd from stdinwangyuhang
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-10-24Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-08-23app_http_tls_cb() and tls_error_hint(): code cleanupDr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-06app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
2022-05-04Remove duplicated #include headersJHH20
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-04apps: several return value checks for BIO_new()xkernel
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-08apps.c: fix various coding style nits found by check-format.plDr. David von Oheimb
2022-01-07APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb
2022-01-04app_http_tls_cb: Fix double-free in case TLS not usedDr. David von Oheimb
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
2021-11-24x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-09-21Use -nameopt utf8 by defaultDmitry Belyavskiy
2021-08-25APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli
2021-07-12apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli
2021-07-02load_key_certs_crls: Avoid reporting any spurious errorsTomas Mraz
2021-06-15apps: move global libctx and property query into their own filePauli
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis
2021-06-03openssl spkac: Fix reading SPKAC data from stdinTomas Mraz
2021-06-02apps: remove TODOsPauli
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb