<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/evp/p_lib.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-03-17T18:17:45+00:00</updated>
<entry>
<title>Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still</title>
<updated>2019-03-17T18:17:45+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-03-17T18:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1cff79a11e003c54fb26944575ab3013366508d'/>
<id>urn:sha1:d1cff79a11e003c54fb26944575ab3013366508d</id>
<content type='text'>
freely licensed.

From jsing
</content>
</entry>
<entry>
<title>Add a const qualifier to the argument of EVP_PKEY_size().</title>
<updated>2018-05-30T15:40:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-30T15:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab8347d6b3d1d095f308d5d9bde3c6bc7e2a6db6'/>
<id>urn:sha1:ab8347d6b3d1d095f308d5d9bde3c6bc7e2a6db6</id>
<content type='text'>
tested in a bulk build by sthen
ok jsing
</content>
</entry>
<entry>
<title>Add a const qualifier to the argument of EVP_PKEY_get0(3).</title>
<updated>2018-05-13T06:38:46+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T06:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a3b9e562fad53ef54436c89d659bc6d9f57946f7'/>
<id>urn:sha1:a3b9e562fad53ef54436c89d659bc6d9f57946f7</id>
<content type='text'>
tested in a bulk build by sthen
ok beck (as part of a larger diff)
</content>
</entry>
<entry>
<title>Add a const qualifier to the argument of EVP_PKEY_bits(3).</title>
<updated>2018-05-13T06:37:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T06:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=67a5887b5657ca7a8d1df7226f29797a4a68ff94'/>
<id>urn:sha1:67a5887b5657ca7a8d1df7226f29797a4a68ff94</id>
<content type='text'>
tested in a bulk build by sthen
ok beck (as part of a larger diff)
</content>
</entry>
<entry>
<title>make ENGINE_finish() succeed on NULL and simplify callers as in</title>
<updated>2018-04-14T07:09:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-04-14T07:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0c5418014797b1fadca3f270eb2f140fd6f5bdf8'/>
<id>urn:sha1:0c5418014797b1fadca3f270eb2f140fd6f5bdf8</id>
<content type='text'>
OpenSSL commit 7c96dbcdab9 by Rich Salz.

This cleans up the caller side quite a bit and reduces the number of
lines enclosed in #ifndef OPENSSL_NO_ENGINE.  codesearch.debian.net
shows that almost nothing checks the return value of ENGINE_finish().
While there, replace a few nearby 'if (!ptr)' with 'if (ptr == NULL)'.

ok jsing, tested by &amp; ok inoguchi
</content>
</entry>
<entry>
<title>Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics.</title>
<updated>2018-02-20T18:05:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-02-20T18:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bbf99f2760e8b676a94d4edac786dcf8b03fd1ce'/>
<id>urn:sha1:bbf99f2760e8b676a94d4edac786dcf8b03fd1ce</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),</title>
<updated>2018-02-17T13:47:36+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-02-17T13:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbfe5db25186968deb518dba39952191d6027694'/>
<id>urn:sha1:fbfe5db25186968deb518dba39952191d6027694</id>
<content type='text'>
EVP_PKEY_get0_{DH,DSA,RSA}(), RSA_{g,s}et0_key().

ok jsing
</content>
</entry>
<entry>
<title>Provide EVP_PKEY_up_ref().</title>
<updated>2018-02-14T16:40:42+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-14T16:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d0add6a70af76991d2ca0bca0cbcd17ca489241d'/>
<id>urn:sha1:d0add6a70af76991d2ca0bca0cbcd17ca489241d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
<entry>
<title>No need to include asn1_mac.h here.</title>
<updated>2014-07-12T22:26:01+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-12T22:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e0fe7621bce09dd6ba62ddb9889bc82d64e677f7'/>
<id>urn:sha1:e0fe7621bce09dd6ba62ddb9889bc82d64e677f7</id>
<content type='text'>
</content>
</entry>
</feed>
