Fix more style issues following extensions refactor feedback
[openssl.git] / crypto /
2016-12-08 Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-12-07 Richard LevitteUI_process() didn't generate errors
2016-12-03 Viktor DukhovniRestore last-resort expired untrusted intermediate...
2016-12-02 Kurt RoeckxMake the random number generator predictable when fuzzing.
2016-12-02 Matt CaswellFix a typo in bio_read_intern
2016-11-25 Dr. Stephen HensonFix ctrl operation for SHA1/MD5SHA1.
2016-11-25 Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-25 Andy Polyakovbn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.
2016-11-17 Kurt RoeckxFix name of "locked" variable
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17 Andy Polyakovsha/asm/sha512-armv8.pl: fix big-endian support in...
2016-11-17 Dr. Stephen HensonFix MSBLOB format with RSA.
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-11-17 FdaSilvaYYMissing free item on push failure
2016-11-16 Rob PercivalMove SCT_LIST_free definition into a more logical place
2016-11-16 Rob PercivalPass a temporary pointer to o2i_SCT_signature from...
2016-11-16 Rob PercivalSubtract padding from outlen in ct_base64_decode
2016-11-15 Rich SalzCheck return value of some BN functions.
2016-11-15 Rob PercivalConvert C++ comments to C-style comments
2016-11-15 Rob PercivalCast time_t to uint64_t before converting to millisecon...
2016-11-15 Rob PercivalBy default, allow SCT timestamps to be up to 5 minutes...
2016-11-15 Rob PercivalDon't check for time() failing in CT_POLICY_EVAL_CTX_new
2016-11-15 Rob PercivalDefault CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-15 Dr. Stephen HensonSimplify PKCS#12 PBE algorithm.
2016-11-15 Richard LevitteAdd a warning stipulating how things should be coded...
2016-11-15 Richard LevitteStop init loops
2016-11-14 Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-11-14 Matt CaswellRevert "Fixed deadlock in CRYPTO_THREAD_run_once for...
2016-11-13 DKFixed deadlock in CRYPTO_THREAD_run_once for Windows
2016-11-12 Kurt RoeckxCast to an unsigned type before negating
2016-11-11 Andy Polyakovsha/asm/sha512-armv8.pl: add NEON version of SHA256.
2016-11-11 Andy Polyakovsha/keccak1600.c: add some optimized implementations.
2016-11-11 Andy Polyakovchacha/asm/chacha-x86.pl: improve [backward] portability.
2016-11-11 Andy PolyakovPPC assembler pack: add some PPC970/G5 performance...
2016-11-11 Richard LevitteFix the effect of no-dso in crypto/init.c
2016-11-10 Richard LevitteRevert "Move algorithm specific ppccap code from crypto...
2016-11-10 Dr. Stephen HensonDon't set choice selector on parse failure.
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.
next