aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Add missing HTML tag in www_body in s_server.cXiaoyin Liu2017-08-091-2/+3
* Fix building without scryptJohannes Bauer2017-08-081-0/+2
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-14/+0
* Allow use of long name for KDFsDr. Stephen Henson2017-08-031-2/+6
* Add '-ext' option to display extensions in 'x509'Paul Yang2017-08-011-3/+101
* app_isdir() cleanupXiaoyin Liu2017-07-311-11/+9
* Add list -public-key-methodsDr. Stephen Henson2017-07-291-1/+23
* Fix rsa -check optionPaul Yang2017-07-291-2/+2
* handle scrypt PBKDF in PKCS#12 files infoHubert Kario2017-07-261-0/+16
* nicer formatting for MAC infoHubert Kario2017-07-261-2/+2
* 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