GH919: Fix wrappers for two headers
[openssl.git] / crypto / evp /
2016-05-24 Todd ShortFix braces in e_aes.c: aes_init_key
2016-05-23 J Mohan Rao Arisankala#4342: few missing malloc return checks and free in...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Kazuki YamaguchiFix a NULL dereference in chacha20_poly1305_init_key()
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-16 Matt CaswellRemove an unneccessary check of cipher
2016-05-16 FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-09 J Mohan Rao Arisankalafix check
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-05 Dr. Stephen HensonUse default ASN.1 for SEED.
2016-05-03 Kurt RoeckxCheck that we have enough padding characters.
2016-05-03 Matt CaswellEnsure EVP_EncodeUpdate handles an output length that...
2016-05-03 Matt CaswellAvoid overflow in EVP_EncodeUpdate
2016-05-03 Matt CaswellFix encrypt overflow
2016-05-02 Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-04-29 Kirill MarinushkinAdd aliases for des-ede-ecb and des-ede3-ecb ciphers.
2016-04-20 MichelFix missing IDEA renames (windows build)
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Andy Polyakovevp/aes_aes.c: engage Fujitsu SPARC64 X AES support.
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Rich SalzRename some lowercase API's
2016-04-13 Matt CaswellRemove OPENSSL_NO_SHA guards
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13 Dr. Stephen HensonRemove check_defer()
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate EVP_cleanup() and make it a no-op
2016-03-29 Matt CaswellMake BIO opaque
2016-03-23 Rich SalzMove dso.h to internal
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Matt CaswellFix no-seed
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-18 Matt CaswellFix no-cmac
2016-03-18 Matt CaswellMark OCB as an AEAD cipher
2016-03-18 Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-11 Andy Polyakovcrypto/*/build.info: SPARC-specific fixups.
2016-03-09 Richard LevitteAdd extra include directory for includers of ppc_arch.h
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
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 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-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22 FdaSilvaYYGH678: Add a few more zalloc
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-12 Andy Polyakovevp/e_des[3].c: address compiler warnings, fix formatting.
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11 Rich SalzFix GH 327.
2016-02-10 Dmitry-MeEnsure allocation size fits into size_t
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-09 Matt CaswellUpdate build.info files for auto-init/de-init
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-08 Rich SalzGH641: Don't care openssl_zmalloc
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-02 Dmitry-MeGH608: Ensure 64-bit shift no matter sizeof(long)
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-17 Rich SalzRT4247: Add missing patch
2016-01-16 Rich SalzRT4247: Fix EVP_CIPHER_CTX opaque on sparc
2016-01-13 Richard LevitteAfter EVP_CIPHER turned opaque, e_rc5.c needs to includ...
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteEVP_CIPHER_CTX_new_cipher_data was a temporary measure...
2016-01-12 Richard LevitteAdapt builtin cipher implementations to opaque EVP_CIPHER
2016-01-12 Richard LevitteAdapt the internal EVP routines to opaque EVP_CIPHER
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 LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-12 Richard LevitteAdapt cipher implementations to opaque EVP_CIPHER_CTX
2016-01-12 Richard LevitteAdapt the internal EVP routines to opaque EVP_CIPHER_CTX
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-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-02 Richard LevitteFix a possible memleak
2015-12-29 Ben LaurieFix no-engine.
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14 Dr. Stephen HensonAdd EVP_PKEY_get0_* functions.
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
next