aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
3 daysrehash.c: handle possible null pointer returned by OPENSSL_strdupXZ-X1-0/+5
6 daysapps: directly inclusion of "e_os.h when neededFdaSilvaYY14-4/+23
7 daysCopyright year updatesTomas Mraz24-24/+24
14 daysEVP_MD_size() updatesslontis1-1/+1
14 daysUpdate code to use EVP_MD_xof()slontis2-2/+2
2024-08-28Cleanups for FIPS options..slontis1-25/+25
2024-08-21Add FIPS KMAC key checkslontis1-1/+10
2024-08-21Add HMAC FIPS keysize check.slontis1-0/+10
2024-08-20Enhance s_client Outputerbsland-dev1-0/+1
2024-08-19speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()Tomas Mraz1-4/+7
2024-08-17list_tls_signatures(): Avoid leak with zero length builtin_sigalgsAndrew Dinh1-3/+5
2024-08-16Revert "fipsinstall: add ed_no_verify_digested option"Pauli1-11/+1
2024-08-15Add FIPS Indicator for ECDH cofactor.slontis1-0/+11
2024-08-15apps/cms.c, apps/smime.c: Fix -crlfeol help messagesAndreas Treichel2-2/+2
2024-08-15apps/req.c: No warning reading from stdin if redirectedBhaskar Metiya1-1/+2
2024-08-14Don't compile in support for DSA speed testing if not neededMatt Caswell1-0/+22
2024-08-14Fix a memory leak in the speed appMatt Caswell1-0/+1
2024-08-14Add a test mode to the speed appMatt Caswell1-70/+85
2024-08-13Support of en/decapsulation in the pkeyutl commandDmitry Belyavskiy1-14/+69
2024-08-13adds TLS signature algorithms list featureMichael Baentsch1-6/+62
2024-08-13Restrict salt length for RSA-PSS in the FIPS providerpohsingwu1-1/+13
2024-08-12fipsinstall: use correct macro for no drbg trunc digest optionPauli1-1/+1
2024-08-12Add signature digest check option to fipsinstallPauli1-0/+11
2024-08-11Fix PBMAC1 MAC verification in FIPS modeDmitry Belyavskiy1-8/+18
2024-08-08fipsinstall: add kbkdf key check optionPauli1-0/+11
2024-08-07fipsinstall: add option to disable RSA PKCS#1 version 1.5 paddingPauli1-1/+12
2024-08-07apps: add missing entry to tls extension label listFdaSilvaYY1-1/+2
2024-08-07Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy1-12/+51
2024-08-07fipsinstall: add ed_no_verify_digested optionPauli1-1/+11
2024-08-05Add new configurable item `pbkdf2-lower-bound-check`pohsingwu1-0/+14
2024-08-01Free fetched digest in show_digestsMarc Brooks1-3/+4
2024-08-01Restrict the length of key-derivation key used in KDFspohsingwu1-0/+67
2024-07-31Avoid leaking *ba_ret on reconnectionsTomas Mraz2-3/+3
2024-07-29Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis1-0/+12
2024-07-26Add FIPS indicator support for Triple-DES encryption.slontis1-0/+11
2024-07-26fipsinstall: add no_short_mac optionPauli1-1/+10
2024-07-26Disable DSA signing in the FIPS provider.slontis1-7/+18
2024-07-24Restrict digest algorithm used in KDFspohsingwu1-0/+70
2024-07-22unnecessary whitespace before a quoted newlineDimitri Papadopoulos2-5/+5
2024-07-22open brace '{' following struct go on the same lineDimitri Papadopoulos1-2/+1
2024-07-22that open brace { should be on the previous lineDimitri Papadopoulos3-7/+6
2024-07-22Remove trailing whitespaceDimitri Papadopoulos1-2/+2
2024-07-18Fix coverity-1604661Neil Horman1-0/+3
2024-07-17{CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2-2/+8
2024-07-17Fix coverity-1604665Neil Horman1-1/+1
2024-07-10apps/rehash.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang1-2/+5
2024-07-10apps/req: avoid needless hint on using -help on duplicate extensions added vi...Dr. David von Oheimb1-1/+1
2024-07-10Replace and Deprecate TS_VERIFY_CTX Functionserbsland-dev1-6/+5
2024-07-09Fixes for defaults codeNeil Horman1-1/+4
2024-07-09Augment version.c to not display -w options on non-windowsNeil Horman1-4/+13