<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/objects/objects.txt, branch libressl-v2.7.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.7.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.7.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-03-17T14:37:41+00:00</updated>
<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>Fix typo in issuingDistributionPoint description.</title>
<updated>2017-02-28T14:09:41+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-02-28T14:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0fc1ecba8b07a85745508a25f9b6ef8d408033eb'/>
<id>urn:sha1:0fc1ecba8b07a85745508a25f9b6ef8d408033eb</id>
<content type='text'>
</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>
<entry>
<title>Provide an EVP implementation for ChaCha.</title>
<updated>2014-05-01T16:06:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-01T16:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=153a5db2415eab53516934442ba06234728920d8'/>
<id>urn:sha1:153a5db2415eab53516934442ba06234728920d8</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>Add support for the french ANSSI FRP256v1 elliptic curve.</title>
<updated>2014-05-01T11:29:18+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-01T11:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9200af331902481ff4dd25e2d6670035e5f42472'/>
<id>urn:sha1:9200af331902481ff4dd25e2d6670035e5f42472</id>
<content type='text'>
While not to be considered a good choice of elliptic curve (refer to
http://safecurves.cr.yp.to/ for more details), it is nevertheless deemed a
good decision to allow developers with requirements to use such a curve,
to be able to do this via a crypto library allowing for much better choices
to be made, without having to change (much of) their code to get better crypto.

ok beck@ deraadt@
</content>
</entry>
<entry>
<title>Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.</title>
<updated>2014-05-01T11:13:26+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-01T11:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9dd0367cf85a93773fcf58bec09bb287c3249477'/>
<id>urn:sha1:9dd0367cf85a93773fcf58bec09bb287c3249477</id>
<content type='text'>
Be sure to rerun `make includes' after updating.
ok tedu@ beck@ deraadt@
</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>
