summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2022-08-26Add missing ')' to command helpPauli
2022-08-23app_http_tls_cb() and tls_error_hint(): code cleanupDr. David von Oheimb
2022-08-23Support decode SM2 parametersK1
2022-08-23openssl speed fails in FIPS modeDmitry Belyavskiy
2022-08-17SHAKE documentation updates for default output length.slontis
2022-08-17APPS: genrsa: Support setting propertiesClemens Lang
2022-08-17APPS: dgst: Support properties when signingClemens Lang
2022-08-17APPS: pkeyparam: Support setting propertiesClemens Lang
2022-08-17APPS: ecparam: Support setting propertiesClemens Lang
2022-08-17APPS: dhparam: Support setting propertiesClemens Lang
2022-08-01Fix wrong default algorithm in openssl pkcs12 helpArne Schwabe
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-20Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy
2022-07-14apps/x509: add warnings for options ignored when -CA is not specifiedDr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-14apps/x509: Fix -CAfile option being neglected with -new or -inDr. David von Oheimb
2022-07-13speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz
2022-07-11apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...Dr. David von Oheimb
2022-07-11Add config option for speed commandKan
2022-07-06Fixes OSCP->OCSP typo in ocsp command lineAlexander Scheel
2022-07-06app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb
2022-07-01APPS: dsaparam, gendsa: Support setting propertiesClemens Lang
2022-07-01apps/cmp.c: improve print_itavs()Dr. David von Oheimb
2022-07-01apps/cmp.c: Fix glitch in -newkeypass warning and extend warnings for genmDr. David von Oheimb
2022-06-30Update the default macsaltlen and Add the configure for macsaltlenKan
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-23Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-22apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
2022-06-02Fix the checks of EVP_PKEY_param_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu