aboutsummaryrefslogtreecommitdiff
path: root/crypto/objects
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Make OBJ_NAME case insensitive.Pauli1-15/+14
2018-08-10Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFCPauli1-1/+1
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov1-3/+2
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli3-5/+21
2018-06-08New GOST identificatorsDmitry Belyavskiy3-5/+136
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY2-2/+5
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz2-3/+6
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd3-11/+19
2018-03-15Missings OIDs for XTS added.Pauli3-397/+417
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell1-1/+1
2018-03-12Add OIDs for DSTU-4145gmile3-5/+155
2018-03-07Add GOST OIDs for Edwards parameter setsSergey Zhuravlev3-5/+26
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell2-1/+3
2018-02-27Make some perl scripts output to stdoutRich Salz2-40/+40
2018-02-27Update copyright yearMatt Caswell3-3/+3
2018-02-13Generate copyright year properlyRich Salz5-7/+25
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2018-01-24SHA512/224 and SHA512/256Pauli3-5/+19
2017-12-08Fix an incoherent test.FdaSilvaYY1-6/+13
2017-11-11Many spelling fixes/typo's corrected.Josh Soref2-3/+3
2017-11-06SM3: Add SM3 hash functionJack Lloyd3-5/+20
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse3-7/+84
2017-10-18Remove parentheses of return.KaoruToda1-4/+4
2017-10-16added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson3-6/+20
2017-10-12make updateDr. Stephen Henson2-3/+23
2017-10-12Add objects for RFC7919 parametersDr. Stephen Henson1-0/+7
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-2/+1
2017-09-11objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.Andy Polyakov2-0/+12
2017-09-11objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov3-6/+6
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett3-5/+48
2017-08-30e_os.h removal from other headers and source files.Pauli1-2/+2
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-6/+6
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2-3/+4
2017-07-07Trivial bounds checking.Pauli1-56/+56
2017-07-05Add two trivial fixes from old commitsRich Salz1-0/+1
2017-07-05Undo commit 0755217Rich Salz1-1/+0
2017-07-05Undo commit d420ac2Rich Salz1-1/+1
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov2-5/+161
2017-07-03objects/objects.txt: add SHA3 OIDs.Andy Polyakov1-1/+36
2017-06-26Rename static global "lock" to "obj_lock"Rich Salz1-14/+14
2017-06-22Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell1-1/+2
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY3-5/+14
2017-06-07make error tables const and separate header fileRich Salz1-21/+15
2017-06-07Add a lock around the OBJ_NAME tableRich Salz1-28/+65
2017-05-31Add some OID's from X.520Erwann Abalea3-5/+34