summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* SHAKE documentation updates for default output length.slontis2022-08-171-1/+6
* APPS: genrsa: Support setting propertiesClemens Lang2022-08-171-1/+2
* APPS: dgst: Support properties when signingClemens Lang2022-08-171-4/+16
* APPS: pkeyparam: Support setting propertiesClemens Lang2022-08-171-2/+7
* APPS: ecparam: Support setting propertiesClemens Lang2022-08-171-4/+8
* APPS: dhparam: Support setting propertiesClemens Lang2022-08-171-3/+3
* Fix wrong default algorithm in openssl pkcs12 helpArne Schwabe2022-08-011-1/+1
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-2/+3
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-24/+70
* Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy2022-07-201-10/+16
* apps/x509: add warnings for options ignored when -CA is not specifiedDr. David von Oheimb2022-07-141-3/+13
* APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb2022-07-144-13/+33
* apps/x509: Fix -CAfile option being neglected with -new or -inDr. David von Oheimb2022-07-141-1/+1
* speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz2022-07-131-2/+5
* apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...Dr. David von Oheimb2022-07-111-5/+11
* Add config option for speed commandKan2022-07-111-1/+9
* Fixes OSCP->OCSP typo in ocsp command lineAlexander Scheel2022-07-061-1/+1
* app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb2022-07-061-1/+8