<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/Makefile, branch libressl-v2.5.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.5.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.5.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-01-31T05:40:26+00:00</updated>
<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>
<entry>
<title>Write d2i_ASN1_NULL(3) manual page from scratch.</title>
<updated>2016-12-29T17:42:54+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-29T17:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a76c88cf883e0c1a4d899e5f51dcc382b3555749'/>
<id>urn:sha1:a76c88cf883e0c1a4d899e5f51dcc382b3555749</id>
<content type='text'>
Both functions are listed in &lt;openssl/asn1.h&gt;
and in OpenSSL doc/man3/d2i_X509.pod.

After reading the code, i'm not amused.  You wouldn't think that
it might take eight stack levels to decode a constant sixteen bit
value that does not even allow a single content octet, or would
you?  Nota bene, this is an average of four stack levels for each
non-zero bit decoded...  :-(
</content>
</entry>
<entry>
<title>Write documentation for &lt;openssl/x509v3.h&gt; DER decoding and</title>
<updated>2016-12-28T20:36:33+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-28T20:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7d0744534035f7a40c88b4bac5508031eb71facb'/>
<id>urn:sha1:7d0744534035f7a40c88b4bac5508031eb71facb</id>
<content type='text'>
encoding functions from scratch.  All 46 functions are listed
in OpenSSL doc/man3/d2i_X509.pod.
</content>
</entry>
<entry>
<title>Write new manual pages d2i_X509_ATTRIBUTE(3) and d2i_X509_EXTENSION(3)</title>
<updated>2016-12-28T13:45:30+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-28T13:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7cb65ca75bcb0ad48c50c83cac49eed13d6d0dbf'/>
<id>urn:sha1:7cb65ca75bcb0ad48c50c83cac49eed13d6d0dbf</id>
<content type='text'>
from scratch.  All six functions are listed in &lt;openssl/x509.h&gt;
and in OpenSSL doc/man3/d2i_X509.pod.
</content>
</entry>
<entry>
<title>Write new manual page d2i_PKCS8_PRIV_KEY_INFO(3) from scratch.</title>
<updated>2016-12-28T00:55:05+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-28T00:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=21c1c01a06bfb2c35f5659f05a434f952370c891'/>
<id>urn:sha1:21c1c01a06bfb2c35f5659f05a434f952370c891</id>
<content type='text'>
These six function are listed in &lt;openssl/x509.h&gt;
and in OpenSSL doc/man3/d2i_X509.pod.
</content>
</entry>
<entry>
<title>Write new manual pages d2i_OCSP_REQUEST(3) and d2i_OCSP_RESPONSE(3)</title>
<updated>2016-12-27T22:06:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-27T22:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=71cdf88eb8ef60a93e6c6e5add6d7112a97a34c2'/>
<id>urn:sha1:71cdf88eb8ef60a93e6c6e5add6d7112a97a34c2</id>
<content type='text'>
from scratch.  All these functions are listed in &lt;openssl/ocsp.h&gt;
and in OpenSSL doc/man3/d2i_X509.pod.
</content>
</entry>
</feed>
