<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/doc, branch libressl-v2.3.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-11-12T01:07:50+00:00</updated>
<entry>
<title>update cross references after deleting the imaginary MLINKS</title>
<updated>2015-11-12T01:07:50+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-11-12T01:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cd9cf4a16de9a17957b1a6215b9949d460d1efc9'/>
<id>urn:sha1:cd9cf4a16de9a17957b1a6215b9949d460d1efc9</id>
<content type='text'>
bn_internal(3) and lhash(3)
</content>
</entry>
<entry>
<title>add missing functions to NAME, or otherwise correct the mlink</title>
<updated>2015-11-11T22:14:40+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2015-11-11T22:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=251c498bba914eb02ecd355c711ac859eca19c90'/>
<id>urn:sha1:251c498bba914eb02ecd355c711ac859eca19c90</id>
<content type='text'>
entry for them;

feedback/ok schwarze
</content>
</entry>
<entry>
<title>Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.</title>
<updated>2015-10-14T07:41:28+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2015-10-14T07:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9fee752a9626100a2cde1d90c2e54aabef4f5397'/>
<id>urn:sha1:9fee752a9626100a2cde1d90c2e54aabef4f5397</id>
<content type='text'>
The "authenticated encryption with additional data" API is used for
ciphers like AES-GCM or ChaCha20-Poly1305.  The manpage is a beginning
and certainly needs more work, especially improvements in the EXAMPLES
section.

Based on agl's source code comments.
Converted from pod to mandoc by schwarze@

OK schwarze@ jsing@
</content>
</entry>
<entry>
<title>Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an</title>
<updated>2015-10-13T15:25:18+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-13T15:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=806c5b40bbd3b0ebf4c6dc188e025d4d442a4d33'/>
<id>urn:sha1:806c5b40bbd3b0ebf4c6dc188e025d4d442a4d33</id>
<content type='text'>
actual function. This removes the last ASN1_dup_of usage from the tree.

Feedback from doug@ and miod@
</content>
</entry>
<entry>
<title>typos in documentation; better wording, suggested by jmc@</title>
<updated>2015-09-22T08:08:07+00:00</updated>
<author>
<name>sobrado</name>
<email></email>
</author>
<published>2015-09-22T08:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7746c18fb3482ba8d6fd1f9508801722028094b1'/>
<id>urn:sha1:7746c18fb3482ba8d6fd1f9508801722028094b1</id>
<content type='text'>
ok jmc@
</content>
</entry>
<entry>
<title>Remove more EVP_sha() SHA-0 references.</title>
<updated>2015-09-17T14:43:23+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-09-17T14:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e3b81c11125abd29954e4494fc0ea9ea3ed35c38'/>
<id>urn:sha1:e3b81c11125abd29954e4494fc0ea9ea3ed35c38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-add missing comma from SHA-0 removal which breaks mlinks generation.</title>
<updated>2015-09-17T14:11:29+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2015-09-17T14:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9a528a6fa2100548052d8c9f4d1a8ae82645bc8'/>
<id>urn:sha1:b9a528a6fa2100548052d8c9f4d1a8ae82645bc8</id>
<content type='text'>
Worked out by bcook@
</content>
</entry>
<entry>
<title>Temporarily revive MD4 for MS CHAP support.</title>
<updated>2015-09-14T01:45:03+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-09-14T01:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea990ff7851a189e7a61b56357a6d6e0de88a040'/>
<id>urn:sha1:ea990ff7851a189e7a61b56357a6d6e0de88a040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove MD4 support from LibreSSL.</title>
<updated>2015-09-13T23:36:21+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-09-13T23:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=785c6ad9250acc090d76964e9c21e550856a22f3'/>
<id>urn:sha1:785c6ad9250acc090d76964e9c21e550856a22f3</id>
<content type='text'>
MD4 should have been removed a long time ago.  Also, RFC 6150 moved it to
historic in 2011.  Rides the major crank from removing SHA-0.

Discussed with many including beck@, millert@, djm@, sthen@
ok jsing@, input + ok bcook@
</content>
</entry>
<entry>
<title>Remove SHA-0 support.</title>
<updated>2015-09-13T21:09:56+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-09-13T21:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f84194ca116d8e28c7eb7098c2c8d88f43bd56ac'/>
<id>urn:sha1:f84194ca116d8e28c7eb7098c2c8d88f43bd56ac</id>
<content type='text'>
SHA-0 was withdrawn shortly after publication 20 years ago and replaced
with SHA-1.  This will require a major crank.

ok bcook@, jsing@
</content>
</entry>
</feed>
