Cleanup - use e_os2.h rather than stdint.h
[openssl.git] / crypto / evp /
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-04 Gergely NagyPBKDF2 computation speedup (15-40%)
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-02 Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-16 Kazuki YamaguchiProperly zero cipher_data for ChaCha20-Poly1305 on...
2017-02-10 Lukasz PawelczykRestore EVP_CIPH_FLAG_LENGTH_BITS working properly
2017-02-08 Dr. Stephen HensonMake EVP_*Final work for CCM ciphers
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-26 Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-25 Matt CaswellRemove assert from is_partially_overlapping()
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-24 Kazuki YamaguchiAdd missing flags for EVP_chacha20()
2017-01-08 Dr. Stephen Hensonfix a few more style issues
2017-01-08 Dr. Stephen Hensonfix various style issues
2017-01-08 Dr. Stephen HensonDigest string helper function.
2017-01-08 Dr. Stephen HensonPSS EVP_PKEY method
2016-12-22 Todd ShortFix EVP_MD_meth_get_flags
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-11-25 Dr. Stephen HensonFix ctrl operation for SHA1/MD5SHA1.
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-10 Richard Levittechacha20/poly1305: make sure to clear the buffer at...
2016-11-03 Richard LevitteClean away remaining 'selftest' code
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()
next