<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/Symbols.list, 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>Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.</title>
<updated>2019-11-02T13:47:41+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-02T13:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9bcb8be561ef8d77fc1dcbf6ea55bd3ce5a84757'/>
<id>urn:sha1:9bcb8be561ef8d77fc1dcbf6ea55bd3ce5a84757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make RSA_OAEP_PARAMs public.</title>
<updated>2019-11-02T13:44:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-02T13:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f9a2246b4d1ab4a5877c32889433673a39dbb56'/>
<id>urn:sha1:4f9a2246b4d1ab4a5877c32889433673a39dbb56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable CMS in LibreSSL.</title>
<updated>2019-11-02T13:38:04+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-02T13:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=febb3aef76a0edfd6172dd0ce765a77802118e4a'/>
<id>urn:sha1:febb3aef76a0edfd6172dd0ce765a77802118e4a</id>
<content type='text'>
ok bcook@ deraadt@ inoguchi@ job@ tb@
</content>
</entry>
<entry>
<title>Provide RSA_pkey_ctx_ctrl().</title>
<updated>2019-10-24T15:47:15+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-10-24T15:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=952910b85d29ed474db8c76e4d46c1bd2dabc27b'/>
<id>urn:sha1:952910b85d29ed474db8c76e4d46c1bd2dabc27b</id>
<content type='text'>
This is a wrapper around EVP_PKEY_CTX_ctrl() which requires the key to be
either RSA or RSA-PSS.

From OpenSSL 1.1.1d.

ok tb@
</content>
</entry>
<entry>
<title>provide getters and setters for the RSA_METHOD interface</title>
<updated>2019-06-05T15:41:33+00:00</updated>
<author>
<name>gilles</name>
<email></email>
</author>
<published>2019-06-05T15:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9726b0d68faa6893b67a94e7e23aaba30e342d10'/>
<id>urn:sha1:9726b0d68faa6893b67a94e7e23aaba30e342d10</id>
<content type='text'>
ok tb@, jsing@, sthen@
</content>
</entry>
<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>Provide EVP_aes_{128,192,256}_wrap(). This is a compatible</title>
<updated>2019-03-17T18:07:41+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-03-17T18:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9651ec05f00bf3384031fb7428d88d3daf1e1139'/>
<id>urn:sha1:9651ec05f00bf3384031fb7428d88d3daf1e1139</id>
<content type='text'>
implementation based on the one in OpenSSL 1.0.2r which is
still freely licensed.

The functions are undocumented in OpenSSL. To use them, one
needs to set the undocumented EVP_CIPHER_CTX_FLAG_WRAP_ALLOW
flag on the EVP_CIPHER_CTX.

resolves #505

ok jsing
</content>
</entry>
<entry>
<title>Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.</title>
<updated>2019-03-17T17:42:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-03-17T17:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=83706f88f1f845458a32eb6c86da86d667e28f1b'/>
<id>urn:sha1:83706f88f1f845458a32eb6c86da86d667e28f1b</id>
<content type='text'>
This is an ISC licensed version based on the sources by Ribose Inc
that were ported to OpenSSL in 2017.

Patch from Daniel Wyatt with minor tweaks.
ok inoguchi, jsing
</content>
</entry>
<entry>
<title>Add missing symbols from the EC_KEY_METHOD port.</title>
<updated>2019-01-22T01:06:45+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-01-22T01:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5bcf112b6415a5cd571e1429f9d206e00660c059'/>
<id>urn:sha1:5bcf112b6415a5cd571e1429f9d206e00660c059</id>
<content type='text'>
Reported by bcook and sthen
</content>
</entry>
</feed>
