summaryrefslogtreecommitdiff
path: root/crypto/include
Commit message (Expand)AuthorAgeFilesLines
* Make the public and private DRBG thread localKurt Roeckx2018-03-192-0/+3
* Propagate the request for prediction resistance to the get entropy callKurt Roeckx2018-03-171-1/+2
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-1/+57
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-151-0/+3
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-022-0/+20
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Fix some bugs with the cfb1 bitsize handlingBernd Edlinger2018-02-231-1/+1
* SHA512/224 and SHA512/256Pauli2018-01-241-0/+19
* Support public key and param check in EVP interfacePaul Yang2017-11-202-0/+4
* Many spelling fixes/typo's corrected.Josh Soref2017-11-112-3/+3
* SM3: restructure to EVP internal and update doc to right locationRonald Tse2017-11-061-0/+39
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-311-0/+37
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-1/+1
* Remove email addresses from source code.Rich Salz2017-10-131-9/+0
* DH named parameter supportDr. Stephen Henson2017-10-121-0/+7
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-121-0/+1
* Fix typosKeshav Kini2017-10-101-3/+3
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-0/+1
* Support key check in EVP interfacePaul Yang2017-09-132-0/+3
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-281-0/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-0/+80
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+1
* Make RAND_DRBG fork-safeRich Salz2017-08-071-0/+1
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Move ossl_assertMatt Caswell2017-08-031-82/+0
* Rename internal rand.h fileRich Salz2017-07-201-0/+0
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-0/+1
* Add internal functions to fetch PEM data from an opened BIORichard Levitte2017-06-291-0/+33
* Make asn1_d2i_read_bio accessible from STORERichard Levitte2017-06-291-0/+1
* Add the STORE moduleRichard Levitte2017-06-291-0/+10
* Add new /dev/crypto engineRichard Levitte2017-06-281-0/+1
* Remove bsd_cryptodev engineRich Salz2017-06-191-1/+0
* Correct Oracle copyrights & clarify.Pauli2017-06-151-4/+1
* ED25519 public key method.Dr. Stephen Henson2017-05-301-0/+1
* add methodDr. Stephen Henson2017-05-301-0/+1
* Add support for custom digestsign/digestverify methods.Dr. Stephen Henson2017-05-301-0/+5
* aria/aria.c: address undefined behaviour warning in small-footprint path.Andy Polyakov2017-05-261-0/+2
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-011-3/+3
* Add support for custom signature parametersDr. Stephen Henson2017-04-252-0/+18
* Add ARIA 32-bit implementationletrhee-nsr2017-04-201-4/+7
* VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte2017-04-202-0/+36
* Remove dead code in bnMatt Caswell2017-02-281-11/+0
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-0/+56
* Add support for parameterized SipHashTodd Short2017-02-013-2/+28
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-0/+7
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-243-1/+6
* Add "random malloc failure" toolingRich Salz2017-01-121-0/+1
* PSS EVP_PKEY methodDr. Stephen Henson2017-01-081-0/+1
* PSS ASN.1 methodDr. Stephen Henson2017-01-081-0/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-172-4/+8