<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/OCSP_REQUEST_new.3, 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>2019-06-10T09:49:48+00:00</updated>
<entry>
<title>add links back to crypto(3) to function group entry pages</title>
<updated>2019-06-10T09:49:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-10T09:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56ffd9f2668f101af36752838043714323fc3351'/>
<id>urn:sha1:56ffd9f2668f101af36752838043714323fc3351</id>
<content type='text'>
and to isolated obsolete pages;
OK bcook@ jmc@
</content>
</entry>
<entry>
<title>Tree structure for manual pages: crypto(3) links to 33 function</title>
<updated>2019-06-06T01:06:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-06T01:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=580f04977d3a77664477818e7264e008d1ba5843'/>
<id>urn:sha1:580f04977d3a77664477818e7264e008d1ba5843</id>
<content type='text'>
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
</content>
</entry>
<entry>
<title>crypto HISTORY up to 0.9.7; researched from OpenSSL git</title>
<updated>2018-03-22T21:08:22+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-22T21:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1309e0bd6b01602902f2b12832ae8d7492733e1'/>
<id>urn:sha1:d1309e0bd6b01602902f2b12832ae8d7492733e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently mark up various ASN.1 type names defined in standards</title>
<updated>2016-12-25T22:15:10+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-25T22:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7f3157687a730f8df92ddc11f707bf4e97be9a47'/>
<id>urn:sha1:7f3157687a730f8df92ddc11f707bf4e97be9a47</id>
<content type='text'>
related to X.509 with .Vt such that they can be searched for.
</content>
</entry>
<entry>
<title>sprinkle some cross references to newly written x509v3 manual pages</title>
<updated>2016-12-24T01:29:40+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-24T01:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=758087af972bcfecbed458cc5757cbb6712a5aa3'/>
<id>urn:sha1:758087af972bcfecbed458cc5757cbb6712a5aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write OCSP_CRLID_new(3) and OCSP_SERVICELOC_new(3) from scratch.</title>
<updated>2016-12-12T22:48:02+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-12T22:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bca4321c21899453321cbd51fc63834076adda5f'/>
<id>urn:sha1:bca4321c21899453321cbd51fc63834076adda5f</id>
<content type='text'>
These two and OCSP_CRLID_free(3) and OCSP_SERVICELOC_free(3) are
public by being in OpenSSL doc/man3/X509_dup.pod.
OCSP_crlID_new(3) and OCSP_url_svcloc_new(3) are related and,
even though completely undocumented in OpenSSL, obviously much
more important.

If you had told me a year ago that i would ever write such text,
i would have called you crazy.
</content>
</entry>
<entry>
<title>Document OCSP_SIGNATURE_new(3), OCSP_SIGNATURE_free(3),</title>
<updated>2016-12-12T17:46:23+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-12T17:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=37ae86c524c8cfa789fba9ffeaa2ed9220f4eb12'/>
<id>urn:sha1:37ae86c524c8cfa789fba9ffeaa2ed9220f4eb12</id>
<content type='text'>
OCSP_REQINFO_new(3), OCSP_REQINFO_free(3), OCSP_ONEREQ_new(3),
OCSP_ONEREQ_free(3), all in &lt;openssl/ocsp.h&gt; and in OpenSSL
doc/man3/X509_dup.pod.  Note that the OpenSSL documentation
specifies the wrong header file.

Add some information about what these objects actually represent,
along with the pertinent STANDARDS reference.
Minor wording tweaks.
</content>
</entry>
<entry>
<title>Delete most references to crypto(3).  That page isn't useful enough</title>
<updated>2016-12-06T14:54:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-06T14:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=08cf20e679b8fa063147338e4c21d29d9ff9c0b3'/>
<id>urn:sha1:08cf20e679b8fa063147338e4c21d29d9ff9c0b3</id>
<content type='text'>
to be pointed to from random individual pages.
</content>
</entry>
<entry>
<title>various cleanup;</title>
<updated>2016-11-30T20:54:25+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2016-11-30T20:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f28744cd6ea33fb21cde52453fa9ca739e5e641'/>
<id>urn:sha1:2f28744cd6ea33fb21cde52453fa9ca739e5e641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import OCSP documentation from OpenSSL, leaving out some stuff</title>
<updated>2016-11-27T20:40:07+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-27T20:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2613b464a5e73671df478b07cbb7bb84c6ceea0d'/>
<id>urn:sha1:2613b464a5e73671df478b07cbb7bb84c6ceea0d</id>
<content type='text'>
that we don't have, fixing some bugs and tweaking some parts for
readability.

P.S.
Why did some people write a HTTP client implementation and then
decide that the best place to publish it might be a crypto(3)
library?  Oh never mind, to go easy on my sanity, i should probably
stop asking such questions and just document what i find.
</content>
</entry>
</feed>
