aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.txt
Commit message (Collapse)AuthorAgeFilesLines
* Review commentsKurt Roeckx2016-03-111-2/+2
| | | | | Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add blake2 support.Bill Cox2016-03-111-0/+3
| | | | | Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add cipher query functionsTodd Short2016-03-081-0/+22
| | | | | | | Add functions to determine authentication, key-exchange, FIPS and AEAD. Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-0/+3
| | | | | | | | | | This patch implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. It is required to implement the QUIC and TLS 1.3 protocols (among others). Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* Rename OIDs.Dr. Stephen Henson2016-02-281-4/+2
| | | | | | | | Use standard X25519 and X448 names for OIDs. Delete EdDSA OIDs: for now they wont be used and EdDSA may use a different format. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org>
* Add Curve OIDs from draft-josefsson-pkix-newcurvesDr. Stephen Henson2016-02-041-0/+7
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* RT2752: Add some EKU OID'sRich Salz2016-02-031-0/+15
| | | | | | And some others found in the Internet. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* RT2353: Add ipsec IKE OIDRich Salz2016-02-021-0/+2
| | | | Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* Add TLS PRF method.Dr. Stephen Henson2016-01-191-0/+3
| | | | | | Add EVP_PKEY algorithm for TLS1 PRF. Reviewed-by: Matt Caswell <matt@openssl.org>
* Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling2015-12-101-0/+1
| | | | | | | | Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Dr. Stephen Henson <steve@openssl.org> GH: #495, MR: #1435
* Add ChaCha20-Poly1305 and ChaCha20 NIDs.Andy Polyakov2015-12-101-0/+2
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* New cipher and cipher modes standardized in RussiaDmitry Belyavskiy2015-10-051-0/+11
| | | | | | | | This change introduces short names and NIDs for Russian GOST ciphers according to GOST R 34.13-2015 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Add new GOST OIDsDmitry Belyavsky2015-08-171-0/+51
| | | | | | | Add new OIDs for latest GOST updates Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson2015-05-211-0/+3
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* ZLIB compression deserves a better commentRichard Levitte2015-05-061-1/+1
| | | | | | What could be better than to refer to the RFC that defines it? Reviewed-by: Stephen Henson <steve@openssl.org>
* Remove the last traces of the fake RLE compressionRichard Levitte2015-05-051-2/+0
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* fix various typo'sRich Salz2015-05-031-1/+1
| | | | | | | | https://github.com/openssl/openssl/pull/176 (CHANGES) https://rt.openssl.org/Ticket/Display.html?id=3545 (objects.txt) https://rt.openssl.org/Ticket/Display.html?id=3796 (verify.pod) Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT937: Enable pilotAttributeType uniqueIdentifierRich Salz2015-02-121-2/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add more Camellia OIDs.Andy Polyakov2015-02-111-0/+12
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add EVP support for OCB modeMatt Caswell2014-12-081-0/+3
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* CABForum EV OIDs for Subject Jurisdiction of Incorporation or Registration.Rob Stradling2014-02-261-0/+7
|
* Show the contents of the RFC6962 Signed Certificate Timestamp List ↵Rob Stradling2014-02-141-0/+6
| | | | | | Certificate/OCSP Extensions. Add the RFC6962 OIDs to the objects table.
* Add new OIDs from RFC5753Dr. Stephen Henson2013-07-171-0/+19
| | | | | Add OIDs for KDF schemes from RFC5753 and add cross references for each type and the appropriate digest to use.
* Add new OID to pSpecified from PKCS#1Dr. Stephen Henson2013-06-211-0/+1
|
* Add AES-SHA256 stitch.Andy Polyakov2013-05-131-0/+3
|
* PR: 2239Dr. Stephen Henson2012-04-221-0/+20
| | | | | | | | Submitted by: Dominik Oepen <oepen@informatik.hu-berlin.de> Add Brainpool curves from RFC5639. Original patch by Annie Yousar <a.yousar@informatik.hu-berlin.de>
* incomplete provisional OAEP CMS decrypt supportDr. Stephen Henson2012-01-021-0/+1
|
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-0/+2
| | | | RFC5114 parameters and X9.42 DH public and private keys.
* Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2011-08-231-0/+6
|
* Provisional AES XTS support.Dr. Stephen Henson2011-04-121-0/+2
|
* Add PSS algorithm printing. This is an initial step towards full PSS support.Dr. Stephen Henson2010-03-061-0/+3
| | | | Uses ASN1 module in Martin Kaiser's PSS patch.
* add anyExtendedKeyUsage OIDDr. Stephen Henson2010-02-241-0/+4
|
* Add assigned OIDs, as well as "anonymous" ones for AES counter mode.Andy Polyakov2010-02-231-4/+18
|
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-0/+2
|
* PR: 2149Dr. Stephen Henson2010-01-251-1/+1
| | | | | | Submitted by: Douglas Stebila <douglas@stebila.ca> Fix wap OIDs.
* Add OID for PWRI KEK algorithm.Dr. Stephen Henson2009-11-251-0/+1
|
* Update from stable branch.Dr. Stephen Henson2009-03-251-4/+38
|
* Add permanentIdentifier OID.Dr. Stephen Henson2008-10-221-0/+1
|
* Add support for freshest CRL extension.Dr. Stephen Henson2008-08-271-0/+2
|
* Update from stable branch.Dr. Stephen Henson2008-06-261-0/+1
|
* Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson2008-03-191-0/+1
| | | | | | | Add id-ct-asciiTextWithCRLF OID. Give more meaninful error message is attempt to use key ID from a certificate without a key ID.
* Produce meaningful error if sanity check fails.Dr. Stephen Henson2008-03-191-1/+1
| | | | | | Delete trailing whitespace from objects.txt Delete duplicate NIDs.
* Partial support for KEKRecipientInfo type.Dr. Stephen Henson2008-03-171-0/+4
|
* We already have an object for "zlib compression" but it was a placeDr. Stephen Henson2008-02-291-2/+1
| | | | | | | | | | holder and its actual encoding never used. Just as well because it's value looks like it was made up in the mists of time... Now there is a registered value for zlib compression (used in S/MIME compressedData content type) use that instead.
* Add OIDs for compressedData content type and zlib compression.Dr. Stephen Henson2008-02-121-0/+2
|
* Fix from stable branch.Dr. Stephen Henson2007-11-231-1/+1
|
* Add caRepository OID and sync object NIDs with OpenSSL 0.9.8.Dr. Stephen Henson2007-11-231-0/+1
|
* Add OIDs by CMP (RFC 4210) and CRMF (RFC 4211)Lutz Jänicke2007-11-011-0/+9
| | | | Submitted by: Martin Peylo <martinmeis@googlemail.com>
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-1/+2
| | | | Submitted by: Victor B. Wagner <vitus@cryptocom.ru>
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+10
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller