summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov
2016-08-24CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte
2016-08-24CRYPTO_atomic_add(): use acquire release memory order rather than relaxedRichard Levitte
2016-08-24Check for __GNUC__ to use GNU C atomic buildinsRichard Levitte
2016-08-24Avoid overflow in MDC2_Update()Dr. Stephen Henson
2016-08-24Remove useless assignmentMatt Caswell
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov
2016-08-24ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.Andy Polyakov
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov
2016-08-24evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov
2016-08-24Fix no-sockMatt Caswell
2016-08-23Fix math in BN_bn2dec comment.David Benjamin
2016-08-23SCT_set_source resets validation_statusRob Percival
2016-08-23Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival
2016-08-23Prevent double-free of CTLOG public keyRob Percival
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY