aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2020-03-02Remove apps/progs.c and apps/progs.hRichard Levitte2-525/+0
2020-03-02Build: Generate apps/progs.c and apps/progs.h in build timeRichard Levitte1-4/+11
2020-02-26apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann1-2/+2
2020-02-21pkey: additional EC related optionsPauli1-1/+68
2020-02-21apps: distinguish between a parameter error and an unknown parameter.Pauli1-2/+4
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli1-1/+1
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli2-2/+14
2020-02-20Deprecate the low level RSA functions.Pauli7-24/+41
2020-02-18Deprecate EC command line apps.Pauli3-13/+13
2020-02-14apps x509: passing PKCS#11 URL as -signkeyBastian Germann1-1/+1
2020-02-14Forgotten GOST2012 support in non-vital placesNikolay Morozov1-0/+1
2020-02-14Apps: don't build deprecated DH and DSA apps.Pauli5-6/+6
2020-02-14Fix coverity issuesShane Lontis1-2/+3
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli6-26/+46
2020-02-12app: add a deprecation warning to all deprecated commands.Pauli4-181/+210
2020-02-12Deprecate the low level DSA functions.Pauli1-12/+9
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb5-287/+192
2020-02-06More accurate doc of -ssl_config optionRich Salz1-1/+1
2020-02-06Update command listRich Salz1-0/+1
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-1/+6
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis3-6/+10
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte2-85/+30
2020-01-29Document most missing optionsRich Salz2-1/+4
2020-01-29Deprecate the low level HMAC functionsPauli2-5/+58
2020-01-29Deprecate the low level CMAC functionsPauli1-6/+6
2020-01-25Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx1-50/+45
2020-01-25Deprecate the low level DES functions.Pauli3-19/+16
2020-01-19APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte1-4/+9
2020-01-19apps: Fix deprecation conditional in speed.cPauli1-1/+1
2020-01-19Deprecate the low level IDEA functions.Pauli2-17/+5
2020-01-19Deprecate the low level MD5 functions.Pauli1-3/+3
2020-01-19Deprecate the low level SHA functions.Pauli1-0/+6
2020-01-16Deprecate the low level RC5 functionsPauli1-4/+4
2020-01-16Deprecate the low level RC4 functionsPauli2-11/+5
2020-01-16Deprecate the low level RC2 functionsPauli1-4/+4
2020-01-16Deprecate the low level SEED functionsPauli1-4/+4
2020-01-15Add FIPS Self test kats for digestsShane Lontis1-1/+76
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell1-4/+4
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell1-4/+6
2020-01-12Deprecate the low level Whirlpool functions.Pauli1-3/+3
2020-01-12Deprecate the low level MDC2 functions.Pauli1-3/+3
2020-01-12Deprecate the low level MD4 functions.Pauli1-3/+3
2020-01-12Deprecate the low level MD2 functions.Pauli2-7/+4
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli1-3/+3
2020-01-12Add dsa signature alg to fips providerShane Lontis1-1/+1
2020-01-11Tweak option error messagesRich Salz1-3/+3
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell2-8/+5
2020-01-06Add `-passin` arg to `ocsp`kaysond1-1/+11
2020-01-06Deprecate the low level AES functionsMatt Caswell1-5/+15
2020-01-05Fix disabled ecdsa in apps/speedfangming.fang1-0/+1