summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2023-10-24Copyright year updatesMatt Caswell
2023-10-19load_key_certs_crls(): There is no quiet argumentTomas Mraz
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-20enc: "bad decrypt" only in decryptionMathieu Tortuyaux
2023-09-09Fix output corruption in req commandBernd Edlinger
2023-09-08Modify the dkeyform type to support enginewangcheng
2023-09-05apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb
2023-08-01Copyright year updatesMatt Caswell
2023-07-27Correct spelling of databaseFatih Arslan Tugay
2023-07-21speed: Fix execution of EdDSA measurementIngo Franzki
2023-07-19apps/cms.c: Fix unreachable code in cms_main()atishkov
2023-06-28openssl speed -multi -evp prints wrong algorithm nameJörg Sommer
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
2023-06-15apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte
2023-06-14APPS: remove spurious errors when certain config file entries are not providedDr. David von Oheimb
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-05-30Update copyright yearTomas Mraz
2023-05-25Fix a bug where the result of rehash is unstableminyong.ha
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-12apps/openssl.cnf: fix reference to insta.ca.crtDr. David von Oheimb
2023-05-10CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb
2023-05-10CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb
2023-04-28APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb
2023-04-18cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-04-14List also non-fetchable hashes in openssl dgst -listGauriSpears
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-25apps/cmp.c: make sure that last -reqin argument is actually usedDr. David von Oheimb
2023-03-25CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb
2023-03-25CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb
2023-03-20Include the default iteration count in the help for the enc commandPauli
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-02-07Update copyright yearRichard Levitte
2023-01-17pkey: Imply public check if -pubin is specifiedTomas 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-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-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