summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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
* Fixed typo in enc.c warningx7532019-04-011-1/+1
* issue-8493: Fix for filenames with newlines using openssl dgstPauli2019-03-301-1/+47
* Fix a memleak in apps/verifyPaul Yang2019-03-301-0/+4
* trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre2019-03-301-1/+1
* trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre2019-03-301-18/+34
* trace: don't pretend success if it's not enabledDr. Matthias St. Pierre2019-03-291-0/+5
* Remove heartbeats completelyRichard Levitte2019-03-294-37/+1
* Correctly zero the DISPLAY_COLUMNS structure.Pauli2019-03-291-1/+2
* openssl dgst: show MD name at all timesRichard Levitte2019-03-291-4/+5
* coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis2019-03-281-2/+1
* Add some checks of OCSP functionsDmitry Belyavskiy2019-03-281-3/+8
* Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond2019-03-201-25/+81
* apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek2019-03-191-30/+39
* apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek2019-03-191-0/+6
* Fix no-posix-ioRichard Levitte2019-03-191-7/+2
* Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb2019-03-192-22/+67
* trace: ensure correct groupingDr. Matthias St. Pierre2019-03-151-0/+7
* trace: don't leak the line prefixDr. Matthias St. Pierre2019-03-151-20/+16
* Enable pkeyutl to use Ed448 and Ed25519Matt Caswell2019-03-141-35/+98
* prevent app_get_pass() from revealing cleartext password on syntax errorDavid von Oheimb2019-03-131-1/+13
* Support SM2 certificate verification杨洋2019-03-131-5/+40
* openssl app for macs that uses the new EVP_MAC interface (the code inside dgs...Shane Lontis2019-03-112-4/+204
* Fix typo in ifndef OPENSSL_NO_ENGINES.Darren Tucker2019-03-101-1/+1
* Print all loaded engines with openssl list -enginesTomas Mraz2019-03-091-2/+24
* apps/openssl.c: avoid memory leaksRichard Levitte2019-03-061-1/+22