summaryrefslogtreecommitdiffstats
path: root/crypto/objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Regenerate mkerr filesRich Salz2019-07-161-17/+2
* Add X9.42 KDF.Shane Lontis2019-07-093-3/+9
* Add OIDs for kmac128, kmac256 and blake2.Pauli2019-07-012-16/+24
* Fix GOST OIDvoev2019-05-222-3/+3
* Added X963KDF APIShane Lontis2019-05-163-3/+10
* ossl_bsearch(): New generic internal binary search utility functionRichard Levitte2019-05-081-29/+9
* Single step kdf implementationShane Lontis2019-03-193-3/+10
* Support SM2 certificate verification杨洋2019-03-135-5/+17
* Implement SSH KDFSimo Sorce2019-02-273-3/+10
* blake2: register MAC objectsAntoine Salon2019-02-063-3/+13
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Update generator copyright year.Viktor Dukhovni2019-01-073-3/+3
* make updateMatt Caswell2019-01-032-2/+2
* Add RFC5297 AES-SIV supportTodd Short2018-12-113-4/+19
* Following the license change, modify the boilerplates in crypto/objects/Richard Levitte2018-12-0611-14/+14
* KMAC implementation using EVP_MACShane Lontis2018-11-133-3/+15
* GMAC implementationPauli2018-11-043-5/+14
* 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