aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New option ssl_ca_default to explicitly use OpenSSL default pathsTatsuya Kinoshita2021-02-284-3/+10
* Update ChangeLogTatsuya Kinoshita2021-02-281-0/+11
* Prevent unintentional integer overflow in libwcTatsuya Kinoshita2021-02-282-2/+2
* Prevent unintentional integer overflow in Strcat_charp_nTatsuya Kinoshita2021-02-281-1/+1
* Prevent unintentional integer overflow in StrgrowTatsuya Kinoshita2021-02-281-1/+1
* Update ChangeLogTatsuya Kinoshita2021-02-271-0/+5
* One more fix overflow due to StrgrowTatsuya Kinoshita2021-02-271-2/+5
* Update ChangeLogTatsuya Kinoshita2021-02-261-0/+7
* Fix potential overflow due to Str.cTatsuya Kinoshita2021-02-261-8/+34
* Fix integer overflow due to StrgrowTatsuya Kinoshita2021-02-261-0/+5
* Update ChangeLogTatsuya Kinoshita2021-02-241-0/+11
* Simplify doc for SSLTatsuya Kinoshita2021-02-241-79/+8
* Merge pull request #169 from DavidKorczynski/masterTatsuya Kinoshita2021-02-241-0/+51
|\
| * Added initial fuzzer for integration with OSS-Fuzz.davkor2021-02-231-0/+51
|/
* Update ChangeLogTatsuya Kinoshita2021-02-221-0/+10
* Don't fallback when SSL_CTX_load_verify_locations failsTatsuya Kinoshita2021-02-221-5/+11
* Don't use SSL_CTX_set_default_verify_paths when not USE_SSL_VERIFYTatsuya Kinoshita2021-02-221-1/+1
* Disable --with-cafile by default to use OpenSSL default pathsTatsuya Kinoshita2021-02-224-5/+5
* Update ChangeLogTatsuya Kinoshita2021-02-211-0/+22
* Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVELTatsuya Kinoshita2021-02-211-0/+4
* Add eNULL to ssl_cipher when -insecureTatsuya Kinoshita2021-02-212-2/+2
* Merge pull request #168 from bptato/inlineimagesTatsuya Kinoshita2021-02-215-14/+191
|\
| * Convert images to PNG for kitty with ImageMagickbptato2021-02-193-18/+67
| * Fix potential segfaultbptato2021-02-181-1/+1
| * Fix small images on kittybptato2021-02-181-28/+35
| * Support kitty image protocolbptato2021-02-185-1/+89
| * Handle iTerm2 images more efficientlybptato2021-02-182-11/+44
|/
* Update ChangeLogTatsuya Kinoshita2021-02-171-0/+16
* Typo fixTatsuya Kinoshita2021-02-172-5/+5
* Add auto-detection for configure --with-migemoTatsuya Kinoshita2021-02-162-7/+48
* Prefer Imlib2 over GTK2 by defaultTatsuya Kinoshita2021-02-162-38/+38
* Indentation and wording fixes for configure --helpTatsuya Kinoshita2021-02-162-101/+98
* Update ChangeLogTatsuya Kinoshita2021-02-151-0/+8
* Wording fixes for configure --helpTatsuya Kinoshita2021-02-152-20/+19
* Accept configure --with-cafile without filenameTatsuya Kinoshita2021-02-152-28/+35
* Update ChangeLogTatsuya Kinoshita2021-02-141-0/+17
* Merge pull request #167 from bptato/masterTatsuya Kinoshita2021-02-146-6/+136
|\
| * Fix a mistake I made with </dd> and </dt> tagsbptato2021-02-131-2/+1
| * Nested <dl>sbptato2021-02-133-5/+21
| * Fix <dl compact>bptato2021-02-133-17/+72
| * <dl> testbptato2021-02-132-0/+41
| * Improve description list renderingbptato2021-02-134-9/+28
|/
* Update ChangeLogTatsuya Kinoshita2021-02-131-0/+14
* Minor fixes for ./configure --helpTatsuya Kinoshita2021-02-132-14/+14
* Add auto-detection of ssl_ca_file by configureTatsuya Kinoshita2021-02-136-3/+59
* Doc fixTatsuya Kinoshita2021-02-131-4/+0
* Use ssl_ca_file and ssl_ca_path only when ssl_verify_serverTatsuya Kinoshita2021-02-131-0/+1
* Update ChangeLogTatsuya Kinoshita2021-02-121-0/+7
* Check empty string conditions for ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+2
* Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+1