]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Improve error handling in rand_init function
[thirdparty/openssl.git] / crypto /
2018-05-01  Bernd EdlingerImprove error handling in rand_init function
2018-05-01  Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-05-01  Matt CaswellUpdate copyright year
2018-04-28  Bernd EdlingerDon't cleanup uninitialized thread local slots
2018-04-27  Bernd EdlingerFix drbg thread cleanup and error handling
2018-04-27  Billy Brumleyfix: BN_swap mishandles flags
2018-04-26  Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2018-04-26  Rich SalzFix last(?) batch of malloc-NULL places
2018-04-26  Bernd EdlingerFix memleaks in async api
2018-04-26  FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-26  Richard LevitteUse get_last_sys_error() instead of get_last_rtl_error()
2018-04-26  Richard LevittePEM_def_callback(): use same parameter names as for...
2018-04-26  Richard LevittePEM_def_callback(): don't loop because of too short...
2018-04-25  Nicola Tuveri[SM2_sign] fix double free and return value
2018-04-24  Rich SalzAdd missing malloc-return-null instance
2018-04-24  Dr. Matthias St... x509/by_dir.c: Remove dead code
2018-04-24  FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-24  Dr. Matthias St... a_strex.c: improve documentation of 'tag2nbyte' lookup...
2018-04-23  Billy BrumleyRemove superfluous NULL checks. Add Andy's BN_FLG comment.
2018-04-23  Nicola TuveriMove up check for EC_R_INCOMPATIBLE_OBJECTS and for...
2018-04-23  Nicola TuveriPass through
2018-04-23  Billy Brumleyladder description: why it works
2018-04-23  Nicola TuveriAddress code style comments
2018-04-23  Billy BrumleyElliptic curve scalar multiplication with timing attack...
2018-04-23  Kurt RoeckxFix usage of ossl_assert()
2018-04-23  Andy PolyakovARM assembly pack: make it work with older assembler.
2018-04-23  Andy Polyakov00-base-templates.conf: wire keccak1600-armv4 module.
2018-04-23  Andy Polyakovsha/asm/keccak1600-armv4.pl: adapt for multi-platform.
2018-04-23  Andy Polyakov00-base-templates.conf: wire keccak1600-ppc64 module.
2018-04-23  Andy Polyakov00-base-templates.conf: wire keccak1600-s390x module.
2018-04-23  Andy Polyakov00-base-templates.conf: wire keccak1600-armv8 module.
2018-04-23  Andy Polyakov00-base-templates.conf: wire keccak1600-x86_64 module.
2018-04-23  Andy Polyakovsha/asm/keccak1600-x86_64.pl: make it work on Windows.
2018-04-23  Andy PolyakovConfigure: add $target{keccak1600_asm_src}.
2018-04-23  Andy Polyakovsha/asm/keccak1600-armv8.pl: halve the size of hw-assis...
2018-04-22  Kurt RoeckxAdd support for getrandom() or equivalent system calls...
2018-04-20  Bernd EdlingerFix building linux-armv4 with --strict-warnings
2018-04-20  Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-19  Bernd EdlingerClear buffer in PEM_write_bio
2018-04-19  Matt CaswellDon't crash if there are no trusted certs
2018-04-18  Rahul Chaudhrypoly1305/asm/poly1305-armv4.pl: remove unintentional...
2018-04-17  Davide GalassiBIGNUM signed add/sub routines refactory
2018-04-17  Matt CaswellFix a memory leak in an error path
2018-04-17  Dr. Matthias St... p5_scrypt.c: fix error check of RAND_bytes() call
2018-04-17  Dr. Matthias St... DRBG: fix coverity issues
2018-04-17  Richard LevitteUpdate copyright year
2018-04-16  Matt CaswellRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-04-14  Matthias Kraftopenssl#5668: corrections after compiling with -qinfo...
2018-04-13  Richard Levittemake update
2018-04-13  Dr. Matthias St... DRBG: implement a get_nonce() callback
2018-04-13  Matt CaswellAdd support for the SRP base64 alphabet
2018-04-13  Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-04-10  Dr. Matthias St... DRBG: fix memory leak on error in rand_drbg_get_entropy()
2018-04-09  Andy Polyakovbio/b_addr.c: resolve HP-UX compiler warnings.
2018-04-09  Kunxian XiaCorrect the equation for Y' in the comment of point_dou...
2018-04-08  Dr. Matthias St... Fix false positives of IS_*() macros for 8-bit ASCII...
2018-04-06  Matt CaswellSupport EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
2018-04-06  Rich SalzFix bugs in X509_NAME_ENTRY_set
2018-04-05  Rich SalzSet error code if alloc returns NULL
2018-04-05  Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05  Matt CaswellDon't crash if an unrecognised digest is used with...
2018-04-05  Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-04  Richard LevitteChange rand_pool_add[_end] prototypes to match
2018-04-04  Andy Polyakovrand/randfile.c: fix potential resource leak in RAND_lo...
2018-04-04  Richard LevitteRemove ambiguity in rand_pool_add[_end] return value
2018-04-04  Bernd EdlingerPrevent a possible recursion in ERR_get_state and fix...
2018-04-04  Bernd EdlingerDon't use getenv for critical functions when run as...
2018-04-03  David BenjaminFix a bug in ecp_nistp224.c.
2018-04-03  PecioEnabled OneCore Conf for Console Apps (removed nonUnive...
2018-04-03  Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-04-03  Rich SalzSet error code on alloc failures
2018-04-03  Matt CaswellFix a text canonicalisation bug in CMS
2018-04-03  Matt CaswellUpdate copyright year
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-04-01  Daniel BeveniusRemove import/use of File::Spec::Function
2018-04-01  Kurt RoeckxMake sure we use a nonce when a nonce is required
2018-03-31  Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-03-30  Rich SalzRemove some code
2018-03-29  Dr. Matthias St... Add documentation for the RAND_DRBG API
2018-03-29  FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-29  Benjamin KadukDocument RAND_DRBG fork-safety locking model
2018-03-29  Richard LevitteFix setbuf use for VMS C
2018-03-28  Patrick Steuercrypto/e_aes.c: use S390X_AES_FC macro
2018-03-28  Patrick Steuercrypto/evp/e_aes.c: add size_t casts to increase readab...
2018-03-28  Patrick Steuers390x assembly pack: add KMF code path for aes-cfb...
2018-03-28  Patrick Steuers390x assembly pack: add KMO code path for aes-ofb
2018-03-28  Patrick Steuers390x assembly pack: add KM code path for aes-ecb
2018-03-28  Matt CaswellRemove some code
2018-03-27  Rich SalzAllow NULL for some _free routines.
2018-03-27  Miroslav Suko_time.c: use gmtime_s with MSVC
2018-03-27  Andy Polyakovrand/randfile.c: permit non-regular files in RAND_load_...
2018-03-27  Matt CaswellRemove some code for a contributor that we cannot find
2018-03-27  Matt CaswellDon't write out a bad OID
2018-03-27  Andy Polyakovpariscid.pl: fix nasty typo in CRYPTO_memcmp.
2018-03-27  Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-03-23  Richard LevitteInclude "internal/dso_conf.h" where needed and appropriate
2018-03-23  Richard LevitteMove the handling of dso_scheme to dso_conf.h
2018-03-22  Andy Polyakovcurve448/field.h: relax alignment, as it doesn't work...
2018-03-22  Andy Polyakovbio/bss_log.c: on DJGPP syslog facility is part of...
2018-03-22  Andy Polyakovo_fopen.c: compensate for e_os.h omission.
next