<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/openssl.1, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-07-14T09:52:46+00:00</updated>
<entry>
<title>Remove hyphen</title>
<updated>2020-07-14T09:52:46+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-14T09:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4ca433210e5f5868e3969ade82fb6ea4bb2c2bd4'/>
<id>urn:sha1:4ca433210e5f5868e3969ade82fb6ea4bb2c2bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add single space between pem and ...</title>
<updated>2020-07-14T09:49:42+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-14T09:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0ce8feb543ae33b7dbb6bb9747bbab442de01379'/>
<id>urn:sha1:0ce8feb543ae33b7dbb6bb9747bbab442de01379</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add manual for openssl(1) certhash</title>
<updated>2020-07-14T09:46:17+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-14T09:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=50b1c3e4e41e33cd6d29980a9ab09a9dc3d33aaf'/>
<id>urn:sha1:50b1c3e4e41e33cd6d29980a9ab09a9dc3d33aaf</id>
<content type='text'>
ok jmc@
</content>
</entry>
<entry>
<title>Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_server</title>
<updated>2020-05-13T10:19:25+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-05-13T10:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a90ffb654baadcd91e2291d6ec0eb5fe59d12e9f'/>
<id>urn:sha1:a90ffb654baadcd91e2291d6ec0eb5fe59d12e9f</id>
<content type='text'>
ok jsing@ tb@
</content>
</entry>
<entry>
<title>In s_server.c rev. 1.33, jsing added support for "openssl s_server -groups";</title>
<updated>2020-04-25T19:18:40+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-04-25T19:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7990170964b93fb5ffaa03a287aad726c2066c27'/>
<id>urn:sha1:7990170964b93fb5ffaa03a287aad726c2066c27</id>
<content type='text'>
document it and deprecate "openssl s_server -named_curve".
While here, fix the error in the synopsis for "openssl s_client -groups"
and use unified argument naming and similar wording like
in SSL_CTX_set1_groups_list(3).
OK jsing@
</content>
</entry>
<entry>
<title>Tag subcommand sections</title>
<updated>2020-02-19T20:42:12+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2020-02-19T20:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8aa6d0caaf1ff768405a5963654a96d6b56ef099'/>
<id>urn:sha1:8aa6d0caaf1ff768405a5963654a96d6b56ef099</id>
<content type='text'>
Allow semantic lookup by manually tagging sections (.Sh) for which no
automatic tagging has been implemented;  this thereby also eliminates false
positives such that ":tx509&lt;Enter&gt;" now jumps to the X509 section.

feedback remi inoguchi schwarze
OK tb
</content>
</entry>
<entry>
<title>Add -tls1_3 and -notls1_3 options to openssl(1) s_client.</title>
<updated>2020-02-16T16:39:01+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-02-16T16:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0247fea12677c0df2e4e2fa695e67807aa9ea241'/>
<id>urn:sha1:0247fea12677c0df2e4e2fa695e67807aa9ea241</id>
<content type='text'>
Also stop using version pinned methods, instead setting the min and max
protocol versions.

Requested by inoguchi@

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>use "Currently" in the doc for "openssl enc" when talking about default</title>
<updated>2019-12-18T12:38:15+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2019-12-18T12:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=edd6a4725a85b6c93403f8157a94001976a52938'/>
<id>urn:sha1:edd6a4725a85b6c93403f8157a94001976a52938</id>
<content type='text'>
md, to hint that it might not always be the case (e.g. if dealing with
files from a different version of the tool). ok tb@
</content>
</entry>
<entry>
<title>In January, the default digest used in the openssl enc command was</title>
<updated>2019-12-18T07:54:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-12-18T07:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98c4031be8a69f942a4c5b80ad6dfef28f69b03e'/>
<id>urn:sha1:98c4031be8a69f942a4c5b80ad6dfef28f69b03e</id>
<content type='text'>
changed from md5 to sha256. Update manual to reflect that.

From Fabio Scotoni

ok jmc
</content>
</entry>
<entry>
<title>Add manual for openssl(1) cms</title>
<updated>2019-11-28T11:21:33+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-11-28T11:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f47344fbe723735e45514b728ea13e024d1dbafd'/>
<id>urn:sha1:f47344fbe723735e45514b728ea13e024d1dbafd</id>
<content type='text'>
ok and comments jmc@
</content>
</entry>
</feed>
