summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-25apps/lib/http_server.c: improve diagnostics, e.g., on port number already in useDr. David von Oheimb
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-08cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. 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
2023-01-24Fix windows buildsFdaSilvaYY
2022-12-12unbuffer stdin before get passwd from stdinwangyuhang
2022-12-07Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
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-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
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-09-13Checking __STDC_VERSION__ rather than __STRICT_ANSI__Richard Levitte
2022-09-07apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb
2022-09-07apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb
2022-08-23app_http_tls_cb() and tls_error_hint(): code cleanupDr. David von Oheimb
2022-07-20Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy
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-23Avoid unchecked string concatenationBenny Baumann
2022-05-23Avoid potential OOB if width > sizeof(start)Benny Baumann
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10Set protocol in init_client()Todd Short
2022-03-04apps: several return value checks for BIO_new()xkernel
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-03Fix copyrightsTodd Short
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
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-04CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. 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-12-10fix Coverity 1494649: dead codePauli
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb