]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Look up availability of getentropy() at runtime.
[thirdparty/openssl.git] / crypto /
2018-06-03  Kurt RoeckxLook up availability of getentropy() at runtime.
2018-06-03  Kurt RoeckxAdd support for KERN_ARND to get random bytes on NetBSD
2018-05-31  Richard LevitteENGINE_pkey_asn1_find_str(): don't assume an engine...
2018-05-31  Matt CaswellRemove some logically dead code
2018-05-31  Matt CaswellRemove some logically dead code
2018-05-30  Yihong WangReduce minimal out length in CRYPTO_128_unwrap_pad
2018-05-30  Userbn/bn_exp.c: mitigation of the One-and-Done side-channe...
2018-05-30  Andy Polyakovchacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code...
2018-05-30  Andy Polyakovperlasm/ppc-xlate.pl: add new instructions and clean up.
2018-05-30  Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29  Todd ShortFix no-sm2 with clang
2018-05-29  Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-29  Matt CaswellUpdate copyright year
2018-05-28  Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-28  Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-05-28  Dr. Matthias St... DSA: add simple getters for commonly used struct members
2018-05-24  Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-24  Matt CaswellImprove compatibility of point and curve checks
2018-05-23  David BenjaminSave and restore the Windows error around TlsGetValue.
2018-05-23  David BenjaminUse OPENSSL_EC_EXPLICIT_CURVE constant.
2018-05-23  David BenjaminFix explicit EC curve encoding.
2018-05-23  Viktor DukhovniSkip CN DNS name constraint checks when not needed
2018-05-23  Viktor DukhovniLimit scope of CN name constraints
2018-05-23  Richard LevitteBetter error code when lacking __SIZEOF_INT128__
2018-05-21  Matt CaswellFix undefined behaviour in X509_NAME_cmp()
2018-05-20  Richard LevitteRestore check of |*xn| against |name| in X509_NAME_set
2018-05-18  Matt CaswellAllow the ca application to use EdDSA
2018-05-18  Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-05-17  Matt CaswellMake BN_GF2m_mod_arr more constant time
2018-05-14  Richard LevitteUI console: Restore tty settings, do not force ECHO...
2018-05-12  Richard LevitteIn cases where we ask PEM_def_callback for minimum...
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-05-11  Kurt Roeckxrsaz_avx2_eligible doesn't take parameters
2018-05-10  Andy PolyakovPPC assembly pack: add POWER9 results.
2018-05-09  Billy BrumleyAdd blinding in BN_GF2m_mod_inv for binary field inversions
2018-05-09  Billy BrumleyECC: unify generic ec2 and ecp scalar multiplication...
2018-05-09  Billy BrumleyECDSA: remove nonce padding (delegated to EC_POINT_mul)
2018-05-08  Richard LevitteVMS rand: assign before check, not the other way around
2018-05-08  Bernd EdlingerFix --strict-warnings build of ppc-linux target
2018-05-08  Andy Polyakovec/ec_mult.c: get BN_CTX_start,end sequence right.
2018-05-08  Matt CaswellFix a mem leak in CMS
2018-05-04  Richard LevitteBIO_s_mem() write: Skip early when input length is...
2018-05-03  Dr. Matthias St... v3_purp.c: add locking to x509v3_cache_extensions()
2018-05-03  Richard LevitteVMS: modernise rand_pool_acquire_entropy, step 2
2018-05-03  Richard LevitteVMS: modernise rand_pool_acquire_entropy, step 1
2018-05-03  Matt CaswellReturn an error from BN_mod_inverse if n is 1 (or -1)
2018-05-02  Matt CaswellMake X509_VERIFY_PARAM_get_hostflags() take a const arg
2018-05-02  FdaSilvaYYopensslconf.h inclusion cleanup
2018-05-02  Andy Polyakovbn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
2018-05-02  Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-05-02  Richard LevitteChange rand_pool_bytes_needed to handle less entropy...
2018-05-02  Pavel KopylFix memory leaks in CA related functions.
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...
next