<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/Makefile, branch libressl-v2.5.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.5.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.5.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-03-26T00:06:10+00:00</updated>
<entry>
<title>merge new UI documentation from OpenSSL</title>
<updated>2017-03-26T00:06:10+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-03-26T00:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aa5dd405c3fabb441a32ed68e00a439d6592e59c'/>
<id>urn:sha1:aa5dd405c3fabb441a32ed68e00a439d6592e59c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>document X509_Digest(3) and friends;</title>
<updated>2017-03-25T22:21:21+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-03-25T22:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8d77e8832b73322880da7adb79ef398d6401f231'/>
<id>urn:sha1:8d77e8832b73322880da7adb79ef398d6401f231</id>
<content type='text'>
from Rich Salz &lt;rsalz@openssl.org&gt;, OpenSSL commit 3e5d9da5 etc.
</content>
</entry>
<entry>
<title>document the public function X509_cmp_time(3);</title>
<updated>2017-03-25T19:12:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-03-25T19:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=af95f3cf1718f1190d5d1df0331af72fb96a5f2f'/>
<id>urn:sha1:af95f3cf1718f1190d5d1df0331af72fb96a5f2f</id>
<content type='text'>
from Emilia Kasper &lt;emilia@openssl.org&gt;, OpenSSL commit 80770da3,
tweaked by me
</content>
</entry>
<entry>
<title>OpenSSL documented the public function BIO_printf(3) (and friends)</title>
<updated>2017-03-25T17:15:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-03-25T17:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=afaa9966e9535e4a9fb254f9994ffbb5a5c0582a'/>
<id>urn:sha1:afaa9966e9535e4a9fb254f9994ffbb5a5c0582a</id>
<content type='text'>
in commit 2ca2e917.  Document it here, too, but do not use their
text.  Be more concise and more precise at the same time.
</content>
</entry>
<entry>
<title>Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use,</title>
<updated>2017-02-20T23:21:19+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-02-20T23:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5426fd8db7d9a7a0c9058fcabf32076cd34bf8be'/>
<id>urn:sha1:5426fd8db7d9a7a0c9058fcabf32076cd34bf8be</id>
<content type='text'>
and document ERR_asprintf_error_data as their replacement.
ok jsing@, ingo@
</content>
</entry>
<entry>
<title>Document functions returning standard moduli for DH key exchange.</title>
<updated>2017-01-31T05:40:26+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-01-31T05:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea175852b3ba110b83d5f1b24af577971174ef1c'/>
<id>urn:sha1:ea175852b3ba110b83d5f1b24af577971174ef1c</id>
<content type='text'>
jsing@ confirmed that these are public and worth documenting.
</content>
</entry>
<entry>
<title>Document BN_set_flags(3) and BN_get_flags(3).</title>
<updated>2017-01-30T01:29:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-01-30T01:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19dcc2c9146afbb7e7ee92dd56ef7f469c46c87e'/>
<id>urn:sha1:19dcc2c9146afbb7e7ee92dd56ef7f469c46c87e</id>
<content type='text'>
jsing@ confirmed that these macros are public and worth documenting.
</content>
</entry>
<entry>
<title>Write a new manual page X509_STORE_load_locations(3) from scratch.</title>
<updated>2017-01-07T00:45:04+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-01-07T00:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b21e940e906373b1adf37c27db6008c3ae5712bd'/>
<id>urn:sha1:b21e940e906373b1adf37c27db6008c3ae5712bd</id>
<content type='text'>
Not documented by OpenSSL, but listed in &lt;openssl/x509_vfy.h&gt;
and referenced from X509_LOOKUP_hash_dir(3), and clearly more
important than the latter.  Fixes three dead links reported by jmc@.

Most of the information from SSL_CTX_load_verify_locations(3) should
probably be moved here, but not all, since the SSL page also talks
about SSL servers and clients and the like.  As i'm not completely
sure regarding the boundaries, i'm leaving that as it is for now.
</content>
</entry>
<entry>
<title>Write new d2i_ASN1_OCTET_STRING(3) manual page from scratch.</title>
<updated>2017-01-05T22:38:04+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-01-05T22:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3f7cf337812da741d7c37617614645b4f176ff61'/>
<id>urn:sha1:3f7cf337812da741d7c37617614645b4f176ff61</id>
<content type='text'>
All 36 functions listed in &lt;openssl/asn1.h&gt;
and in OpenSSL doc/man3/d2i_X509.pod,
six of them with wrong prototypes.
</content>
</entry>
<entry>
<title>Write new d2i_ASN1_SEQUENCE_ANY(3) manual page from scratch.</title>
<updated>2017-01-04T21:14:26+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-01-04T21:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8e167ed84212504677454a30ee471d653e35daef'/>
<id>urn:sha1:8e167ed84212504677454a30ee471d653e35daef</id>
<content type='text'>
All four functions are listed in &lt;openssl/asn1.h&gt;
and in OpenSSL doc/man3/d2i_X509.pod.

Note that in the OpenSSL documentation,
three of the four prototypes are incorrect.
</content>
</entry>
</feed>
