<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto, branch libressl-v2.4.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-05-30T22:00:43+00:00</updated>
<entry>
<title>Gix misleading indent pointed out by GCC 6.1.</title>
<updated>2016-05-30T22:00:43+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-05-30T22:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=035848853fd7f1683574411b8f4aa9c070d78a0b'/>
<id>urn:sha1:035848853fd7f1683574411b8f4aa9c070d78a0b</id>
<content type='text'>
ok beck@ jsing@
</content>
</entry>
<entry>
<title>Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.</title>
<updated>2016-04-28T16:09:09+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-04-28T16:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=611595c84e1e65ad0c3d4becbb8280ee2c6d984c'/>
<id>urn:sha1:611595c84e1e65ad0c3d4becbb8280ee2c6d984c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>After opening an AEAD, ensure that the decrypted output matches the</title>
<updated>2016-04-13T13:18:05+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-04-13T13:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a4eed51eaeff5b22538f20b7ec49bfb70ab98b31'/>
<id>urn:sha1:a4eed51eaeff5b22538f20b7ec49bfb70ab98b31</id>
<content type='text'>
plaintext for the regress test case.
</content>
</entry>
<entry>
<title>check return value for BN_hex2bn in regression tests</title>
<updated>2016-03-13T18:22:43+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-03-13T18:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f318dbd3fc00556c0c150ffedea1853d3b4c9b4'/>
<id>urn:sha1:4f318dbd3fc00556c0c150ffedea1853d3b4c9b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initialize pointer to avoid undefined free on failure</title>
<updated>2015-12-28T14:18:38+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-12-28T14:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5bf29cb43d200f029aee6412210176a088b66b2c'/>
<id>urn:sha1:5bf29cb43d200f029aee6412210176a088b66b2c</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,</title>
<updated>2015-11-02T15:40:53+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2015-11-02T15:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e2680fbd9dc7657b729f24a677f5ec057643aa6'/>
<id>urn:sha1:3e2680fbd9dc7657b729f24a677f5ec057643aa6</id>
<content type='text'>
"ChaCha20 and Poly1305 for IETF Protocols", introduced a modified AEAD
construction that is incompatible with the common style that has been
already used in TLS with EVP_aead_chacha20_poly1305().  The IETF
version also adds a constant (salt) that is prepended to the nonce.

OK mikeb@ jsing@
</content>
</entry>
<entry>
<title>print unsigned ints with %u, not %d. Reported by Pascal Cuoq.</title>
<updated>2015-10-30T15:58:40+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dfd69643099f2ddbec4e573b579c340d7c92aa23'/>
<id>urn:sha1:dfd69643099f2ddbec4e573b579c340d7c92aa23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.</title>
<updated>2015-10-30T15:52:55+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f47b4b925f4206e3dfff54c2777c243299f0e44'/>
<id>urn:sha1:8f47b4b925f4206e3dfff54c2777c243299f0e44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in &lt;sys/types.h&gt; to get ssize_t or &lt;stdint.h&gt; to get uint32_t, instead of</title>
<updated>2015-10-30T15:45:57+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4'/>
<id>urn:sha1:3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4</id>
<content type='text'>
relying upon previously included headers to do this, to enhance portability;
from Pascal Cuoq, libressl github pull request #52
</content>
</entry>
<entry>
<title>Missing initializer; spotted by coverity.</title>
<updated>2015-10-25T11:59:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-25T11:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=991aadf92bf4eaaff00372d589c1629eb1909695'/>
<id>urn:sha1:991aadf92bf4eaaff00372d589c1629eb1909695</id>
<content type='text'>
</content>
</entry>
</feed>
