aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* apps: update speed to use the additional arguments to MAC_initPauli2021-02-281-9/+5
* apps: updates for the new additional MAC_init argumentsPauli2021-02-281-8/+2
* apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli2021-02-281-3/+4
* apps: update fipsinstall to work with additional MAC_init argumentsPauli2021-02-281-1/+1
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-147/+159
* speed: Drop deprecated <ALG>_options() callsTomas Mraz2021-02-241-135/+95
* speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz2021-02-242-1023/+656
* speed: Adapt digests and hmac to always use non-deprecated APIsTomas Mraz2021-02-241-276/+172
* speed: Drop code to handle platforms without SIGALRMTomas Mraz2021-02-241-283/+5
* Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard2021-02-221-40/+35
* Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb2021-02-223-27/+7
* CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb2021-02-191-13/+18
* Fix speed sm2 bugChenglong Zhang2021-02-191-8/+8
* Don't forget the type of thing we are loadingMatt Caswell2021-02-181-12/+25
* Update copyright yearMatt Caswell2021-02-1822-22/+22
* apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb2021-02-171-26/+28
* apps/ca.c: Make sure ext_ctx structure gets initializedDr. David von Oheimb2021-02-171-4/+7
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-175-21/+21
* Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard2021-02-172-3/+3
* passwd.c: use the actual ROUNDS_DEFAULT macroDisconnect3d2021-02-131-1/+1
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-123-9/+15
* Deprecate the low level SRP APIsMatt Caswell2021-02-126-253/+287
* Allow -rand to be repeatedRich Salz2021-02-121-15/+30
* Fetch cipher after loading providersRich Salz2021-02-1212-50/+92
* Process digest option after loading providersRich Salz2021-02-1211-36/+68
* Load rand state after loading providersRich Salz2021-02-1225-11/+38
* Fetch alg, etc., after loading providersRich Salz2021-02-121-34/+42
* Fetch algorithm after loading providersRich Salz2021-02-121-19/+19
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-2/+2
* Switch to BIO_snprintf to avoid missing symbol problems on WindowsJon Spillett2021-02-051-1/+1
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-0511-41/+47
* apps/cmp.c: check and exit on engine load errorDr. David von Oheimb2021-02-041-1/+6
* apps/ecparam: Avoid crash when parameters fail to loadTomas Mraz2021-02-031-1/+1
* apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst2021-02-031-31/+20
* Update copyright yearRichard Levitte2021-01-2825-25/+25
* APPS: Restore inclusionsRichard Levitte2021-01-282-0/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-268-304/+304
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-212-30/+43
* apps/cmp.c: Check self-signature on CSR input and warn on failureDr. David von Oheimb2021-01-211-0/+8
* apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re...Dr. David von Oheimb2021-01-211-2/+8
* apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb2021-01-202-127/+125
* apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> reqDr. David von Oheimb2021-01-201-10/+52
* apps.c: Clean up copy_extensions()Dr. David von Oheimb2021-01-201-13/+13
* apps/x509.c: Major code, user guidance, and documentation cleanupDr. David von Oheimb2021-01-201-225/+253
* apps/x509.c: Take the -signkey arg as default pubkey with -newDr. David von Oheimb2021-01-201-22/+10
* apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parametersJon Spillett2021-01-201-1/+1
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-15/+0
* apps/req.c: Make sure -verify option takes effect also with -x509Dr. David von Oheimb2021-01-131-2/+2
* apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb2021-01-131-6/+5
* apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb2021-01-131-3/+24