aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* more info about PKCS#12 structure MACHubert Kario2017-07-261-2/+10
* pkcs12.c better formatting for unsupported paramsHubert Kario2017-07-261-3/+3
* Fix potential use-after-free and memory leakPauli2017-07-261-6/+7
* schlock global variable needs to be volatileXiaoyin Liu2017-07-241-1/+2
* Remove unused function prototypesXiaoyin Liu2017-07-231-3/+0
* Add --with-rand-seedRich Salz2017-07-221-3/+35
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-211-10/+13
* Fix bogus use of BIO_sock_should_retry.Bernd Edlinger2017-07-171-1/+1
* Fix use-after-freeRich Salz2017-07-171-3/+6
* Fix some pedantic warnings.Pauli2017-07-175-6/+6
* Standardize apps use of -rand, etc.Rich Salz2017-07-1626-376/+251
* Update PR#3925Roelof duToit2017-07-141-3/+9
* Retry SSL_read on ERROR_WANT_READ.Roelof duToit2017-07-141-5/+5
* Fix #946 Add -preserve_dates to x509 appTodd Short2017-07-141-9/+21
* Fix s_client crash where the hostname is provided as a positional argMatt Caswell2017-07-071-1/+1
* Do not allow non-dhe kex_modes by defaultMatt Caswell2017-07-071-4/+8
* Fix memory leak when using PSK session filesMatt Caswell2017-07-072-0/+2
* Bounds check string functions in apps.Pauli2017-07-064-39/+40
* Rework the append_buf functionPauli2017-07-061-18/+28
* Avoid buffer overruns in the req command line utility.Pauli2017-07-061-33/+53
* Undo commit d420ac2Rich Salz2017-07-056-34/+33
* BN_pseudo_rand is really BN_randRich Salz2017-07-031-1/+1
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-036-33/+39
* When apps_startup() fails, exit with a failure code and a messageRichard Levitte2017-07-011-1/+6
* Cleanup some copyright stuffRich Salz2017-06-304-7/+4
* Fix double array increment in s_client mysql connectSteven Danneman2017-06-291-2/+1
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-291-1/+1
* engine app: print out information on STORE loaders and STORE FILE handlersRichard Levitte2017-06-291-0/+32
* Add a simple store utility commandRichard Levitte2017-06-292-1/+200
* Use randomness not entropyRich Salz2017-06-272-5/+6
* Fix return value checking for BIO_sock_initPaul Yang2017-06-261-3/+3
* tsget.in: remove call of WWW::Curl::Easy::global_cleanupRichard Levitte2017-06-251-1/+0
* PSK related tweaks based on review feedbackMatt Caswell2017-06-211-3/+1
* Use constants rather than macros for the cipher bytes in the appsMatt Caswell2017-06-213-6/+8
* Tweak the client side PSK callbackMatt Caswell2017-06-211-7/+14
* Fix no-pskMatt Caswell2017-06-213-17/+7
* Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell2017-06-212-9/+97
* Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell2017-06-211-3/+39
* Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell2017-06-211-0/+45
* Print Ed25519 in s_client/s_serverDr. Stephen Henson2017-06-211-6/+9
* Merge Nokia copyright notice into standardRich Salz2017-06-212-54/+2
* Reformat progs.pl; add ARIA supportRich Salz2017-06-211-68/+78
* Ensure a space after colon in enc -vRich Salz2017-06-201-2/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-203-33/+3
* Make clear error message if opt_<number> failsPaul Yang2017-06-201-8/+28
* s_client accepts host/port as positional argument.Cory Benfield2017-06-191-3/+17
* Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang2017-06-162-0/+12
* Build apps/progs.h dynamicallyRichard Levitte2017-06-153-431/+28
* Update copyright on progs.hRich Salz2017-06-131-2/+2
* Make SNI behavior more clear in s_client doc & helpPaul Yang2017-06-131-1/+1