aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
35 hoursFix typos found by codespellDimitri Papadopoulos1-1/+1
4 dayss_client: use the full buffer for readsHubert Kario1-2/+2
6 daysCMP: add support for requesting cert template using genm/genpRajeev Ranjan2-1/+220
7 daysCMP app: fix combination of -certout and -chainout with equal filename argumentDr. David von Oheimb1-6/+21
2024-05-28speed: Fix regression of measuring shake with -evpIngo Franzki1-4/+24
2024-05-14apps/pkcs12: Not writing the private key file until the import password is ve...naaysayer1-3/+5
2024-05-01CMP: Improvements of the support for requesting CRLRajeev Ranjan2-20/+24
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb3-4/+232
2024-04-25Fix grammar in srp_verifier.txthrtarsia1-2/+2
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker5-39/+0
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan1-3/+16
2024-04-19openssl fipsinstall: fix cosmetic wartEnji Cooper1-1/+1
2024-04-15list_provider_info(): Fix leak on errorTomas Mraz1-0/+1
2024-04-09APPS: Add missing OPENSSL_free() and combine the error handlerJiasheng Jiang1-3/+6
2024-04-09Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove1-1/+5
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm5-39/+105
2024-04-09Copyright year updatesMatt Caswell2-2/+2
2024-04-09Copyright year updatesRichard Levitte10-10/+10
2024-04-04Diverse small VMS build fixupsRichard Levitte1-1/+1
2024-04-04Remove receiving of unused return valueDrokov Pavel1-22/+22
2024-04-02Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger1-1/+1
2024-03-26apps/req,crl: exit with 1 on verification failureVladimir Kotal2-4/+6
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík1-1/+5
2024-03-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz1-2/+3
2024-03-12Use the untrusted certificate chain to create a valid certificate ID for OCSP...olszomal1-14/+30
2024-03-06apps/cmp: improve -reqin option to read fallback public key from first reques...Dr. David von Oheimb1-2/+48
2024-03-06apps/cmp: extend documentation and diagnostics for using -reqin in special si...Dr. David von Oheimb1-5/+7
2024-03-06apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb1-15/+52
2024-03-06apps/cmp.c: refactor to fix some coding style nits and more convenient source...Dr. David von Oheimb1-14/+21
2024-02-25apps/engine: add EC to list of capabilitiesMartin Oliveira1-0/+3
2024-02-22s_cb.c: Add missing return value checksMrRurikov1-2/+4
2024-02-06Add a missing space in an error messageVincent Lefèvre1-1/+1
2024-01-25replace strstr() with strchr() for single charactersrilysh1-1/+1
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman1-0/+1
2024-01-24Fix a possible memory leak in req_mainBernd Edlinger1-1/+1
2024-01-17CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb1-1/+11
2024-01-17CMP app: make -ignore_keyusage apply also for mock serverDr. David von Oheimb1-3/+3
2024-01-16Add missing genpkey -rand supportViktor Dukhovni1-1/+9
2024-01-15Remove receiving of unused return valueDrokov Pavel1-2/+1
2024-01-15Error in s_server when -rev option is used with dtls.Frederik Wedel-Heinen1-0/+5
2024-01-15Add apps/x509 -set_issuer & -set_subject option to override issuer & subjectJob Snijders1-6/+20
2023-12-29apps: Don't print hostname on bio_out during connect.Sebastian Andrzej Siewior1-1/+1
2023-12-21cmp_server.c,apps/lib/cmp_mock_srv.c: move polling state checks to cmp_server.cRajeev Ranjan1-10/+0
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb1-18/+17
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan1-13/+70
2023-12-19CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb1-52/+86
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2-2/+78
2023-12-13Harden asn1 oid loader to invalid inputsNeil Horman1-1/+1
2023-12-13Fix genstr/genconf option in asn1parseNeil Horman1-1/+1
2023-12-13pkcs12: Do not forcibly load the config fileTomas Mraz1-9/+0