<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/doc, branch libressl-v2.5.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.5.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.5.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-09-22T04:28:24+00:00</updated>
<entry>
<title>revert documentation update for the clearning behavior we already reverted</title>
<updated>2016-09-22T04:28:24+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-09-22T04:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=92bd6bca06ecb9d0a0f4e5807b6d6ac237e11346'/>
<id>urn:sha1:92bd6bca06ecb9d0a0f4e5807b6d6ac237e11346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove CMS manuals; beck@ agress with the general idea</title>
<updated>2016-09-05T10:43:42+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-09-05T10:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=657e93e914c0734c7bb730b2372aa35c88e308fa'/>
<id>urn:sha1:657e93e914c0734c7bb730b2372aa35c88e308fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()</title>
<updated>2016-09-03T14:54:25+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-09-03T14:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ec8629e017a6dddd8f30a0f5fbdff47a85c8b4f'/>
<id>urn:sha1:3ec8629e017a6dddd8f30a0f5fbdff47a85c8b4f</id>
<content type='text'>
This switches EVP_CipherFinal() to work as EVP_EncryptFinal() and
EVP_DecryptFinal() do, always clearing the cipher context on completion.
Indicate that, since it is not possible to tell whether this function will
clear the context (the API has changed over time in OpenSSL), it is better to
use the _ex() variants and explicitly clear instead.

ok beck@
</content>
</entry>
<entry>
<title>Fix examples for EVP_PKEY_CTX_set_rsa_padding.</title>
<updated>2016-03-13T18:06:47+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-03-13T18:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4370e6e15c5a4bc87266e9d098990dc0c7c2932d'/>
<id>urn:sha1:4370e6e15c5a4bc87266e9d098990dc0c7c2932d</id>
<content type='text'>
Noted here, https://github.com/libressl-portable/portable/issues/161, we
document a non-existent constant in the examples for
EVP_PKEY_CTX_set_rsa_padding.

ok deraadt@
</content>
</entry>
<entry>
<title>Remove sentences in RETURN VALUES sections saying that functions with</title>
<updated>2016-03-12T21:31:22+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2016-03-12T21:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7e23979f786be3c146be16ec4363c6da83c906e'/>
<id>urn:sha1:d7e23979f786be3c146be16ec4363c6da83c906e</id>
<content type='text'>
void return types 'return no value'. This is obvious and therefore
unneccessary to mention.

We spare rewind(3)'s sentence because espie@ pointed out that it's a
warning - the function masks a potential error.

This commit also adds a sentence to X509_free clarifying that it's
NULL-safe. This bit was discussed with doug@.

ok martijn@, sentiment supported by schwarze@
</content>
</entry>
<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>
</feed>
