<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/rsa/rsa_err.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-01T15:13:05+00:00</updated>
<entry>
<title>Add RSA CMS support.</title>
<updated>2019-11-01T15:13:05+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-01T15:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17858cdeb078e907ebcaa79e63db7926fc9540db'/>
<id>urn:sha1:17858cdeb078e907ebcaa79e63db7926fc9540db</id>
<content type='text'>
From OpenSSL 1.1.1d.

ok tb@
</content>
</entry>
<entry>
<title>Update RSA ASN.1 code to handle RSA-PSS.</title>
<updated>2019-11-01T03:45:13+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-01T03:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aa6bf6cdd35969680ddc4295131946553be74e62'/>
<id>urn:sha1:aa6bf6cdd35969680ddc4295131946553be74e62</id>
<content type='text'>
From OpenSSL 1.1.1d.

ok tb@
</content>
</entry>
<entry>
<title>Add support for RSA-PSS.</title>
<updated>2019-10-31T13:56:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-10-31T13:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e315891db19cf5426d8ed7e36da5a27a1e81bb78'/>
<id>urn:sha1:e315891db19cf5426d8ed7e36da5a27a1e81bb78</id>
<content type='text'>
From OpenSSL 1.1.1d.

ok inoguchi@
</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>Regen</title>
<updated>2015-02-15T14:35:30+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-15T14:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abd73a522ddcc1102ca86cc090873f4547b8bb41'/>
<id>urn:sha1:abd73a522ddcc1102ca86cc090873f4547b8bb41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly include &lt;openssl/opensslconf.h&gt; in every file that references</title>
<updated>2014-07-10T22:45:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62348213609ef233110561d1a6ed67ad66df1c7e'/>
<id>urn:sha1:62348213609ef233110561d1a6ed67ad66df1c7e</id>
<content type='text'>
an OPENSSL_NO_* define. This avoids relying on something else pulling it
in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is
never going to do anything, since OPENSSL_NO_XYZ will never defined, due
to the fact that opensslconf.h has not been included.

This also includes some miscellaneous sorting/tidying of headers.
</content>
</entry>
<entry>
<title>More KNF.</title>
<updated>2014-07-09T19:51:38+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-09T19:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9f5088f843373ee3f7e11ec07d41f4e6af221f80'/>
<id>urn:sha1:9f5088f843373ee3f7e11ec07d41f4e6af221f80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RSA_NULL used to be a compile option allowing the RSA interfaces to be</title>
<updated>2014-07-09T08:44:53+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-09T08:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8aaccb2b363c116445366eb5a3873e444308d101'/>
<id>urn:sha1:8aaccb2b363c116445366eb5a3873e444308d101</id>
<content type='text'>
compiled-in, with nonfunctional code, to be able to cope with the RSA
patent.

However, we don't use this option, and the RSA patent has expired more than 10
years ago, so just drop this piece.
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2012-10-13T21:25:14+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=942650cdef05a877200cb7aff3a075935a5fd0cd'/>
<id>urn:sha1:942650cdef05a877200cb7aff3a075935a5fd0cd</id>
<content type='text'>
</content>
</entry>
</feed>
