]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Add test for CT_POLICY_EVAL_CTX default time
[thirdparty/openssl.git] / crypto /
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.
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
next