summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2019-05-28Update copyright yearRichard Levitte
2019-05-23Fix a crash in the speed command with wrap ciphersBernd Edlinger
2019-05-02openssl cms: add error message if operation option is missingDr. Matthias St. Pierre
2019-04-18asn1parse: avoid double freeRichard Levitte
2019-04-08s_client starttls: fix handling of multiline replyDan Campbell
2019-04-01Fixed typo in enc.c warningx753
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-02-26Update copyright yearMatt Caswell
2019-02-19Don't set SNI by default if hostname is not dNS nameIonut Mihalcea
2019-02-14Fix -verify_return_error in s_clientMatt Caswell
2019-02-11apps/ocsp.c Use the same HAVE_FORK / NO_FORK as in speed.cRichard Levitte
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-31Fix error message for s_server -psk optionweinholtendian
2019-01-30Complain if -twopass is used incorrectlyMatt Caswell
2019-01-27s_client: fix not to send a command letter of RShigeki Ohtsu
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21Make ca command silently use default if .attr file does not existBernd Edlinger
2019-01-16apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte
2018-12-22Coverity fix in apps/oscpFdaSilvaYY
2018-11-21openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson
2018-11-20Update copyright yearMatt Caswell
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-10Check return value of EVP_PKEY_newMansour Ahmadi
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte
2018-10-29apps/rehash.c: Convert ISO-8859-1 to UTF-8Richard Levitte
2018-10-19Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell
2018-10-17Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz
2018-10-08apps: allow empty attribute values with -subjBenjamin Kaduk
2018-10-02Fix a mem leak in the ocsp appMatt Caswell
2018-09-23Create the .rnd file it it does not existBernd Edlinger
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev
2018-09-13Don't allow -early_data with other options where it doesn't workMatt Caswell
2018-09-10Don't cast an int * to a size_t *Matt Caswell
2018-09-07Support EdDSA in apps/speedPaul Yang
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-08-30Free SSL object on an error pathMatt Caswell
2018-08-24Do not ignore EVP_PKEY_print_public/EVP_PKEY_print_private return valuesDmitry Belyavskiy
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-30apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli
2018-07-26apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov
2018-07-25apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov