summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in "info" commands flagsRich Salz2019-09-241-5/+1
* Add TLS version options to s_timeraja-ashok2019-09-231-2/+33
* Add option grouping capability to appsJon Spillett2019-09-192-30/+47
* apps/pkcs12: print multiple PKCS#12 safeBag attribute values if presentJon Spillett2019-09-171-26/+38
* Add fips module integrity checkShane Lontis2019-09-151-0/+1
* App updates for KDF provider conversion.Pauli2019-09-062-30/+80
* Move libapps.a source to apps/libRichard Levitte2019-09-0415-28/+29
* Suppress 'No server certificate CA names sent' messageBilly Brawner2019-09-041-1/+2
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-1/+1
* New function EVP_MD_free()Richard Levitte2019-09-041-1/+1
* Fix Coverity 1453452: Control flow issues (DEADCODE)Pauli2019-09-031-2/+1
* Add CPU info to the speed command summaryBernd Edlinger2019-09-023-16/+20
* Fix pkeyutl -verifyrecoverMatt Caswell2019-08-301-2/+1
* Allow an output indentation of zero in apps.Pauli2019-08-292-6/+6
* openssl provider: New sub-command, for provider discoveryRichard Levitte2019-08-284-1/+292
* Move print_param_types() to libapps, and give it indent argumentRichard Levitte2019-08-284-94/+120
* Coverty fixes for MACsRichard Levitte2019-08-271-6/+6
* OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte2019-08-272-35/+8
* Add app for fips installationShane Lontis2019-08-247-38/+489
* openssl dgst, openssl enc: check for end of inputRichard Levitte2019-08-222-2/+2
* Get rid of using deprecated function isasciiDmitry Belyavskiy2019-08-191-1/+1
* Re-implement 'openssl list -mac-algorithms'Richard Levitte2019-08-151-15/+44
* Adapt apps/mac.c to use provider based MACsRichard Levitte2019-08-151-25/+40
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-0/+4
* Modify 'openssl list' to give more verbose descriptionsRichard Levitte2019-08-151-19/+167
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+2
* Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre2019-07-244-19/+11
* Re-implement the cipher and digest listings for 'openssl list'Richard Levitte2019-07-231-6/+91
* Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger2019-07-221-1/+5
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-2/+2
* remove end of line spacesPauli2019-07-161-2/+2
* Remove tab characters from C source files.Pauli2019-07-162-7/+7
* Actually silently ignore GET / OCSP requestsViktor Dukhovni2019-07-161-2/+4
* Remove function name from errorsRich Salz2019-07-162-2/+0
* Coverity #1451595: use correct free function.Pauli2019-07-111-2/+2
* Move the code for 'openssl list' to its own translation unit.Richard Levitte2019-07-155-513/+538
* Refactor apps/progs.* to be generate with 'make update'Richard Levitte2019-07-156-127/+677
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-081-2/+12
* Fix TyposAntoine Cœur2019-07-023-3/+3
* Remove NextStep supportRich Salz2019-07-013-3/+3
* Change RC5_32_set_key to return an int typeMatt Caswell2019-07-011-1/+4
* Fix TyposAntoine Cœur2019-07-011-1/+1
* Support SM2 certificate signingPaul Yang2019-06-282-11/+206
* Print thread IDs nicely.Pauli2019-06-211-11/+8
* test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte2019-06-201-1/+7
* Move uplink file information to build.info filesRichard Levitte2019-06-171-15/+34
* ts: Use sha256 as default digest for TS queryTomas Mraz2019-06-121-1/+1
* Fix app opt compile failure due to missing <inttypes.h>Shane Lontis2019-06-112-2/+4