summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-07-17Fix bogus use of BIO_sock_should_retry.Bernd Edlinger
2017-07-17Fix use-after-freeRich Salz
2017-07-17Fix some pedantic warnings.Pauli
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-14Update PR#3925Roelof duToit
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit
2017-07-14Fix #946 Add -preserve_dates to x509 appTodd Short
2017-07-07Fix s_client crash where the hostname is provided as a positional argMatt Caswell
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-07-07Fix memory leak when using PSK session filesMatt Caswell
2017-07-06Bounds check string functions in apps.Pauli
2017-07-06Rework the append_buf functionPauli
2017-07-06Avoid buffer overruns in the req command line utility.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-07-01When apps_startup() fails, exit with a failure code and a messageRichard Levitte
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-29Fix double array increment in s_client mysql connectSteven Danneman
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte
2017-06-29engine app: print out information on STORE loaders and STORE FILE handlersRichard Levitte
2017-06-29Add a simple store utility commandRichard Levitte
2017-06-27Use randomness not entropyRich Salz
2017-06-26Fix return value checking for BIO_sock_initPaul Yang
2017-06-25tsget.in: remove call of WWW::Curl::Easy::global_cleanupRichard Levitte
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell
2017-06-21Tweak the client side PSK callbackMatt Caswell
2017-06-21Fix no-pskMatt Caswell
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell
2017-06-21Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell
2017-06-21Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell
2017-06-21Print Ed25519 in s_client/s_serverDr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-21Reformat progs.pl; add ARIA supportRich Salz
2017-06-20Ensure a space after colon in enc -vRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-20Make clear error message if opt_<number> failsPaul Yang
2017-06-19s_client accepts host/port as positional argument.Cory Benfield
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang
2017-06-15Build apps/progs.h dynamicallyRichard Levitte
2017-06-13Update copyright on progs.hRich Salz
2017-06-13Make SNI behavior more clear in s_client doc & helpPaul Yang
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-12Refactor functions in testdsa.hPaul Yang
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-10Fix possible usage of NULL pointers in apps/spkac.cPaul Yang
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko
2017-06-09Add support for using engine-backed keys in spkacLuke Faraone
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang