summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson
2016-10-10Fix up bn_prime.pl formatting.David Benjamin
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-01SRP code tidy.Dr. Stephen Henson
2016-09-29Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson
2016-09-22Add -Wswitch-enumRich Salz
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-21Revert "Constify code about X509_VERIFY_PARAM"Rich 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-18Constify code about X509_VERIFY_PARAMFdaSilvaYY
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-11VMS: be less picky when loading DSOsRichard Levitte
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson
2016-09-08If 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-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.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-29Add ecp_nistz256-ppc64 module.Andy Polyakov
2016-08-29perlasm/ppc-xlate.pl: recognize .type directive.Andy Polyakov
2016-08-29bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov
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