summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-24Fix a possible memory leak in req_mainBernd Edlinger
2024-01-15Error in s_server when -rev option is used with dtls.Frederik Wedel-Heinen
2023-12-12Fix a possible memleak in opt_verifyBernd Edlinger
2023-12-12Fix a possible memleak in apps/rehash.cBernd Edlinger
2023-12-12Fix a possible memleak in smime_mainBernd Edlinger
2023-12-12Fix a possible memleak in cms_mainBernd Edlinger
2023-12-12Fix some invalid use of sscanfMatt Caswell
2023-12-05rehash.c: Do not use NAME_MAX limitTomas Mraz
2023-12-04Make 'openssl list' less sensitive for providers without paramsRichard Levitte
2023-12-01Fix a possible memory leak in make_receipt_requestBernd Edlinger
2023-11-10apps/list.c: Check the result of inserting a provider into provider's stackAlexey Fofanov
2023-11-08apps/rehash.c: avoid printf format warning [-Wformat]Matthias St. Pierre
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-20fipsinstall: add -pedantic optionPauli
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-29Let fipsinstall know about DRBG digiest limitingPauli
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