summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-115-23/+55
* apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte2021-06-111-0/+9
* Fix s_server app to not report an error when using a non DH certificate.Shane Lontis2021-06-103-23/+66
* APPS: Restore the possibility to combine -pubout with -textRichard Levitte2021-06-101-3/+7
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-1/+1
* 80-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb2021-06-093-16/+17
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-051-1/+1
* req: detect a bad choice of digest earlyPauli2021-06-041-1/+10
* req: fix default bits handling for -newkeyTomas Mraz2021-06-041-1/+6
* openssl spkac: Fix reading SPKAC data from stdinTomas Mraz2021-06-031-6/+10
* list: update to not use XXX_get_number() callsPauli2021-06-021-77/+24
* apps: remove TODOsPauli2021-06-027-18/+4
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-42/+42
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-0118-140/+146
* req: fix Coverity 1485137 Explicit null dereferencePauli2021-06-011-0/+11
* apps/ocsp: Allow -port 0Dr. David von Oheimb2021-05-291-1/+1
* apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb2021-05-291-4/+7
* APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb2021-05-271-10/+13
* DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb2021-05-271-1/+2
* Use "" for include internal/xxxRich Salz2021-05-271-1/+1
* Deprecate old style BIO callback callsTomas Mraz2021-05-266-21/+30
* apps: Fix the mismatch of SM2 keys keymgmtTianjia Zhang2021-05-261-1/+5
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-259-125/+99
* Fix 'openssl req' to be able to use provided keytypesRichard Levitte2021-05-251-83/+80
* Add fipsinstall option to run self test KATS on module loadShane Lontis2021-05-251-26/+38
* openssl srp: make index.txt parsing error more verboseFlorian Mickler2021-05-241-1/+3
* openssl ocsp: make index.txt parsing error more verboseFlorian Mickler2021-05-241-0/+3
* openssl ca: make index.txt parsing error more verboseFlorian Mickler2021-05-241-2/+6
* apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb2021-05-221-5/+20
* apps/cms: Simplify handling of encerts; add warning if they are ignoredDr. David von Oheimb2021-05-221-20/+22
* VMS: don't use app_malloc() in apps/lib/vms_decc_argv.cRichard Levitte2021-05-221-2/+7
* HMAC doesn't work with a default digestDmitry Belyavskiy2021-05-211-0/+2
* apps: Cleanup useless bio_open_default() calls for key inputTomas Mraz2021-05-213-15/+3
* apps/cms: Clean up order of options in help output and documentationDr. David von Oheimb2021-05-201-143/+156
* APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb2021-05-202-3/+9
* APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb2021-05-202-2/+11
* VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2021-05-202-0/+48
* DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb2021-05-203-11/+11
* CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb2021-05-203-1/+1
* apps/cmp.c: Move CMP server code portion to separate functionDr. David von Oheimb2021-05-201-71/+79
* Update copyright yearMatt Caswell2021-05-203-3/+3
* app: add a -store_loaders option to list.Pauli2021-05-201-1/+64
* Complete 'no-sock' guards in apps/ocsp.cRichard Levitte2021-05-201-0/+8
* Make apps/progs.pl not look at apps/progs.cRichard Levitte2021-05-192-3/+9
* apps/list: Remove obsolete -missing-help optionDr. David von Oheimb2021-05-191-28/+1
* Tweak apps/build.info for VMSRichard Levitte2021-05-191-2/+2
* apps/cms.c: Simplify make_receipt_request() and load_content_info(()Dr. David von Oheimb2021-05-191-36/+27
* apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb2021-05-191-13/+42
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-183-10/+6
* DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb2021-05-181-2/+2