Rene Kita cab914ef48 Fix manipulation of ASN1_STRING
Take the correct type from ASN1_STRING_get0_data() to fix a warning.
IA5Strings are ASCII, we do not need to care about signedness.

Since the pointer returned by ASN1_STRING_get0_data() points to internal
memory of the ASN1_STRING we are not allowed to manipulate the data.
Also it is not guaranteed that the data is null terminated. Copy the
data to our own buffer and make sure it is null terminated before using
it.
2021-09-13 10:04:49 +02:00
2020-11-12 21:19:57 +09:00
2021-08-15 15:29:03 -03:00
2021-05-26 16:29:59 +02:00
2021-07-17 13:20:55 +09:00
2020-09-15 20:23:16 +09:00
2020-09-15 20:22:30 +09:00
2021-09-05 18:49:15 +09:00
2020-05-06 15:47:06 +09:00
2021-02-13 16:51:48 +01:00
2019-11-08 15:53:20 -07:00
2021-09-13 10:04:49 +02:00
2020-01-03 23:42:05 -08:00
2016-11-27 15:24:34 +08:00
2021-01-03 11:00:17 +09:00
2020-09-06 22:38:16 +09:00
2021-04-05 22:36:45 +09:00
2021-09-02 10:32:44 +02:00
2021-02-17 19:27:09 +09:00

w3m: WWW wo Miru Tool
=====================

w3m is a pager with WWW capability.  It IS a pager, but it can be used
as a text-mode WWW browser.

This package is maintained for Debian <https://www.debian.org>,
forked from the original version <https://sourceforge.net/projects/w3m/>.

If you can read English, see doc/*.
If you can read Japanese, see doc-jp/*.
If you can read both, read both and correct English. :-)
Description
A modernized fork of w3m with next and previous heading and form navigation.b
Readme 13 MiB
Languages
C 60.9%
HTML 13.4%
Roff 12.2%
JavaScript 5.6%
Perl 1.7%
Other 6.1%