<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/rsa/rsa_ameth.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-20T10:46:17+00:00</updated>
<entry>
<title>Fix rsa key output format</title>
<updated>2019-11-20T10:46:17+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-11-20T10:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98949c57a07fcf753f56e9f6e572f3dc79b5e27d'/>
<id>urn:sha1:98949c57a07fcf753f56e9f6e572f3dc79b5e27d</id>
<content type='text'>
This fixes openssl(1) rsa -text output format

ok tb@
</content>
</entry>
<entry>
<title>Bring back some icky buffer allocation code so that pkey_rsa_print()</title>
<updated>2019-11-02T14:35:48+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-02T14:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=48e03a20f2d4b9b96bc2569994b253519a1b34e7'/>
<id>urn:sha1:48e03a20f2d4b9b96bc2569994b253519a1b34e7</id>
<content type='text'>
works again with the horrific API that is ASN1_bn_print().

Issue spotted by inoguchi@
</content>
</entry>
<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>Add consts to EVP_PKEY_asn1_set_private()</title>
<updated>2018-08-24T20:22:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-08-24T20:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9a3c83c03543369636a655128b69d56eb619b83'/>
<id>urn:sha1:b9a3c83c03543369636a655128b69d56eb619b83</id>
<content type='text'>
Requires adding a const to the priv_decode() member of
EVP_PKEY_ASN1_METHOD and adjusting all *_priv_decode()
functions. All this is already documented this way.

tested in a bulk build by sthen
ok jsing
</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>Expand ASN1_ITEM_rptr macros - no change in generated assembly.</title>
<updated>2016-12-30T15:47:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-30T15:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19f5bc5369a8920072dcf66ff2aa6e1b7cc62b85'/>
<id>urn:sha1:19f5bc5369a8920072dcf66ff2aa6e1b7cc62b85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unifdef OPENSSL_NO_CMS</title>
<updated>2016-10-19T16:49:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-10-19T16:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2a3b8c956b102b5686a0e8569612a0edb275f365'/>
<id>urn:sha1:2a3b8c956b102b5686a0e8569612a0edb275f365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for OpenSSL CVE-2015-3194</title>
<updated>2015-12-03T23:03:10+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-12-03T23:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=036437dc5cb1f4dc5cd7598c76ab6c3a043a7623'/>
<id>urn:sha1:036437dc5cb1f4dc5cd7598c76ab6c3a043a7623</id>
<content type='text'>
ok krw@
</content>
</entry>
</feed>
