summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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-11Fix typosDimitris Apostolou
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-09APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb
2022-11-09Fix typosDimitris Apostolou
2022-11-09Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
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-11Update copyright yearMatt Caswell
2022-09-20apps/ciphers.h: Ensure ossl_assert() is properly declaredRichard Levitte
2022-09-20Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala
2022-09-20Always use FORMAT_BINARY for infilePatrik Sevallius
2022-08-31apps/speed.c: Wait for generated childrenJuergen Christ
2022-08-26Add missing ')' to command helpPauli
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-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-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-05Update copyright yearRichard Levitte
2022-07-01APPS: dsaparam, gendsa: Support setting propertiesClemens Lang
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-23Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu
2022-06-22apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-21Update copyright yearMatt Caswell
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
2022-05-06s_serve: Report an error if init-connection fails without an attempt to read.Daniel Fiala