aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix ui_write in apps/apps.cRichard Levitte2017-08-191-1/+1
* Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti2017-08-181-0/+2
* Determine the number of output columns for the list and help commands usingPauli2017-08-171-15/+35
* Print pathnames for 'version -r'Rich Salz2017-08-151-3/+19
* Revert "Add some casts for %j"Rich Salz2017-08-152-6/+4
* Add some casts for %jRich Salz2017-08-142-4/+6
* Doc fixesRich Salz2017-08-141-18/+61
* Clarify CLI OCSP documentationJohannes Bauer2017-08-111-1/+1
* 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