aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson1-17/+20
2016-10-10Fix up bn_prime.pl formatting.David Benjamin2-260/+259
2016-10-10Remove trailing whitespace from some files.David Benjamin79-362/+362
2016-10-01SRP code tidy.Dr. Stephen Henson1-69/+17
2016-09-29Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson1-1/+2
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson3-1/+204
2016-09-22Add -Wswitch-enumRich Salz7-31/+86
2016-09-22Add OCSP_RESPID_match()Matt Caswell1-1/+27
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell1-10/+37
2016-09-21Don't leak on an OPENSSL_realloc() failureMatt Caswell1-10/+6
2016-09-21rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov1-1/+1
2016-09-21rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov1-5/+1
2016-09-21rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov1-4/+6
2016-09-21GH1555: Don't bump size on realloc failureRich Salz1-1/+1
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz1-2/+2
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell1-0/+3
2016-09-19Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell1-34/+23
2016-09-19Prevent overflows in stack APIGuido Vranken1-8/+42
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY1-2/+2
2016-09-17Remove an useless definition.FdaSilvaYY1-1/+1
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell1-9/+27
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov1-2/+2
2016-09-11VMS: be less picky when loading DSOsRichard Levitte1-9/+7
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson1-1/+1
2016-09-08If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte1-1/+5
2016-09-08Fix mem leaks during auto-deinitMatt Caswell5-0/+5
2016-09-08chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov1-0/+1
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse1-0/+4
2016-09-07GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor1-1/+1
2016-09-06Misc BN fixesRich Salz3-15/+23
2016-09-03modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov1-1/+3
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov11-482/+608
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2-3/+3
2016-08-31Code cleanup UIRich Salz1-20/+2
2016-08-29Add ecp_nistz256-ppc64 module.Andy Polyakov3-0/+2400
2016-08-29perlasm/ppc-xlate.pl: recognize .type directive.Andy Polyakov1-19/+53
2016-08-29bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov1-1/+1
2016-08-29Remove comment tags from structs (coding style)Rich Salz1-5/+5
2016-08-29Use uppercase name for PCT_ enumRich Salz2-16/+21
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte1-1/+1
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov1-15/+17
2016-08-25Don't switch password formats using global state.Andy Polyakov3-77/+3
2016-08-25Fix an uninitialised read on an error pathMatt Caswell1-1/+1
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni1-0/+6
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov1-40/+40
2016-08-24CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte1-3/+5
2016-08-24CRYPTO_atomic_add(): use acquire release memory order rather than relaxedRichard Levitte1-2/+2
2016-08-24Check for __GNUC__ to use GNU C atomic buildinsRichard Levitte1-3/+3
2016-08-24Avoid overflow in MDC2_Update()Dr. Stephen Henson1-1/+1
2016-08-24Remove useless assignmentMatt Caswell1-2/+1