aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2019-09-06App updates for KDF provider conversion.Pauli2-30/+80
2019-09-04Move libapps.a source to apps/libRichard Levitte15-28/+29
2019-09-04Suppress 'No server certificate CA names sent' messageBilly Brawner1-1/+2
2019-09-04New function EVP_CIPHER_free()Richard Levitte1-1/+1
2019-09-04New function EVP_MD_free()Richard Levitte1-1/+1
2019-09-03Fix Coverity 1453452: Control flow issues (DEADCODE)Pauli1-2/+1
2019-09-02Add CPU info to the speed command summaryBernd Edlinger3-16/+20
2019-08-30Fix pkeyutl -verifyrecoverMatt Caswell1-2/+1
2019-08-29Allow an output indentation of zero in apps.Pauli2-6/+6
2019-08-28openssl provider: New sub-command, for provider discoveryRichard Levitte4-1/+292
2019-08-28Move print_param_types() to libapps, and give it indent argumentRichard Levitte4-94/+120
2019-08-27Coverty fixes for MACsRichard Levitte1-6/+6
2019-08-27OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte2-35/+8
2019-08-24Add app for fips installationShane Lontis7-38/+489
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte2-2/+2
2019-08-19Get rid of using deprecated function isasciiDmitry Belyavskiy1-1/+1
2019-08-15Re-implement 'openssl list -mac-algorithms'Richard Levitte1-15/+44
2019-08-15Adapt apps/mac.c to use provider based MACsRichard Levitte1-25/+40
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte1-0/+4
2019-08-15Modify 'openssl list' to give more verbose descriptionsRichard Levitte1-19/+167
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell1-1/+1
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-2/+2
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre4-19/+11
2019-07-23Re-implement the cipher and digest listings for 'openssl list'Richard Levitte1-6/+91
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger1-1/+5
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-1/+1
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-2/+2
2019-07-16remove end of line spacesPauli1-2/+2
2019-07-16Remove tab characters from C source files.Pauli2-7/+7
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni1-2/+4
2019-07-16Remove function name from errorsRich Salz2-2/+0
2019-07-12Coverity #1451595: use correct free function.Pauli1-2/+2
2019-07-15Move the code for 'openssl list' to its own translation unit.Richard Levitte5-513/+538
2019-07-15Refactor apps/progs.* to be generate with 'make update'Richard Levitte6-127/+677
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy1-2/+12
2019-07-02Fix TyposAntoine Cœur3-3/+3
2019-07-01Remove NextStep supportRich Salz3-3/+3
2019-07-01Change RC5_32_set_key to return an int typeMatt Caswell1-1/+4
2019-07-01Fix TyposAntoine Cœur1-1/+1
2019-06-28Support SM2 certificate signingPaul Yang2-11/+206
2019-06-21Print thread IDs nicely.Pauli1-11/+8
2019-06-20test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte1-1/+7
2019-06-17Move uplink file information to build.info filesRichard Levitte1-15/+34
2019-06-12ts: Use sha256 as default digest for TS queryTomas Mraz1-1/+1
2019-06-11Fix app opt compile failure due to missing <inttypes.h>Shane Lontis2-2/+4
2019-06-06Coverity fixesShane Lontis1-1/+10
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY1-0/+8
2019-05-27Use fixed length for formatting standard cipher namesDaniël van Eeden1-1/+1
2019-05-23Fix a crash in the speed command with wrap ciphersBernd Edlinger1-4/+16
2019-05-23Avoid trailing space in "openssl version -o".Pauli1-7/+7