<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/rsa/rsa_eay.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-11-02T13:52:31+00:00</updated>
<entry>
<title>Provide RSA_PKCS1_OpenSSL().</title>
<updated>2019-11-02T13:52:31+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-02T13:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c72af398bcb2f4905b50efd0dde5bd1cb0b8c42'/>
<id>urn:sha1:6c72af398bcb2f4905b50efd0dde5bd1cb0b8c42</id>
<content type='text'>
Prompted by inoguchi@
</content>
</entry>
<entry>
<title>Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related</title>
<updated>2017-08-28T17:41:59+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-08-28T17:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0382c9253ad062352e3b0e86758368e59d99d3ba'/>
<id>urn:sha1:0382c9253ad062352e3b0e86758368e59d99d3ba</id>
<content type='text'>
code. We removed SSLv2/SSLv3 a long time ago...

Discussed with doug@
</content>
</entry>
<entry>
<title>use freezero() instead of memset/explicit_bzero + free.  Substantially</title>
<updated>2017-05-02T03:59:45+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-05-02T03:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5904cc0e04409fde39a97e6580535da34eeb4291'/>
<id>urn:sha1:5904cc0e04409fde39a97e6580535da34eeb4291</id>
<content type='text'>
reduces conditional logic (-218, +82).

MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH cache alignment calculation bn/bn_exp.c
wasn'tt quite right.  Two other tricky bits with ASN1_STRING_FLAG_NDEF and
BN_FLG_STATIC_DATA where the condition cannot be collapsed completely.

Passes regress.  ok beck
</content>
</entry>
<entry>
<title>revert previous accidental commit</title>
<updated>2017-04-28T22:46:40+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-28T22:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1a022d2b7f958fffe8e920e5510d226f01a2b3d0'/>
<id>urn:sha1:1a022d2b7f958fffe8e920e5510d226f01a2b3d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2017-04-28T22:38:51+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-28T22:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3ff740b7de3b8362cbe53c139cf85019ce7378c'/>
<id>urn:sha1:f3ff740b7de3b8362cbe53c139cf85019ce7378c</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>Split out BN_div and BN_mod into ct and nonct versions for Internal use.</title>
<updated>2017-01-21T10:38:29+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-21T10:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=55a172a1ed5b0cd8f7de3628fcc2e56df6716d59'/>
<id>urn:sha1:55a172a1ed5b0cd8f7de3628fcc2e56df6716d59</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Make explicit _ct and _nonct versions of bn_mod_exp funcitons that</title>
<updated>2017-01-21T09:38:59+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-21T09:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a0a595cda97de2b217b0582cfa601ee4c746bfce'/>
<id>urn:sha1:a0a595cda97de2b217b0582cfa601ee4c746bfce</id>
<content type='text'>
matter for constant time, and make the public interface only used
external to the library.

This moves us to a model where the important things are constant time
versions unless you ask for them not to be, rather than the opposite.
I'll continue with this method by method.

Add regress tests for same.
ok jsing@
</content>
</entry>
<entry>
<title>missing space after comma</title>
<updated>2016-09-09T11:39:11+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2016-09-09T11:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=22e95b7d03022ed099f6513dae3059f9c3d85af1'/>
<id>urn:sha1:22e95b7d03022ed099f6513dae3059f9c3d85af1</id>
<content type='text'>
(this was apparently lost during the repo surgery)

ok bcook
</content>
</entry>
<entry>
<title>call BN_init on temporaries to avoid use-before-set warnings</title>
<updated>2016-07-07T11:53:12+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-07-07T11:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=db57abec05ccea8ab13e008bbc745b4c3a07cd3d'/>
<id>urn:sha1:db57abec05ccea8ab13e008bbc745b4c3a07cd3d</id>
<content type='text'>
ok beck@
</content>
</entry>
</feed>
