summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_mac.num (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous - names use underscores and not hyphens.jsing2025-05-201-3/+3
|
* Add ML-KEM768 Hybrid Kems to obj_mac.numbeck2025-05-201-0/+3
| | | | ok tb@, joshua@
* Choose fixed NID for TLS1-PRFtb2024-07-091-0/+1
|
* Add id-ct-rpkiSignedPrefixList NIDjob2024-01-291-0/+1
| | | | | | | | References: https://datatracker.ietf.org/doc/draft-ietf-sidrops-rpki-prefixlist/ https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1 OK tb@
* Allocate a fixed NID for the acmeIdentifer OIDtb2024-01-271-0/+1
| | | | ok job jsing
* Add NIDs for truncated SHA-2, SHA-3 and related thingstb2023-04-251-0/+28
| | | | From jsing
* Add OID for RPKI signedTAL objectsjob2022-09-151-0/+1
| | | | | | | | | IANA made a permanent registration in the SMI Security for S/MIME CMS Content Type registry at https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1 for signed objects conforming to draft-ietf-sidrops-signed-tal. OK tb@
* Add NID for signingCertificateV2kn2022-07-161-0/+1
| | | | | | https://oidref.com/1.2.840.113549.1.9.16.2.47 OK tb
* Add NID for HKDFtb2022-05-051-0/+1
| | | | ok beck jsing
* Make the certificate transparency code build with the rest of the librarybeck2021-11-241-0/+4
| | | | | | Do not expose it yet, this will wait for an upcoming bump ok tb@
* Add ASPA OIDjob2021-11-091-0/+1
| | | | | | draft-ietf-sidrops-aspa-profile OK tb@
* Add tlsfeature NIDjob2021-10-261-0/+1
| | | | OK beck@ tb@
* Add BGPSec Router (RFC 8209) Key Purpose OIDjob2021-09-111-0/+1
| | | | OK tb@
* Add draft-ietf-sidrops-rpki-rsc OIDjob2021-05-091-0/+1
| | | | | | | | 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@
* Add OID for draft-ietf-opsawg-finding-geofeedsjob2021-02-031-0/+1
| | | | | | | | | 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@
* Add a bunch of RPKI OIDsjob2021-02-021-0/+12
| | | | | | | | | | | | | 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@
* Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.jsing2020-06-051-0/+2
| | | | | | | | Diff from Dmitry Baryshkov <dbaryshkov@gmail.com> Sponsored by ROSA Linux ok inoguchi@ tb@
* Add support for additional GOST curves.jsing2020-06-051-2/+8
| | | | | | | | | | | | | 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 <dbaryshkov@gmail.com> Sponsored by ROSA Linux. ok inoguchi@
* Provide NID for pSpecified.jsing2019-11-011-0/+1
| | | | ok tb@
* Add objects for ECDH schemes in RFC 5753.jsing2019-09-051-0/+12
| | | | | | Based on OpenSSL 1.1.1b. ok inoguchi@ tb@
* Allocate fixed NIDs for SM3/SM4.jsing2019-04-191-0/+12
|
* Provide object identifier for chacha20-poly1305.jsing2018-03-171-0/+1
|
* Provide object identifiers for TLS cipher suite key exchange andjsing2018-03-171-0/+8
| | | | authentication.
* Add definitions for three OIDs used in EV certificates.jsing2017-05-251-0/+3
| | | | From Kyle J. McKay <mackyle at gmail dot com>
* Add objects for X25519, X448, Ed25519 and Ed448.jsing2016-11-051-0/+6
| | | | ok miod@
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+12
| | | | | | | | | | | | 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.
* Update with recently added objects.jsing2014-05-011-0/+18
| | | | ok miod@
* resolve conflictsdjm2012-10-131-0/+27
|
* resolve conflicts, fix local changesdjm2010-10-011-0/+34
|
* resolve conflictsdjm2009-01-091-0/+2
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+66
|
* resolve conflictsdjm2008-09-061-0/+115
|
* resolve conflictsdjm2006-06-271-4/+12
|
* resolve conflictsdjm2005-04-291-0/+18
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+2
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+138
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-2/+119
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+392