aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-1/+6
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-043-6/+10
* Adapt some 'openssl' commands for SM2 changes.Richard Levitte2020-02-022-85/+30
* Document most missing optionsRich Salz2020-01-292-1/+4
* Deprecate the low level HMAC functionsPauli2020-01-292-5/+58
* Deprecate the low level CMAC functionsPauli2020-01-291-6/+6
* Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx2020-01-251-50/+45
* Deprecate the low level DES functions.Pauli2020-01-253-19/+16
* APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-191-4/+9
* apps: Fix deprecation conditional in speed.cPauli2020-01-191-1/+1
* Deprecate the low level IDEA functions.Pauli2020-01-192-17/+5
* Deprecate the low level MD5 functions.Pauli2020-01-191-3/+3
* Deprecate the low level SHA functions.Pauli2020-01-191-0/+6
* 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