aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2 daysRevert API change of OPENSSL_version()HEADmasterTomas Mraz1-14/+7
3 daysAdd 'openssl info' item for the Windows install contextRichard Levitte1-1/+6
7 daysreplace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...Dr. David von Oheimb3-12/+13
8 daysfipsinstall: Save the 'status indicator' if the FIPS provider is 3.0.X.slontis1-15/+40
10 daysAPPS/storeutl: fix case where uri and outfile are the sameDr. David von Oheimb1-9/+13
12 daysHandle PBMAC1 with absent PBKDF2 PRFOlivier Chéron1-4/+8
2024-10-04APPS/pkey: fix case where infile and outfile are the sameDr. David von Oheimb1-4/+4
2024-10-04APPS/pkcs8: fix case where infile and outfile are the sameDr. David von Oheimb1-3/+5
2024-10-04APPS/ocsp: fix case where reqin and outfile are the sameDr. David von Oheimb1-4/+4
2024-10-04APPS/{ecparam,pkeyparam}: fix case where infile and outfile are the sameDr. David von Oheimb2-13/+13
2024-10-04APPS/dsaparam: fix case where infile and outfile are the sameDr. David von Oheimb1-4/+4
2024-10-04APPS/dhparam: fix case where infile and outfile are the sameDr. David von Oheimb1-4/+4
2024-09-30kdfs: implement key length check in X9.42Dimitri John Ledkov1-0/+11
2024-09-23http_server.{c,h}: make clear that IPv4 or IPv6 is used by http_server_init()David von Oheimb1-0/+1
2024-09-23http_server.c: fix checks of error return code in http_server_init()David von Oheimb1-2/+2
2024-09-12s_server: Support reading HTTP request from early dataDaiki Ueno1-5/+40
2024-09-09rehash.c: handle possible null pointer returned by OPENSSL_strdupXZ-X1-0/+5
2024-09-05apps: directly inclusion of "e_os.h when neededFdaSilvaYY14-4/+23
2024-09-05Copyright year updatesTomas Mraz24-24/+24
2024-08-29EVP_MD_size() updatesslontis1-1/+1
2024-08-29Update 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