<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/objects/obj_mac.num, 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>2020-06-05T17:28:56+00:00</updated>
<entry>
<title>Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.</title>
<updated>2020-06-05T17:28:56+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-06-05T17:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91aba1a4853d468c6ee1c44bd50f0179fc4776e7'/>
<id>urn:sha1:91aba1a4853d468c6ee1c44bd50f0179fc4776e7</id>
<content type='text'>
Diff from Dmitry Baryshkov &lt;dbaryshkov@gmail.com&gt;

Sponsored by ROSA Linux

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Add support for additional GOST curves.</title>
<updated>2020-06-05T17:12:09+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-06-05T17:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=372a12a5475c24c2858db2b25bf642082d1b6820'/>
<id>urn:sha1:372a12a5475c24c2858db2b25bf642082d1b6820</id>
<content type='text'>
These GOST curves are defined in RFC 7836 and draft-deremin-rfc4491-bis.
Add aliases for 256-bit GOST curves (see
draft-smyshlyaev-tls12-gost-suites) and rename the 512-bit curve ids to
follow names defined in tc26 OID registry.

Diff from Dmitry Baryshkov &lt;dbaryshkov@gmail.com&gt;

Sponsored by ROSA Linux.

ok inoguchi@
</content>
</entry>
<entry>
<title>Provide NID for pSpecified.</title>
<updated>2019-11-01T15:12:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-01T15:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=078a6f70b683a43155d6bf068e7b1144f9bb33e4'/>
<id>urn:sha1:078a6f70b683a43155d6bf068e7b1144f9bb33e4</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Add objects for ECDH schemes in RFC 5753.</title>
<updated>2019-09-05T16:17:48+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-09-05T16:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49e3f686691ba4f5712fac7d7ff6d2cdfc673cbb'/>
<id>urn:sha1:49e3f686691ba4f5712fac7d7ff6d2cdfc673cbb</id>
<content type='text'>
Based on OpenSSL 1.1.1b.

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Allocate fixed NIDs for SM3/SM4.</title>
<updated>2019-04-19T14:52:00+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-04-19T14:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=be3777d5a1a8feec1ef0a141b1696da4a94b43b0'/>
<id>urn:sha1:be3777d5a1a8feec1ef0a141b1696da4a94b43b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide object identifier for chacha20-poly1305.</title>
<updated>2018-03-17T14:37:41+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-03-17T14:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=960d488632b58b681175adcd0725411a8fc6e764'/>
<id>urn:sha1:960d488632b58b681175adcd0725411a8fc6e764</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide object identifiers for TLS cipher suite key exchange and</title>
<updated>2018-03-17T14:35:56+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-03-17T14:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b8a03b9918deab831df6192d7a4e9c6ae535a224'/>
<id>urn:sha1:b8a03b9918deab831df6192d7a4e9c6ae535a224</id>
<content type='text'>
authentication.
</content>
</entry>
<entry>
<title>Add definitions for three OIDs used in EV certificates.</title>
<updated>2017-05-25T17:00:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-25T17:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=343681bb25af657c7abf8de2d66eb4ad50161447'/>
<id>urn:sha1:343681bb25af657c7abf8de2d66eb4ad50161447</id>
<content type='text'>
From Kyle J. McKay &lt;mackyle at gmail dot com&gt;
</content>
</entry>
<entry>
<title>Add objects for X25519, X448, Ed25519 and Ed448.</title>
<updated>2016-11-05T20:01:54+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-11-05T20:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ae7c4d6707d71c0b28088f305ce5e4d6cb960032'/>
<id>urn:sha1:ae7c4d6707d71c0b28088f305ce5e4d6cb960032</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>GOST crypto algorithms (well, most of them), ported from the removed GOST</title>
<updated>2014-11-09T19:17:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-11-09T19:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=35d7dd4666beda50f5094b8804802132fbe722ef'/>
<id>urn:sha1:35d7dd4666beda50f5094b8804802132fbe722ef</id>
<content type='text'>
engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov;
libcrypto bits only for now.

This is a verbatim import of Dmitry's work, and does not compile in this
state; the forthcoming commits will address these issues.

None of the GOST code is enabled in libcrypto yet, for it still gets
compiled with OPENSSL_NO_GOST defined. However, the public header gost.h
will be installed.
</content>
</entry>
</feed>
