aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* CMP: Improvements of the support for requesting CRLRajeev Ranjan2024-05-012-20/+24
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-013-4/+232
* Fix grammar in srp_verifier.txthrtarsia2024-04-251-2/+2
* Remove all references to FLOSS for NonStop Builds.Randall S. Becker2024-04-245-39/+0
* fix sending error when no root CA cert update availableRajeev Ranjan2024-04-221-3/+16
* openssl fipsinstall: fix cosmetic wartEnji Cooper2024-04-191-1/+1
* list_provider_info(): Fix leak on errorTomas Mraz2024-04-151-0/+1
* APPS: Add missing OPENSSL_free() and combine the error handlerJiasheng Jiang2024-04-091-3/+6
* Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove2024-04-091-1/+5
* apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm2024-04-095-39/+105
* Copyright year updatesMatt Caswell2024-04-092-2/+2
* Copyright year updatesRichard Levitte2024-04-0910-10/+10
* Diverse small VMS build fixupsRichard Levitte2024-04-041-1/+1
* Remove receiving of unused return valueDrokov Pavel2024-04-041-22/+22
* Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger2024-04-021-1/+1
* apps/req,crl: exit with 1 on verification failureVladimir Kotal2024-03-262-4/+6
* Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík2024-03-251-1/+5
* apps/x509.c: No warning reading from stdin if redirectedTomas Mraz2024-03-151-2/+3
* Use the untrusted certificate chain to create a valid certificate ID for OCSP...olszomal2024-03-121-14/+30
* apps/cmp: improve -reqin option to read fallback public key from first reques...Dr. David von Oheimb2024-03-061-2/+48
* apps/cmp: extend documentation and diagnostics for using -reqin in special si...Dr. David von Oheimb2024-03-061-5/+7
* apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb2024-03-061-15/+52
* apps/cmp.c: refactor to fix some coding style nits and more convenient source...Dr. David von Oheimb2024-03-061-14/+21
* apps/engine: add EC to list of capabilitiesMartin Oliveira2024-02-251-0/+3
* s_cb.c: Add missing return value checksMrRurikov2024-02-221-2/+4
* 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