summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverity fixesShane Lontis2019-06-061-1/+10
* CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY2019-05-291-0/+8
* Use fixed length for formatting standard cipher namesDaniël van Eeden2019-05-261-1/+1
* Fix a crash in the speed command with wrap ciphersBernd Edlinger2019-05-231-4/+16
* Avoid trailing space in "openssl version -o".Pauli2019-05-231-7/+7
* Always show application and library versions in "openssl version".Pauli2019-05-231-8/+3
* Squashed commit of the following:Lorinczy Zsigmond2019-05-091-2/+11
* Coverity CID 1444950: Control flow issuesPauli2019-05-081-2/+1
* Use vxRandLib for VxWorks7Klotz, Tobias2019-05-021-3/+3
* openssl cms: add error message if operation option is missingDr. Matthias St. Pierre2019-05-021-0/+1
* gendsa: dsaparam: introduce -verbose option to enable outputPhilip Prindeville2019-05-012-7/+24
* genrsa: introduce -verbose option to enable outputPhilip Prindeville2019-05-011-4/+14
* Added app for EVP_KDFShane Lontis2019-04-242-1/+159
* Add a way for the application to get OpenSSL configuration dataRichard Levitte2019-04-233-1/+102
* Add the possibility to display and use MODULESDIRRichard Levitte2019-04-231-3/+10
* asn1parse: avoid double freeRichard Levitte2019-04-181-7/+5
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-121-1/+9
* Add CMAC speed measurementsBernd Edlinger2019-04-121-4/+85
* added code to validate EC named curve parametersShane Lontis2019-04-111-2/+17
* Fix typosJakub Wilk2019-04-101-2/+2
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-091-14/+26
* s_client starttls: fix handling of multiline replyDan Campbell2019-04-081-1/+1
* coverity resource leak fixes in apps/pkeyutlShane Lontis2019-04-081-2/+2
* Modify OCSP to use alt MD for cert IDs in responsesTodd Short2019-04-031-7/+27
* apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny2019-04-012-0/+4