<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/rsa, branch libressl-v3.7.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.7.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.7.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-11-26T16:08:57+00:00</updated>
<entry>
<title>Make internal header file names consistent</title>
<updated>2022-11-26T16:08:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-26T16:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81d98bf600a381a625eb11b39a725b08c0ba547f'/>
<id>urn:sha1:81d98bf600a381a625eb11b39a725b08c0ba547f</id>
<content type='text'>
Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names
used for internal headers. Move all these headers we inherited from
OpenSSL to *_local.h, reserving the name *_internal.h for our own code.
Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h.
constant_time_locl.h is moved to constant_time.h since it's special.

Adjust all .c files in libcrypto, libssl and regress.

The diff is mechanical with the exception of tls13_quic.c, where
#include &lt;ssl_locl.h&gt; was fixed manually.

discussed with jsing,
no objection bcook
</content>
</entry>
<entry>
<title>Rename out to err to conform with standard naming scheme.</title>
<updated>2022-11-08T19:19:08+00:00</updated>
<author>
<name>tobhe</name>
<email></email>
</author>
<published>2022-11-08T19:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a5195c13749bf0e10b711f52968812b162d445f9'/>
<id>urn:sha1:a5195c13749bf0e10b711f52968812b162d445f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix leak of pk if EVP_PKEY_set1_RSA() fails.</title>
<updated>2022-11-08T12:59:36+00:00</updated>
<author>
<name>tobhe</name>
<email></email>
</author>
<published>2022-11-08T12:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f38f20011f7d017967e0326b428bfb3eccc363a3'/>
<id>urn:sha1:f38f20011f7d017967e0326b428bfb3eccc363a3</id>
<content type='text'>
Found with CodeChecker
feedback and ok tb@
</content>
</entry>
<entry>
<title>Remove mkerr.pl remnants from LibreSSL</title>
<updated>2022-07-12T14:42:50+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2022-07-12T14:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=89e42d5857196a8071fbafb5565388d0e20ec32b'/>
<id>urn:sha1:89e42d5857196a8071fbafb5565388d0e20ec32b</id>
<content type='text'>
This script is not used at all and files are edited by hand instead.
Thus remove misleading comments incl. the obsolete script/config.

Feedback OK jsing tb
</content>
</entry>
<entry>
<title>Expose new API in headers.</title>
<updated>2022-07-07T13:01:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-07T13:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7986c6c16406e5ad9f53a49107428df9f9fd70c1'/>
<id>urn:sha1:7986c6c16406e5ad9f53a49107428df9f9fd70c1</id>
<content type='text'>
These are mostly security-level related, but there are also ASN1_TIME
and ASN_INTEGER functions here, as well as some missing accessors.

ok jsing
</content>
</entry>
<entry>
<title>Sync with changes in dsa_meth.c</title>
<updated>2022-07-04T12:23:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-04T12:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2d7685f29053ee610c51acec295f4b471d306b26'/>
<id>urn:sha1:2d7685f29053ee610c51acec295f4b471d306b26</id>
<content type='text'>
pointed out by jsing
</content>
</entry>
<entry>
<title>Prepare to provide EVP_PKEY_security_bits()</title>
<updated>2022-06-27T12:36:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-06-27T12:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a9b1012fb6b57946e4cf3ee7b795a4bdcb905cc'/>
<id>urn:sha1:3a9b1012fb6b57946e4cf3ee7b795a4bdcb905cc</id>
<content type='text'>
This also provides a pkey_security_bits member to the PKEY ASN.1 methods
and a corresponding setter EVP_PKEY_asn1_set_security_bits().

ok beck jsing
</content>
</entry>
<entry>
<title>Prepare to provide RSA_security_bits()</title>
<updated>2022-06-27T12:30:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-06-27T12:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8674f39abf2f430ca49e5a5422d35c5e540a8f44'/>
<id>urn:sha1:8674f39abf2f430ca49e5a5422d35c5e540a8f44</id>
<content type='text'>
ok beck jsing
</content>
</entry>
<entry>
<title>Fix a buffer overread in OAEP padding removal</title>
<updated>2022-02-20T19:16:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-20T19:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7628b3cbf8e092fc94951499208d3a7c349c590c'/>
<id>urn:sha1:7628b3cbf8e092fc94951499208d3a7c349c590c</id>
<content type='text'>
This only occurs on very small payloads and tightly allocated buffers
that don't usually occur in practice.

This is OpenSSL f61c6804

ok inoguchi jsing
</content>
</entry>
<entry>
<title>Fix check for BN_mod_inverse_ct return value</title>
<updated>2022-01-20T11:12:14+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2022-01-20T11:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ca471b8e14d63d9b7059b86938ef989ff0857db'/>
<id>urn:sha1:1ca471b8e14d63d9b7059b86938ef989ff0857db</id>
<content type='text'>
ok jsing@ millert@ tb@
</content>
</entry>
</feed>
