summaryrefslogtreecommitdiffstats
path: root/apps/lib/apps.c
AgeCommit message (Expand)Author
2023-10-19load_key_certs_crls(): There is no quiet argumentTomas Mraz
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
2023-06-14APPS: remove spurious errors when certain config file entries are not providedDr. David von Oheimb
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-05-30Update copyright yearTomas Mraz
2023-05-10CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb
2022-12-12unbuffer stdin before get passwd from stdinwangyuhang
2022-11-21Remove duplicated #include headersJHH20
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-11-09APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb
2022-10-24Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel
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-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-03-14check return value of functions that call BIO_new() internallyxkernel
2022-01-14coverity 1497107: dereference after null checkPauli
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-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
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
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-12apps: improve hygeine for SET_EXPECT macroBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-05-04APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...Dr. David von Oheimb
2021-05-04apps: Switch to X509_REQ_verify_exPetr Gotthard
2021-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard
2021-04-30Fix memory leak in load_key_certs_crls() when using stdin.Shane Lontis
2021-04-30Fix CRL app so that stdin works.Shane Lontis
2021-04-28Add X509 version constants.David Benjamin
2021-04-22apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() fu...Dr. David von Oheimb