aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add a missing space in an error messageVincent Lefèvre2024-02-061-1/+1
* replace strstr() with strchr() for single charactersrilysh2024-01-251-1/+1
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+1
* Fix a possible memory leak in req_mainBernd Edlinger2024-01-241-1/+1
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-171-1/+11
* CMP app: make -ignore_keyusage apply also for mock serverDr. David von Oheimb2024-01-171-3/+3
* Add missing genpkey -rand supportViktor Dukhovni2024-01-161-1/+9
* Remove receiving of unused return valueDrokov Pavel2024-01-151-2/+1
* Error in s_server when -rev option is used with dtls.Frederik Wedel-Heinen2024-01-151-0/+5
* Add apps/x509 -set_issuer & -set_subject option to override issuer & subjectJob Snijders2024-01-151-6/+20
* apps: Don't print hostname on bio_out during connect.Sebastian Andrzej Siewior2023-12-291-1/+1
* cmp_server.c,apps/lib/cmp_mock_srv.c: move polling state checks to cmp_server.cRajeev Ranjan2023-12-211-10/+0
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-211-18/+17
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-211-13/+70
* CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb2023-12-191-52/+86
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-192-2/+78
* Harden asn1 oid loader to invalid inputsNeil Horman2023-12-131-1/+1
* Fix genstr/genconf option in asn1parseNeil Horman2023-12-131-1/+1
* pkcs12: Do not forcibly load the config fileTomas Mraz2023-12-131-9/+0
* Fix a possible memleak in opt_verifyBernd Edlinger2023-12-121-1/+6
* Fix a possible memleak in apps/rehash.cBernd Edlinger2023-12-121-0/+1
* Fix a possible memleak in smime_mainBernd Edlinger2023-12-121-1/+2
* Fix a possible memleak in cms_mainBernd Edlinger2023-12-121-2/+4
* Fix some invalid use of sscanfMatt Caswell2023-12-121-1/+1
* rehash.c: Do not use NAME_MAX limitTomas Mraz2023-12-051-7/+9
* Make 'openssl list' less sensitive for providers without paramsRichard Levitte2023-12-041-17/+20
* Fix a possible memory leak in make_receipt_requestBernd Edlinger2023-12-011-2/+7
* Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr2023-11-241-1/+5
* openssl-speed: support KMAC128 & KMAC256, refactor mac setup/teardownJames Muir2023-11-241-49/+117
* speed: make hmac(sha256) the default hmacJames Muir2023-11-231-4/+4
* Augment rand argument parsing to allow scalingNeil Horman2023-11-131-7/+86
* apps/list.c: Check the result of inserting a provider into provider's stackAlexey Fofanov2023-11-101-4/+11
* apps/rehash.c: avoid printf format warning [-Wformat]Matthias St. Pierre2023-11-081-11/+14
* Don't error if s_client receives exactly BUFSIZZ dataMatt Caswell2023-11-011-1/+1
* Don't wait in select if we have data to writeMatt Caswell2023-10-251-2/+6
* Make s_client -quic -debug workMatt Caswell2023-10-251-2/+52
* speed: Correct handling of async_jobs for KEM and signature algosIngo Franzki2023-10-251-2/+2
* speed: Fix memory leaksIngo Franzki2023-10-251-0/+8
* Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman2023-10-203-32/+11
* apps.c: Remove a redundant error print-outTomas Mraz2023-10-191-2/+0
* apps: Print out a proper message when a store cannot be openedTomas Mraz2023-10-191-2/+8
* CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb2023-10-101-0/+2
* apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb2023-10-101-6/+2
* Added check for the return value of the RAND_bytes() functionKlavishnik2023-10-101-1/+2
* Copyright year updatesMatt Caswell2023-09-284-4/+4
* adding -outpubkey option to genpkeyMichael Baentsch2023-09-241-5/+21
* Fix some memory leaks in the openssl appBernd Edlinger2023-09-218-4/+18
* enc: "bad decrypt" only in decryptionMathieu Tortuyaux2023-09-201-1/+4
* APPS: remove duplicate definition of `trace_data_stack`Matthias St. Pierre2023-09-181-2/+0
* Fix typos found by codespellDimitri Papadopoulos2023-09-131-1/+1