summaryrefslogtreecommitdiffstats
path: root/crypto/objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make OBJ_NAME case insensitive.Pauli2018-09-031-15/+14
* Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFCPauli2018-08-101-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-3/+2
* Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli2018-08-013-5/+21
* New GOST identificatorsDmitry Belyavskiy2018-06-083-5/+136
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-262-2/+5
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-032-3/+6
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-193-11/+19
* Missings OIDs for XTS added.Pauli2018-03-153-397/+417
* Free the correct type in OBJ_add_object()Matt Caswell2018-03-121-1/+1
* Add OIDs for DSTU-4145gmile2018-03-123-5/+155
* Add GOST OIDs for Edwards parameter setsSergey Zhuravlev2018-03-073-5/+26
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-022-1/+3
* Make some perl scripts output to stdoutRich Salz2018-02-272-40/+40
* Update copyright yearMatt Caswell2018-02-273-3/+3
* Generate copyright year properlyRich Salz2018-02-135-7/+25
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* SHA512/224 and SHA512/256Pauli2018-01-233-5/+19
* Fix an incoherent test.FdaSilvaYY2017-12-081-6/+13
* Many spelling fixes/typo's corrected.Josh Soref2017-11-122-3/+3
* SM3: Add SM3 hash functionJack Lloyd2017-11-063-5/+20
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-313-7/+84
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson2017-10-163-6/+20
* make updateDr. Stephen Henson2017-10-122-3/+23
* Add objects for RFC7919 parametersDr. Stephen Henson2017-10-121-0/+7
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-281-2/+1
* objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.Andy Polyakov2017-09-112-0/+12
* objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov2017-09-113-6/+6
* Add CRYPTO_thread_glock_newRich Salz2017-09-011-1/+1
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-303-5/+48
* e_os.h removal from other headers and source files.Pauli2017-08-291-2/+2
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-6/+6
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-082-3/+4
* Trivial bounds checking.Pauli2017-07-071-56/+56
* Add two trivial fixes from old commitsRich Salz2017-07-061-0/+1
* Undo commit 0755217Rich Salz2017-07-051-1/+0
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* 'make update' after objects/objects.txt update.Andy Polyakov2017-07-032-5/+161
* objects/objects.txt: add SHA3 OIDs.Andy Polyakov2017-07-031-1/+36
* Rename static global "lock" to "obj_lock"Rich Salz2017-06-261-14/+14
* Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell2017-06-221-1/+2
* Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY2017-06-203-5/+14
* make error tables const and separate header fileRich Salz2017-06-071-21/+15
* Add a lock around the OBJ_NAME tableRich Salz2017-06-071-28/+65
* Add some OID's from X.520Erwann Abalea2017-05-313-5/+34