Ensure that libcrypto and libssl do not unload until the process exits
[openssl.git] / crypto / evp /
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-18 Patrick SteuerFix strict-warnings build
2016-09-07 Alex GaynorGH1537: Avoid double-free in the EVP_PKEY API
2016-08-26 Richard LevitteImprove the definition of STITCHED_CALL in e_rc4_hmac_md5.c
2016-08-24 Andy Polyakovevp/bio_enc.c: stop using pointer arithmetic for error...
2016-08-21 Andy Polyakovevp/bio_enc.c: refine non-overlapping logic.
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-13 Dr. Stephen HensonAdd X25519 methods to internal tables
2016-08-10 Kurt RoeckxFix spelling of error code
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-08-02 FdaSilvaYYFix some style issues...
2016-07-31 Andy Polyakovevp/bio_enc.c: perform enc_read operation without using...
2016-07-31 Andy Polyakovevp/evp_enc.c: make assert error message more readable
2016-07-26 Dr. Stephen HensonNote cipher BIO write errors too.
2016-07-26 Dr. Stephen HensonSet error if EVP_CipherUpdate fails.
2016-07-24 Jakub ZelenkaAdd EVP_ENCODE_CTX_copy
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-16 Andy Polyakovevp/e_aes.c: wire new CBC and CTR subroutines from...
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-28 Emilia Kasperbase64 macro: parenthesize for clarity
2016-06-27 Andy Polyakovevp/evp_enc.c: refine partial buffer overlap detection.
2016-06-27 Andy Polyakovevp/evp_enc.c: check for partially[!] overlapping buffers
2016-06-24 Matt CaswellEnsure HMAC key gets cleansed after use
2016-06-23 Rich SalzRT2867: des_ede3_cfb1 ignored "size in bits" flag
2016-06-20 Kurt Cancemicrypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious...
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-06-16 Matt CaswellChange the return type of EVP_EncodeUpdate
2016-06-14 Andy Polyakovevp/e_aes.c: wire hardware-assisted XTS subroutines.
2016-06-13 Matt CaswellAdd some missing return value checks
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
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
next