summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2019-06-17Move uplink file information to build.info filesRichard Levitte
2019-06-12ts: Use sha256 as default digest for TS queryTomas Mraz
2019-06-11Fix app opt compile failure due to missing <inttypes.h>Shane Lontis
2019-06-06Coverity fixesShane Lontis
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY
2019-05-27Use fixed length for formatting standard cipher namesDaniël van Eeden
2019-05-23Fix a crash in the speed command with wrap ciphersBernd Edlinger
2019-05-23Avoid trailing space in "openssl version -o".Pauli
2019-05-23Always show application and library versions in "openssl version".Pauli
2019-05-09Squashed commit of the following:Lorinczy Zsigmond
2019-05-08Coverity CID 1444950: Control flow issuesPauli
2019-05-02Use vxRandLib for VxWorks7Klotz, Tobias
2019-05-02openssl cms: add error message if operation option is missingDr. Matthias St. Pierre
2019-05-01gendsa: dsaparam: introduce -verbose option to enable outputPhilip Prindeville
2019-05-01genrsa: introduce -verbose option to enable outputPhilip Prindeville
2019-04-24Added app for EVP_KDFShane Lontis
2019-04-23Add a way for the application to get OpenSSL configuration dataRichard Levitte
2019-04-23Add the possibility to display and use MODULESDIRRichard Levitte
2019-04-18asn1parse: avoid double freeRichard Levitte
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2019-04-12Add CMAC speed measurementsBernd Edlinger
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-04-10Fix typosJakub Wilk
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-04-08s_client starttls: fix handling of multiline replyDan Campbell
2019-04-08coverity resource leak fixes in apps/pkeyutlShane Lontis
2019-04-03Modify OCSP to use alt MD for cert IDs in responsesTodd Short
2019-04-01apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny
2019-04-01Fixed typo in enc.c warningx753
2019-03-30issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-03-30Fix a memleak in apps/verifyPaul Yang
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre
2019-03-29trace: don't pretend success if it's not enabledDr. Matthias St. Pierre
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-29Correctly zero the DISPLAY_COLUMNS structure.Pauli
2019-03-29openssl dgst: show MD name at all timesRichard Levitte
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis
2019-03-28Add some checks of OCSP functionsDmitry Belyavskiy
2019-03-20Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond
2019-03-19apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek
2019-03-19apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek
2019-03-19Fix no-posix-ioRichard Levitte
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb
2019-03-15trace: ensure correct groupingDr. Matthias St. Pierre
2019-03-15trace: don't leak the line prefixDr. Matthias St. Pierre
2019-03-14Enable pkeyutl to use Ed448 and Ed25519Matt Caswell
2019-03-13prevent app_get_pass() from revealing cleartext password on syntax errorDavid von Oheimb
2019-03-13Support SM2 certificate verification杨洋
2019-03-11openssl app for macs that uses the new EVP_MAC interface (the code inside dgs...Shane Lontis