summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()Tomas Mraz2024-08-191-4/+7
* list_tls_signatures(): Avoid leak with zero length builtin_sigalgsAndrew Dinh2024-08-171-3/+5
* Revert "fipsinstall: add ed_no_verify_digested option"Pauli2024-08-161-11/+1
* Add FIPS Indicator for ECDH cofactor.slontis2024-08-151-0/+11
* apps/cms.c, apps/smime.c: Fix -crlfeol help messagesAndreas Treichel2024-08-152-2/+2
* apps/req.c: No warning reading from stdin if redirectedBhaskar Metiya2024-08-151-1/+2
* Don't compile in support for DSA speed testing if not neededMatt Caswell2024-08-141-0/+22
* Fix a memory leak in the speed appMatt Caswell2024-08-141-0/+1
* Add a test mode to the speed appMatt Caswell2024-08-141-70/+85
* Support of en/decapsulation in the pkeyutl commandDmitry Belyavskiy2024-08-131-14/+69
* adds TLS signature algorithms list featureMichael Baentsch2024-08-131-6/+62
* Restrict salt length for RSA-PSS in the FIPS providerpohsingwu2024-08-131-1/+13
* fipsinstall: use correct macro for no drbg trunc digest optionPauli2024-08-121-1/+1
* Add signature digest check option to fipsinstallPauli2024-08-121-0/+11
* Fix PBMAC1 MAC verification in FIPS modeDmitry Belyavskiy2024-08-111-8/+18
* fipsinstall: add kbkdf key check optionPauli2024-08-081-0/+11
* fipsinstall: add option to disable RSA PKCS#1 version 1.5 paddingPauli2024-08-071-1/+12
* apps: add missing entry to tls extension label listFdaSilvaYY2024-08-071-1/+2
* Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy2024-08-071-12/+51
* fipsinstall: add ed_no_verify_digested optionPauli2024-08-071-1/+11
* Add new configurable item `pbkdf2-lower-bound-check`pohsingwu2024-08-051-0/+14
* Free fetched digest in show_digestsMarc Brooks2024-08-011-3/+4
* Restrict the length of key-derivation key used in KDFspohsingwu2024-08-011-0/+67
* Avoid leaking *ba_ret on reconnectionsTomas Mraz2024-07-312-3/+3
* Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis2024-07-291-0/+12
* Add FIPS indicator support for Triple-DES encryption.slontis2024-07-261-0/+11
* fipsinstall: add no_short_mac optionPauli2024-07-261-1/+10
* Disable DSA signing in the FIPS provider.slontis2024-07-261-7/+18
* Restrict digest algorithm used in KDFspohsingwu2024-07-241-0/+70
* unnecessary whitespace before a quoted newlineDimitri Papadopoulos2024-07-222-5/+5
* open brace '{' following struct go on the same lineDimitri Papadopoulos2024-07-221-2/+1
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-223-7/+6
* Remove trailing whitespaceDimitri Papadopoulos2024-07-221-2/+2
* Fix coverity-1604661Neil Horman2024-07-181-0/+3
* {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2024-07-172-2/+8
* Fix coverity-1604665Neil Horman2024-07-171-1/+1
* apps/rehash.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang2024-07-101-2/+5
* apps/req: avoid needless hint on using -help on duplicate extensions added vi...Dr. David von Oheimb2024-07-101-1/+1
* Replace and Deprecate TS_VERIFY_CTX Functionserbsland-dev2024-07-101-6/+5
* Fixes for defaults codeNeil Horman2024-07-091-1/+4
* Augment version.c to not display -w options on non-windowsNeil Horman2024-07-091-4/+13
* Allow OPENSSLDIR/ENGINESDIR/MODULESDIR to be NULLNeil Horman2024-07-092-8/+17
* Change WININSTALLCONTEXT to OSSL_WINCTXNeil Horman2024-07-091-1/+1
* convert users of build time defaults to use new defaults apiNeil Horman2024-07-091-5/+11
* fix: remove some odd empty linesRichard Levitte2024-07-031-2/+0
* fix: openssl speed: RSA encryption is on the pubkey, not the privkeyRichard Levitte2024-07-031-1/+1
* Fix typos found by codespellDimitri Papadopoulos2024-06-241-1/+1
* s_client: use the full buffer for readsHubert Kario2024-06-211-2/+2
* CMP: add support for requesting cert template using genm/genpRajeev Ranjan2024-06-202-1/+220
* CMP app: fix combination of -certout and -chainout with equal filename argumentDr. David von Oheimb2024-06-181-6/+21