summaryrefslogtreecommitdiffstats
path: root/crypto/objects
AgeCommit message (Expand)Author
2018-08-10Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFCPauli
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli
2018-06-08New GOST identificatorsDmitry Belyavskiy
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-15Missings OIDs for XTS added.Pauli
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2018-03-12Add OIDs for DSTU-4145gmile
2018-03-07Add GOST OIDs for Edwards parameter setsSergey Zhuravlev
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-02-27Make some perl scripts output to stdoutRich Salz
2018-02-27Update copyright yearMatt Caswell
2018-02-13Generate copyright year properlyRich Salz
2018-02-13Update copyright yearMatt Caswell
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-24SHA512/224 and SHA512/256Pauli
2017-12-08Fix an incoherent test.FdaSilvaYY
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson
2017-10-12make updateDr. Stephen Henson
2017-10-12Add objects for RFC7919 parametersDr. Stephen Henson
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-11objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.Andy Polyakov
2017-09-11objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-07-07Trivial bounds checking.Pauli
2017-07-05Add two trivial fixes from old commitsRich Salz
2017-07-05Undo commit 0755217Rich Salz
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov
2017-07-03objects/objects.txt: add SHA3 OIDs.Andy Polyakov
2017-06-26Rename static global "lock" to "obj_lock"Rich Salz
2017-06-22Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY
2017-06-07make error tables const and separate header fileRich Salz
2017-06-07Add a lock around the OBJ_NAME tableRich Salz
2017-05-31Add some OID's from X.520Erwann Abalea
2017-05-30Add ED25519 as signature OIDDr. Stephen Henson