summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2023-03-14Update copyright yearMatt Caswell
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb
2023-02-08Fix a potential memory leak in apps/s_server.cbesher
2023-01-17pkey: Imply public check if -pubin is specifiedTomas Mraz
2022-12-21Update copyright yearTomas Mraz
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-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-12-01Update copyright yearTomas 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-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23apps/speed.c: Lock buffer in memoryJuergen Christ
2022-11-23Add config option for speed commandKan
2022-11-23openssl.cnf: split option value and comment and remove leading spacea1346054
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-21Remove duplicated #include headersJHH20
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