<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/objects, branch OPENBSD_7_0_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_0_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_0_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2021-09-11T13:31:31+00:00</updated>
<entry>
<title>Add BGPSec Router (RFC 8209) Key Purpose OID</title>
<updated>2021-09-11T13:31:31+00:00</updated>
<author>
<name>job</name>
<email></email>
</author>
<published>2021-09-11T13:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=08b230186e0fd125a82664490d49f98aeb69a858'/>
<id>urn:sha1:08b230186e0fd125a82664490d49f98aeb69a858</id>
<content type='text'>
OK tb@
</content>
</entry>
<entry>
<title>Remove assignment of value that is never read.</title>
<updated>2021-09-01T09:42:28+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2021-09-01T09:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=37fd1c274ea6c913ab52a31b11905b4e8d04c71c'/>
<id>urn:sha1:37fd1c274ea6c913ab52a31b11905b4e8d04c71c</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Adjust libcrypto obj_xref.txt to obj_xref.h</title>
<updated>2021-05-19T10:12:55+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2021-05-19T10:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a6ca3b8b36dd7498be76015c0dab5880a146f39'/>
<id>urn:sha1:0a6ca3b8b36dd7498be76015c0dab5880a146f39</id>
<content type='text'>
To generate current obj_xref.h, third item of lines
id_tc26_signwithdigest_gost3410_2012_256/512 should be id_GostR3410_2001.

obj_xref.txt r1.2 and obj_xref.h r1.3 were committed at the same time,
and these third item were coded different value each other.

This adjusts obj_xref.txt to current obj_xref.h.

ok tb@
</content>
</entry>
<entry>
<title>Improve libcrypto obj_xref.h generator</title>
<updated>2021-05-14T10:50:55+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2021-05-14T10:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3d3fbcdba5ed79744bf21d05ef7c18014c3b4ac'/>
<id>urn:sha1:d3d3fbcdba5ed79744bf21d05ef7c18014c3b4ac</id>
<content type='text'>
Modify objxref.pl to output $OpenBSD$ header and
__BEGIN_HIDDEN_DECLS / __END_HIDDEN_DECLS .

ok and comment from tb@
</content>
</entry>
<entry>
<title>Add obj_xref for ECDH schemes in RFC 5753</title>
<updated>2021-05-12T10:24:39+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2021-05-12T10:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d5eaea25812609d8fe53fec77426c4ab0ba2b01'/>
<id>urn:sha1:4d5eaea25812609d8fe53fec77426c4ab0ba2b01</id>
<content type='text'>
Found missing sigoid_srt record in crypto/objects/obj_xref.h, and
this causes error while executing openssl cms -encrypt with EC key/cert.
Added required definitions to obj_xref.txt and obj_xref.h.

Issue reported by Theodore Wynnychenko (tmw &lt;at&gt; uchicago.edu) on misc.

ok tb@
</content>
</entry>
<entry>
<title>Add draft-ietf-sidrops-rpki-rsc OID</title>
<updated>2021-05-09T19:50:14+00:00</updated>
<author>
<name>job</name>
<email></email>
</author>
<published>2021-05-09T19:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=540ea0c67918307fd70845e53d8e5f936e723d16'/>
<id>urn:sha1:540ea0c67918307fd70845e53d8e5f936e723d16</id>
<content type='text'>
Listed under 'SMI Security for S/MIME CMS Content Type
(1.2.840.113549.1.9.16.1)'
https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1

OK tb@
</content>
</entry>
<entry>
<title>Add OID for draft-ietf-opsawg-finding-geofeeds</title>
<updated>2021-02-03T12:52:05+00:00</updated>
<author>
<name>job</name>
<email></email>
</author>
<published>2021-02-03T12:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=281cf5fb54729c195620c8405d0e7e34055ddc35'/>
<id>urn:sha1:281cf5fb54729c195620c8405d0e7e34055ddc35</id>
<content type='text'>
https://tools.ietf.org/html/draft-ietf-opsawg-finding-geofeeds describes
a mechanism to authenticate RFC 8805 Geofeed data files through the RPKI.

OpenSSL counterpart https://github.com/openssl/openssl/pull/14050

OK tb@ jsing@
</content>
</entry>
<entry>
<title>Add a bunch of RPKI OIDs</title>
<updated>2021-02-02T13:58:26+00:00</updated>
<author>
<name>job</name>
<email></email>
</author>
<published>2021-02-02T13:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8a167428c253c3c33efd525dfbb99e6c0809f0de'/>
<id>urn:sha1:8a167428c253c3c33efd525dfbb99e6c0809f0de</id>
<content type='text'>
RFC6482 - A Profile for Route Origin Authorizations (ROAs)
RFC6484 - Certificate Policy (CP) for the RPKI
RFC6493 - The RPKI Ghostbusters Record
RFC8182 - The RPKI Repository Delta Protocol (RRDP)
RFC8360 - RPKI Validation Reconsidered
draft-ietf-sidrops-rpki-rta - A profile for RTAs

Also in OpenSSL: https://github.com/openssl/openssl/commit/d3372c2f35495d0c61ab09daf7fba3ecbbb595aa

OK sthen@ tb@ jsing@
</content>
</entry>
<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>
</feed>
