aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov11-1/+14
2016-10-24sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov1-3/+83
2016-10-24crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov1-0/+281
2016-10-22Fix support for DragonFly BSDjrmarino4-6/+6
2016-10-21GH1546: Fix old names in cryptodev code.Rich Salz1-2/+2
2016-10-19Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is definedMat1-1/+1
2016-10-19Add error checking, small nit on ouputFdaSilvaYY1-2/+3
2016-10-19Fix config option 'no-deprecated'Richard Levitte1-0/+2
2016-10-18Fix strict-warnings buildPatrick Steuer1-0/+1
2016-10-18Fix strict-warnings buildPatrick Steuer2-6/+6
2016-10-18Fix strict-warnings buildPatrick Steuer1-1/+1
2016-10-17Fix embedded string handling.Dr. Stephen Henson4-9/+19
2016-10-15Ensure we handle len == 0 in ERR_err_string_nMatt Caswell1-0/+3
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