summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the low level RC5 functionsPauli2020-01-161-4/+4
* Deprecate the low level RC4 functionsPauli2020-01-162-11/+5
* Deprecate the low level RC2 functionsPauli2020-01-161-4/+4
* Deprecate the low level SEED functionsPauli2020-01-161-4/+4
* Add FIPS Self test kats for digestsShane Lontis2020-01-151-1/+76
* Deprecate the Low Level CAST APIsMatt Caswell2020-01-131-4/+4
* Deprecate Low Level Camellia APIsMatt Caswell2020-01-131-4/+6
* Deprecate the low level Whirlpool functions.Pauli2020-01-121-3/+3
* Deprecate the low level MDC2 functions.Pauli2020-01-121-3/+3
* Deprecate the low level MD4 functions.Pauli2020-01-121-3/+3
* Deprecate the low level MD2 functions.Pauli2020-01-122-7/+4
* Deprecate the low level RIPEMD160 functions.Pauli2020-01-121-3/+3
* Add dsa signature alg to fips providerShane Lontis2020-01-121-1/+1
* Tweak option error messagesRich Salz2020-01-111-3/+3
* Deprecate Low Level Blowfish APIsMatt Caswell2020-01-082-8/+5
* Add `-passin` arg to `ocsp`kaysond2020-01-061-1/+11
* Deprecate the low level AES functionsMatt Caswell2020-01-061-5/+15
* Fix disabled ecdsa in apps/speedfangming.fang2020-01-051-0/+1
* Add -iter option to pkcs12 commandIbrahim M. Ghazal2020-01-021-4/+10
* Run make updateMatt Caswell2020-01-022-2/+2
* Fix a race condition in the speed commandBernd Edlinger2019-12-261-12/+11
* Fix regression on x509 keyform argumentJussi Keranen2019-12-191-2/+2
* APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte2019-12-185-217/+6
* apps/speed.c: Fix eddsa sign and verify output with -multi optionSaritha2019-12-171-0/+1
* Return 1 when openssl req -addext kv is duplicatedkinichiro2019-12-161-3/+6
* Deprecate most of debug-memoryRich Salz2019-12-141-9/+0
* Check return value after loading config filekinichiro2019-12-132-3/+6
* Fix some typosVeres Lajos2019-12-112-2/+2
* apps/speed: replace list of #define by enums declarations.FdaSilvaYY2019-12-091-128/+81
* apps/speed: factorize ec test curves declarationsFdaSilvaYY2019-12-091-78/+71
* apps/speed: improve sm2 failure code.FdaSilvaYY2019-12-091-62/+30
* apps/speed: simplify 'doit' action flag management code.FdaSilvaYY2019-12-091-84/+81
* apps/speed: initialize key material only when its algo is selected.FdaSilvaYY2019-12-091-50/+40
* apps/speed: remove a shared global variableFdaSilvaYY2019-12-091-76/+59
* apps/speed: discard useless protoypes as these methods are defines before bei...FdaSilvaYY2019-12-091-63/+0
* apps/speed: allow to continue tests after any init failure handling.FdaSilvaYY2019-12-091-2/+10
* Deprecate the AES_ige_*() functionsMatt Caswell2019-12-041-0/+3
* Check the return from OPENSSL_buf2hexstr()Matt Caswell2019-11-292-1/+6
* apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte2019-11-291-3/+3
* main: avoid a NULL dereference on initialisation.Pauli2019-11-221-0/+7
* Document command parameters.Rich Salz2019-11-2028-54/+137
* commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf2019-11-161-4/+6
* Fix no-engineMatt Caswell2019-11-141-1/+1
* Add "sections" to -help outputRich Salz2019-11-0855-718/+1057
* Update source files for deprecation at 3.0Richard Levitte2019-11-072-5/+5
* Fix no-sm2 issuePaul Yang2019-11-041-0/+4
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-0315-85/+274
* apps/dgst.c: allocate a new signature bufferPavel Karagodin2019-10-301-10/+24
* Fix an s_server arbitrary file read issue on WindowsMatt Caswell2019-10-281-4/+10
* Cleanup hardcoded cipher suite codepoints in s_serverJohannes Bauer2019-10-281-3/+0