modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.
[openssl.git] / crypto / evp /
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()
2015-12-13 Ben LaurieRemove no longer existant structure member and direct...
2015-12-11 Andy Polyakovevp/e_chacha20_poly1305.c: TLS interop fixes.
2015-12-11 Richard Levittemake update
2015-12-11 Richard LevitteAdapt BIO_f_base64 to the opaque EVP_ENCODE_CTX
2015-12-11 Richard LevitteMake EVP_ENCODE_CTX opaque
2015-12-10 Andy Polyakovevp/e_aes.c: wire hardware-assisted block function...
2015-12-10 Andy Polyakovx86[_64] assembly pack: add optimized AES-NI OCB subrou...
2015-12-10 Andy Polyakovevp/c_allc.c: wire ChaCha20-Poly1305 and add tests.
2015-12-10 Andy Polyakovcrypto/evp: add e_chacha20_poly1305.c.
2015-12-10 Andy Polyakovevp/evp_enc.c: allow EVP_CIPHER.ctx_size to be 0.
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard Levittemake update
2015-12-07 Richard LevitteCleanup: fix all sources that used HMAC_CTX_init
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteCleanup: rename EVP_MD_CTX_(create|init|destroy) to...
2015-12-07 Richard LevitteCleanup: Remove M_EVP_MD_* macros
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteRemove EVP_MD_CTX_cleanup and put its functionality...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteMake the definition of EVP_MD opaque
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-07 Richard LevitteHave other crypto/evp files include evp_locl.h
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 ctrl for SHA1 and SSLv3
2015-11-24 Dr. Stephen Hensonmake update
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-11-21 Alessandro GhediniFix (minor) problems found by ubsan
2015-11-16 Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-24 Ben LaurieImprove make depend.
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniCheck memory allocation
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-14 Emilia KasperRemove EVP_CHECK_DES_KEY
2015-10-13 Dr. Stephen HensonRFC5753 compliance.
2015-10-10 Dr. Stephen HensonTypo.
2015-09-22 Dr. Stephen Hensonmake depend
2015-09-21 Matt CaswellAdd GOST extensions to PKCS#5
2015-09-20 Dr. Stephen Hensonremove unneeded includes
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-19 Viktor DukhovniFix indentation
2015-09-17 Emilia Kasperbase64 decode: check for high bit
2015-09-17 Emilia KasperRT3757: base64 encoding bugs
2015-09-16 Matt Caswellmake update
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-10 Dr. Stephen HensonEVP_PKEY_METHOD accessor functions.
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-09-04 Rich SalzMore zalloc nits
2015-09-03 Rich Salzremove 0 assignments.
next