summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* pkey: Imply public check if -pubin is specifiedTomas Mraz2023-01-171-1/+1
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-161-29/+26
* Coverity: fix 272011 resource leakPauli2022-12-151-0/+1
* Fix openssl storeutl to allow serial + issuerSimo Sorce2022-12-141-4/+2
* unbuffer stdin before get passwd from stdinwangyuhang2022-12-121-0/+1
* Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb2022-12-071-4/+4
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-051-2/+2
* Fix the checks in rsautl_mainPeiwei Hu2022-12-051-12/+12
* Fix build on NonStopTomas Mraz2022-12-051-2/+2
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-1/+1
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-241-32/+32
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-0/+16
* Make parsing of piped data in `speed.c` more robustDaniel Fiala2022-11-241-68/+80
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Drop explicit check for engines in opt_legacy_okaySimo Sorce2022-11-161-8/+0
* apps/speed.c: fix the wrong checksPeiwei Hu2022-11-161-9/+9
* apps/ocsp.c: Add missing test if make_ocsp_response failedGW2022-11-151-0/+2
* apps/speed.c: add verifying if fdopen returns NULLVinz20082022-11-141-1/+5
* apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz2022-11-071-0/+2
* fipsinstall: add -self_test_oninstall option.Pauli2022-11-021-3/+30
* openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala2022-10-241-1/+1
* Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel2022-10-241-1/+4
* Replace BIO_free(bio_err) with BIO_free_all(bio_err)xkernel2022-10-211-1/+1
* openssl list: add an empty row at the end of each printed list of commands an...Daniel Fiala2022-10-211-29/+47
* Add support for compressed certificates (RFC8879)Todd Short2022-10-183-2/+26
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-183-11/+9
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-183-1/+26
* Add brotli compression support (RFC7924)Todd Short2022-10-183-9/+38
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-126-8/+8
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-063-6/+6
* s_client: Support interactive reconnect commandSteven Collison2022-10-041-0/+10
* apps/speed.c: Lock buffer in memoryJuergen Christ2022-09-291-11/+50
* Coverity 1515538: resource leakPauli2022-09-271-1/+3
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-233-4/+84
* APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb2022-09-206-39/+50
* apps/x509.c: Remove legacy call to OBJ_create()Dr. David von Oheimb2022-09-201-3/+0
* Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala2022-09-201-0/+7
* Always use FORMAT_BINARY for infilePatrik Sevallius2022-09-201-3/+0
* apps/openssl-vms.cnf: reflect latest changes by 'make update'Dr. David von Oheimb2022-09-131-2/+2
* Checking __STDC_VERSION__ rather than __STRICT_ANSI__Richard Levitte2022-09-131-2/+15
* list: add an option to list all available algorithmsPauli2022-09-111-8/+37
* openssl.cnf: split option value and comment and remove leading spacea13460542022-09-091-2/+2
* apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb2022-09-075-119/+182
* apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb2022-09-073-12/+12
* APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb2022-09-074-101/+167
* apps/speed.c: Wait for generated childrenJuergen Christ2022-08-311-0/+16
* Add missing ')' to command helpPauli2022-08-261-1/+1
* app_http_tls_cb() and tls_error_hint(): code cleanupDr. David von Oheimb2022-08-231-22/+24
* Support decode SM2 parametersK12022-08-231-2/+10
* openssl speed fails in FIPS modeDmitry Belyavskiy2022-08-231-2/+2