summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/evp_int.h
AgeCommit message (Expand)Author
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-04-13Add support for the SRP base64 alphabetMatt Caswell
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-05-30ED25519 public key method.Dr. Stephen Henson
2017-05-30Add support for custom digestsign/digestverify methods.Dr. Stephen Henson
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-08PSS EVP_PKEY methodDr. Stephen Henson
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson
2016-08-13Fix type of ptr field.Dr. Stephen Henson
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Add TLS PRF method.Dr. Stephen Henson
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte
2016-01-07use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson
2016-01-07Only declare stacks in headersDr. Stephen Henson
2015-12-07Make the definition of EVP_MD opaqueRichard Levitte
2015-09-20Move EVP_PKEY_METHOD into private headers.Dr. Stephen Henson
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson