Add the provider function signatures for DigestSign*
[openssl.git] / include / openssl / evp.h
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-25 Matt CaswellFix a merge error
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-08 Dr. Stephen HensonDigest string helper function.
2017-01-08 Dr. Stephen Hensonadd EVP_PKEY_RSA_PSS
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-13 Dr. Stephen HensonAdd point ctrls to X25519
2016-08-10 Kurt RoeckxFix spelling of error code
2016-07-31 Andy Polyakovevp/evp_enc.c: make assert error message more readable
2016-07-24 Jakub ZelenkaAdd EVP_ENCODE_CTX_copy
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-16 Rich SalzFix GCC build; make update; fix number re-use
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-06-16 Matt CaswellChange the return type of EVP_EncodeUpdate
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-05-16 FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13 Matt CaswellFix explicit de-init macros
2016-04-13 Matt CaswellDeprecate EVP_cleanup() and make it a no-op
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07 Matt CaswellAdd defines for pipeline capable ciphers
2016-03-07 David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-03-02 Dr. Stephen HensonEVP_PKEY_CTX utility functions.
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-03 Rich SalzTweak opensslconf.h.in for style
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.
2016-01-12 Richard LevitteRemove unused internal macros
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdd back deprecated functions in macro form
2016-01-12 Richard LevitteEVP_CIPHER_CTX_new_cipher_data was a temporary measure...
2016-01-12 Richard LevitteMake EVP_CIPHER opaque and add creator/destructor/acces...
2016-01-12 Richard LevitteRemove EVP_CIPHER_CTX_flags, it's only confusing
2016-01-12 Richard LevitteAdd accessors and writers for EVP_CIPHER_CTX
2016-01-12 Richard LevitteMake EVP_CIPHER_CTX opaque and renew the creator /...
2016-01-09 Dr. Stephen HensonCorrect header defines
2015-12-29 Ben LaurieFix no-engine.
2015-12-14 Dr. Stephen HensonAdd EVP_PKEY_get0_* functions.
2015-12-11 Richard LevitteMake EVP_ENCODE_CTX opaque
2015-12-10 Viktor DukhovniRestore full support for EVP_CTX_create() etc.
2015-12-10 Andy Polyakovcrypto/evp: add e_chacha20_poly1305.c.
2015-12-08 Matt CaswellFix merge error
2015-12-08 Dmitry BelyavskiyAdd some new cipher ctrl constants
2015-12-07 Richard LevitteCleanup: support EVP_MD_CTX_(create|init|destroy) for...
2015-12-07 Richard LevitteCleanup: rename EVP_MD_CTX_(create|init|destroy) to...
2015-12-07 Richard LevitteRemove EVP_MD_CTX_cleanup and put its functionality...
2015-12-07 Richard LevitteMake the definition of EVP_MD opaque
2015-12-07 Richard LevitteMake the definition of EVP_MD_CTX opaque
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-24 Dr. Stephen HensonAdd EVP_MD_CTX_ctrl function.
2015-11-24 Dr. Stephen HensonAdd ssl3 ctrl to EVP_md5_sha1().
2015-11-24 Dr. Stephen HensonAdd MD5+SHA1
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-01 Matt CaswellRevert "Custom cipher constants"
2015-10-01 Dmitry BelyavskiyCustom cipher constants
2015-09-29 Nicholas CooperRT3948: Some structs have confusing names.
2015-09-10 Dr. Stephen HensonEVP_PKEY_METHOD accessor functions.
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-09-03 Dr. Stephen HensonPBE lookup test
2015-08-14 Dr. Stephen HensonCCM support.
2015-06-03 Sergey AgievichAdd funtions to set item_sign and item_verify
2015-05-26 Dr. Stephen HensonError if memory limit exceeded.
2015-05-21 Dr. Stephen HensonAdd scrypt PBE algorithm code.
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-20 Dr. Stephen HensonAdd scrypt support.
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-03-31 Richard LevitteStop symlinking, move files to intended directory