summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-07-31app_isdir() cleanupXiaoyin Liu
2017-07-29Add list -public-key-methodsDr. Stephen Henson
2017-07-29Fix rsa -check optionPaul Yang
2017-07-26handle scrypt PBKDF in PKCS#12 files infoHubert Kario
2017-07-26nicer formatting for MAC infoHubert Kario
2017-07-26more info about PKCS#12 structure MACHubert Kario
2017-07-26pkcs12.c better formatting for unsupported paramsHubert Kario
2017-07-26Fix potential use-after-free and memory leakPauli
2017-07-24schlock global variable needs to be volatileXiaoyin Liu
2017-07-23Remove unused function prototypesXiaoyin Liu
2017-07-22Add --with-rand-seedRich Salz
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
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