summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24apps/req.c: properly report parse errors by duplicated(); simplify the functionDr. David von Oheimb
2023-01-24Typos fixingFdaSilvaYY
2023-01-24Fix windows buildsFdaSilvaYY
2023-01-17pkey: Imply public check if -pubin is specifiedTomas Mraz
2023-01-16CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb
2022-12-15Coverity: fix 272011 resource leakPauli
2022-12-14Fix openssl storeutl to allow serial + issuerSimo Sorce
2022-12-12unbuffer stdin before get passwd from stdinwangyuhang
2022-12-07Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-12-05Fix the checks in rsautl_mainPeiwei Hu
2022-12-05Fix build on NonStopTomas Mraz
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-11-24Make parsing of piped data in `speed.c` more robustDaniel Fiala
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-11-16apps/speed.c: fix the wrong checksPeiwei Hu
2022-11-15apps/ocsp.c: Add missing test if make_ocsp_response failedGW
2022-11-14apps/speed.c: add verifying if fdopen returns NULLVinz2008
2022-11-07apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz
2022-11-02fipsinstall: add -self_test_oninstall option.Pauli
2022-10-24openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala
2022-10-24Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel
2022-10-21Replace BIO_free(bio_err) with BIO_free_all(bio_err)xkernel
2022-10-21openssl list: add an empty row at the end of each printed list of commands an...Daniel Fiala
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)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-10-04s_client: Support interactive reconnect commandSteven Collison
2022-09-29apps/speed.c: Lock buffer in memoryJuergen Christ
2022-09-27Coverity 1515538: resource leakPauli
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
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-20apps/x509.c: Remove legacy call to OBJ_create()Dr. David von Oheimb
2022-09-20Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala
2022-09-20Always use FORMAT_BINARY for infilePatrik Sevallius
2022-09-13apps/openssl-vms.cnf: reflect latest changes by 'make update'Dr. David von Oheimb
2022-09-13Checking __STDC_VERSION__ rather than __STRICT_ANSI__Richard Levitte
2022-09-11list: add an option to list all available algorithmsPauli
2022-09-09openssl.cnf: split option value and comment and remove leading spacea1346054
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-31apps/speed.c: Wait for generated childrenJuergen Christ