chacha20/poly1305: make sure to clear the buffer at correct position
[openssl.git] / crypto /
2016-11-10 Richard Levittechacha20/poly1305: make sure to clear the buffer at...
2016-11-10 Andy Polyakovaes/asm/aesp8-ppc.pl: improve [backward] portability.
2016-11-10 Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-11-09 Matt CaswellFollowing the changes to HKDF to accept a mode, add...
2016-11-09 Matt CaswellUpdate HKDF to support separte Extract and Expand steps
2016-11-09 FdaSilvaYYSimplify and clean X509_VERIFY_PARAM new/free code.
2016-11-09 Richard LevitteMove algorithm specific ppccap code from crypto/ppccap.c
2016-11-08 FdaSilvaYYMissing BN_RECP_CTX field init.
2016-11-08 Rich SalzZero stack variable with DSA nonce
2016-11-08 Matt CaswellFix zlib BIO_METHOD for latest BIO_METHOD structure...
2016-11-07 FdaSilvaYYAllow null in X509_CRL_METHOD_free
2016-11-07 David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-04 Matt CaswellFix style issues in HMAC_size()
2016-11-04 Matt CaswellEnsure HMAC_size() handles errors correctly
2016-11-03 Richard LevitteClean away remaining 'selftest' code
2016-11-03 Richard LevitteConvert mdc2 test print to internal test
2016-11-03 Richard LevitteConvert x509 selftests to internal test
2016-11-03 Richard LevitteConvert modes selftests (cts128 and gcm128) to internal...
2016-11-03 Richard LevitteConvert asn1 selftests (a_strnid and ameth_lib) into...
2016-11-03 Richard LevitteConvert poly1305 selftest into internal test
2016-11-02 Matt CaswellImplement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
2016-11-02 Matt CaswellLink using -znodelete
2016-11-02 Matt CaswellEnsure that libcrypto and libssl do not unload until...
2016-11-02 Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-10-31 Andy Polyakovsha/keccak1600.c: add couple of soft asserts.
2016-10-28 Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28 Matt CaswellFix stdio build following BIO size_t work
2016-10-28 Matt CaswellFix more shadowed variable warnings
2016-10-28 Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28 Matt CaswellAdd some sanity checks for BIO_read* and BIO_gets
2016-10-28 Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28 Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28 Matt CaswellEnsure that BIO_read_ex() and BIO_write_ex() only retur...
2016-10-28 Matt CaswellRead up to INT_MAX when calling legacy BIO_read() imple...
2016-10-28 Matt CaswellFix some bogus uninit variable warnings
2016-10-28 Matt CaswellEnsure all BIO functions call the new style callback
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-24 Andy Polyakovppccap.c: engage new multipplication and squaring subro...
2016-10-24 Andy Polyakovbn/asm/ppc-mont.pl: add optimized multiplication and...
2016-10-24 Andy Polyakovbn/asm/ppc-mont.pl: prepare for extension.
2016-10-24 Andy Polyakovsha/asm/sha512-armv8.pl: adapt for kernel use.
2016-10-24 Andy Polyakovx86_64 assembly pack: add Goldmont performance results.
2016-10-24 Andy Polyakovsha/keccak1600.c: add known answer and verify result...
2016-10-24 Andy Polyakovcrypto/sha: add Keccak1600 primitives to build SHA...
2016-10-22 jrmarinoFix support for DragonFly BSD
2016-10-21 Rich SalzGH1546: Fix old names in cryptodev code.
2016-10-19 MatDo not set load_crypto_strings_inited when OPENSSL_NO_E...
2016-10-19 FdaSilvaYYAdd error checking, small nit on ouput
2016-10-19 Richard LevitteFix config option 'no-deprecated'
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-17 Dr. Stephen HensonFix embedded string handling.
2016-10-15 Matt CaswellEnsure we handle len == 0 in ERR_err_string_n
2016-10-11 Dr. Stephen HensonFix X509_NAME decode for malloc failures.
2016-10-10 David BenjaminFix up bn_prime.pl formatting.
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-10-01 Dr. Stephen HensonSRP code tidy.
2016-09-29 Dr. Stephen HensonPrint <ABSENT> if a STACK is NULL.
2016-09-29 Dr. Stephen HensonAdd ASN1_ITEM lookup and enumerate functions.
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-09-21 Matt CaswellDon't leak on an OPENSSL_realloc() failure
2016-09-21 Andy Polyakovrand/randfile.c: treat empty string in RAND_file_name...
2016-09-21 Andy Polyakovrand/randfile.c: rationalize __OpenBSD__ code path.
2016-09-21 Andy Polyakovrand/randfile.c: restore fallback to $HOME for non...
2016-09-21 Rich SalzGH1555: Don't bump size on realloc failure
2016-09-21 Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-21 Matt CaswellFix a missing NULL check in dsa_builtin_paramgen
2016-09-19 Matt CaswellConvert num_alloc to a size_t in stack.c and tweak...
2016-09-19 Guido VrankenPrevent overflows in stack API
2016-09-18 FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-09-17 FdaSilvaYYRemove an useless definition.
2016-09-14 Matt CaswellAdd some sanity checks around usage of t_fromb64()
2016-09-13 Andy Polyakovbn/bn_lcl.h: improve interoperability with clang and...
2016-09-11 Richard LevitteVMS: be less picky when loading DSOs
2016-09-09 Tim HudsonFix EC_KEY_print so it prints out private key information
2016-09-08 Richard LevitteIf errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-09-08 Andy Polyakovchacha/asm/chacha-ppc.pl: add missing .text directive.
2016-09-07 David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-09-07 Alex GaynorGH1537: Avoid double-free in the EVP_PKEY API
2016-09-06 Rich SalzMisc BN fixes
2016-09-03 Andy Polyakovmodes/asm/ghash-armv4.pl: improve interoperability...
2016-09-02 Andy PolyakovMIPS assembly pack: adapt it for MIPS[32|64]R6.
2016-08-31 Andy Polyakovcrypto/bn/*: x86[_64] division instruction doesn't...
2016-08-31 Rich SalzCode cleanup UI
2016-08-29 Andy PolyakovAdd ecp_nistz256-ppc64 module.
2016-08-29 Andy Polyakovperlasm/ppc-xlate.pl: recognize .type directive.
2016-08-29 Andy Polyakovbn/asm/ppc.pl: harmonize .size directive in bn_mul_words.
2016-08-29 Rich SalzRemove comment tags from structs (coding style)
2016-08-29 Rich SalzUse uppercase name for PCT_ enum
2016-08-26 Richard LevitteImprove the definition of STITCHED_CALL in e_rc4_hmac_md5.c
2016-08-25 Andy PolyakovWindows: UTF-8 opt-in for command-line arguments and...
2016-08-25 Andy PolyakovDon't switch password formats using global state.
2016-08-25 Matt CaswellFix an uninitialised read on an error path
2016-08-24 Viktor DukhovniUn-delete still documented X509_STORE_CTX_set_verify
next