summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2024-02-22s_cb.c: Add missing return value checksMrRurikov
2024-02-06Add a missing space in an error messageVincent Lefèvre
2024-01-25replace strstr() with strchr() for single charactersrilysh
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2024-01-24Fix a possible memory leak in req_mainBernd Edlinger
2024-01-17CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb
2024-01-17CMP app: make -ignore_keyusage apply also for mock serverDr. David von Oheimb
2024-01-16Add missing genpkey -rand supportViktor Dukhovni
2024-01-15Remove receiving of unused return valueDrokov Pavel
2024-01-15Error in s_server when -rev option is used with dtls.Frederik Wedel-Heinen
2024-01-15Add apps/x509 -set_issuer & -set_subject option to override issuer & subjectJob Snijders
2023-12-29apps: Don't print hostname on bio_out during connect.Sebastian Andrzej Siewior
2023-12-21cmp_server.c,apps/lib/cmp_mock_srv.c: move polling state checks to cmp_server.cRajeev Ranjan
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan
2023-12-19CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb
2023-12-13Harden asn1 oid loader to invalid inputsNeil Horman
2023-12-13Fix genstr/genconf option in asn1parseNeil Horman
2023-12-13pkcs12: Do not forcibly load the config fileTomas Mraz
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-24Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr
2023-11-24openssl-speed: support KMAC128 & KMAC256, refactor mac setup/teardownJames Muir
2023-11-23speed: make hmac(sha256) the default hmacJames Muir
2023-11-13Augment rand argument parsing to allow scalingNeil Horman
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-11-01Don't error if s_client receives exactly BUFSIZZ dataMatt Caswell
2023-10-25Don't wait in select if we have data to writeMatt Caswell
2023-10-25Make s_client -quic -debug workMatt Caswell
2023-10-25speed: Correct handling of async_jobs for KEM and signature algosIngo Franzki
2023-10-25speed: Fix memory leaksIngo Franzki
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman
2023-10-19apps.c: Remove a redundant error print-outTomas Mraz
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz
2023-10-10CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb
2023-10-10apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik
2023-09-28Copyright year updatesMatt Caswell
2023-09-24adding -outpubkey option to genpkeyMichael Baentsch
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-20enc: "bad decrypt" only in decryptionMathieu Tortuyaux
2023-09-18APPS: remove duplicate definition of `trace_data_stack`Matthias St. Pierre