summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-11-10Don't set choice selector on parse failure.Dr. Stephen Henson
2016-11-10chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte
2016-11-10aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-02Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windowsMatt Caswell
2016-11-02Link using -znodeleteMatt Caswell
2016-11-02Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov
2016-10-21GH1546: Fix old names in cryptodev code.Rich Salz
2016-10-19Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is definedMat
2016-10-19Add error checking, small nit on ouputFdaSilvaYY
2016-10-17Fix embedded string handling.Dr. Stephen Henson
2016-10-15Ensure we handle len == 0 in ERR_err_string_nMatt Caswell
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson
2016-10-01SRP code tidy.Dr. Stephen Henson
2016-09-22Add OCSP_RESPID_match()Matt Caswell
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell
2016-09-21Don't leak on an OPENSSL_realloc() failureMatt Caswell
2016-09-21rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov
2016-09-21rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov
2016-09-21rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov
2016-09-21GH1555: Don't bump size on realloc failureRich Salz
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell
2016-09-19Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell
2016-09-19Prevent overflows in stack APIGuido Vranken
2016-09-17Remove an useless definition.FdaSilvaYY
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson
2016-09-09If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-09-08chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse
2016-09-07GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor
2016-09-06Misc BN fixesRich Salz
2016-09-03modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-08-31Code cleanup UIRich Salz
2016-08-29Remove comment tags from structs (coding style)Rich Salz
2016-08-29Use uppercase name for PCT_ enumRich Salz
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov
2016-08-25Don't switch password formats using global state.Andy Polyakov
2016-08-25Fix an uninitialised read on an error pathMatt Caswell