summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-06-11apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis
2021-06-10APPS: Restore the possibility to combine -pubout with -textRichard Levitte
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-04req: detect a bad choice of digest earlyPauli
2021-06-04req: fix default bits handling for -newkeyTomas Mraz
2021-06-03openssl spkac: Fix reading SPKAC data from stdinTomas Mraz
2021-06-02list: update to not use XXX_get_number() callsPauli
2021-06-02apps: remove TODOsPauli
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01req: fix Coverity 1485137 Explicit null dereferencePauli
2021-05-29apps/ocsp: Allow -port 0Dr. David von Oheimb
2021-05-29apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb
2021-05-27APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb
2021-05-27DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26apps: Fix the mismatch of SM2 keys keymgmtTianjia Zhang
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-25Fix 'openssl req' to be able to use provided keytypesRichard Levitte
2021-05-25Add fipsinstall option to run self test KATS on module loadShane Lontis
2021-05-24openssl srp: make index.txt parsing error more verboseFlorian Mickler
2021-05-24openssl ocsp: make index.txt parsing error more verboseFlorian Mickler
2021-05-24openssl ca: make index.txt parsing error more verboseFlorian Mickler
2021-05-22apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb
2021-05-22apps/cms: Simplify handling of encerts; add warning if they are ignoredDr. David von Oheimb
2021-05-22VMS: don't use app_malloc() in apps/lib/vms_decc_argv.cRichard Levitte
2021-05-21HMAC doesn't work with a default digestDmitry Belyavskiy
2021-05-21apps: Cleanup useless bio_open_default() calls for key inputTomas Mraz
2021-05-20apps/cms: Clean up order of options in help output and documentationDr. David von Oheimb
2021-05-20APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb
2021-05-20APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb
2021-05-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte
2021-05-20DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb
2021-05-20CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb
2021-05-20apps/cmp.c: Move CMP server code portion to separate functionDr. David von Oheimb
2021-05-20Update copyright yearMatt Caswell
2021-05-20app: add a -store_loaders option to list.Pauli
2021-05-20Complete 'no-sock' guards in apps/ocsp.cRichard Levitte
2021-05-19Make apps/progs.pl not look at apps/progs.cRichard Levitte
2021-05-19apps/list: Remove obsolete -missing-help optionDr. David von Oheimb
2021-05-19Tweak apps/build.info for VMSRichard Levitte
2021-05-19apps/cms.c: Simplify make_receipt_request() and load_content_info(()Dr. David von Oheimb
2021-05-19apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb
2021-05-18find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb