<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/PKCS7_sign.3, branch libressl-v3.8.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-06-10T11:43:08+00:00</updated>
<entry>
<title>document PKCS7_get_signer_info(3)</title>
<updated>2020-06-10T11:43:08+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-06-10T11:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=126ce41373874e374c4eb5054981d426e31563d2'/>
<id>urn:sha1:126ce41373874e374c4eb5054981d426e31563d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new manual page PKCS7_add_attribute(3);</title>
<updated>2020-06-04T10:24:27+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-06-04T10:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e0da488570c34ef2f5919259360b745420a92bdd'/>
<id>urn:sha1:e0da488570c34ef2f5919259360b745420a92bdd</id>
<content type='text'>
tweaks and OK tb@
</content>
</entry>
<entry>
<title>Properly document PKCS7_final(3), which was already mentioned</title>
<updated>2020-06-03T13:41:27+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-06-03T13:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9112ed3dfac4655a0f1b5065ce0ff2d64e0aafc4'/>
<id>urn:sha1:9112ed3dfac4655a0f1b5065ce0ff2d64e0aafc4</id>
<content type='text'>
in passing in some other manual pages.
</content>
</entry>
<entry>
<title>delete references to ERR pages from SEE ALSO where such</title>
<updated>2019-06-10T14:58:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-10T14:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b783ba28c4b47eb204506e8af355d28ef6e67dec'/>
<id>urn:sha1:b783ba28c4b47eb204506e8af355d28ef6e67dec</id>
<content type='text'>
references were already given below RETURN VALUES right above
</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.5; researched from OpenSSL git</title>
<updated>2018-03-22T16:06:33+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-22T16:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56ed9616f4bcc89cbb8c9e65c821f863853139b1'/>
<id>urn:sha1:56ed9616f4bcc89cbb8c9e65c821f863853139b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change two trailing Xr to Fn; ok schwarze</title>
<updated>2017-01-12T16:13:51+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2017-01-12T16:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5fec3d8aed248d7d4b385951e80164994da8c6b0'/>
<id>urn:sha1:5fec3d8aed248d7d4b385951e80164994da8c6b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dangling .Xrs to PKCS7_final(3) reported by jmc@</title>
<updated>2017-01-06T18:21:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-01-06T18:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=936fbf826a09ba448d4fef16f5c90cee93804a7a'/>
<id>urn:sha1:936fbf826a09ba448d4fef16f5c90cee93804a7a</id>
<content type='text'>
and just use .Fn for now.

Not counting constructors, destructors, decoders, encoders, and
debuggers, six out of 24 public functions operating on PKCS7 objects
are currently documented.  I'm not documenting the remaining 18 ones
at this point in time.
</content>
</entry>
<entry>
<title>tweak SEE ALSO; in particular,</title>
<updated>2016-12-13T15:00:22+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-13T15:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6fbb4473b0e85bf72f50d7a7affbcca9c76ba26e'/>
<id>urn:sha1:6fbb4473b0e85bf72f50d7a7affbcca9c76ba26e</id>
<content type='text'>
make sure that all PKCS7 pages point to PKCS7_new(3)
</content>
</entry>
<entry>
<title>Copyright and license</title>
<updated>2016-11-28T23:27:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-28T23:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c56169c5e4a522309cd4a98ba22c94ad508f6c32'/>
<id>urn:sha1:c56169c5e4a522309cd4a98ba22c94ad508f6c32</id>
<content type='text'>
</content>
</entry>
</feed>
