aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix a minor bug of s_clientRoger Ning2020-03-051-2/+2
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-11/+38
* Remove apps/progs.c and apps/progs.hRichard Levitte2020-03-022-525/+0
* Build: Generate apps/progs.c and apps/progs.h in build timeRichard Levitte2020-03-021-4/+11
* apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann2020-02-261-2/+2
* pkey: additional EC related optionsPauli2020-02-211-1/+68
* apps: distinguish between a parameter error and an unknown parameter.Pauli2020-02-211-2/+4
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-202-2/+14
* Deprecate the low level RSA functions.Pauli2020-02-207-24/+41
* Deprecate EC command line apps.Pauli2020-02-183-13/+13
* apps x509: passing PKCS#11 URL as -signkeyBastian Germann2020-02-141-1/+1
* Forgotten GOST2012 support in non-vital placesNikolay Morozov2020-02-141-0/+1
* Apps: don't build deprecated DH and DSA apps.Pauli2020-02-145-6/+6
* Fix coverity issuesShane Lontis2020-02-141-2/+3
* dsa: deprecate applications that depend on the low level DSA functions.Pauli2020-02-126-26/+46
* app: add a deprecation warning to all deprecated commands.Pauli2020-02-124-181/+210
* Deprecate the low level DSA functions.Pauli2020-02-121-12/+9
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-105-287/+192
* More accurate doc of -ssl_config optionRich Salz2020-02-061-1/+1
* Update command listRich Salz2020-02-061-0/+1
* 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