summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb
2021-06-16apps: remove AEAD/mode checks that are now redundantPauli
2021-06-16apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli
2021-06-16apps: limit get_cipher() to not return AEAD or XTS ciphersPauli
2021-06-15Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy
2021-06-15s_server: make -rev option easier to find (mention echo)Hubert Kario
2021-06-15Remove "-immedate_renegotiation" optionRich Salz
2021-06-15apps: move global libctx and property query into their own filePauli
2021-06-15speed: make sure to free any allocated EVP_MAC structuresPauli
2021-06-15pkcs12: use the app's libctx and property query when searching for algorithmsPauli
2021-06-15speed: use the app's libctx and property query when searching for algorithmsPauli
2021-06-15list: use the app's libctx and property query when searching for algorithmsPauli
2021-06-15kdf: use the app's libctx and property query when searching for algorithmsPauli
2021-06-15fipsinstall: use the app's libctx and property query when searching for algor...Pauli
2021-06-15add libctx and property query to fetch functionsPauli
2021-06-15spkac: allow digests other than MD5 to be used for signingPauli
2021-06-13APPS: Remove an unreachable statement in s_client.cRichard Levitte
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
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