aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2-829/+0
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte4-117/+99
2016-11-03Convert poly1305 selftest into internal testRichard Levitte2-506/+28
2016-11-02Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windowsMatt Caswell1-8/+43
2016-11-02Link using -znodeleteMatt Caswell1-1/+5
2016-11-02Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell1-0/+31
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell1-3/+20
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell7-1/+88
2016-10-31sha/keccak1600.c: add couple of soft asserts.Andy Polyakov1-0/+4
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk1-12/+12
2016-10-28Fix stdio build following BIO size_t workMatt Caswell1-0/+4
2016-10-28Fix more shadowed variable warningsMatt Caswell2-19/+19
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell2-31/+35
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell1-1/+11
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2-28/+29
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-1/+1
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell1-29/+63
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell1-1/+1
2016-10-28Fix some bogus uninit variable warningsMatt Caswell1-2/+2
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell1-111/+154
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell22-15/+111
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell23-21/+173
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov2-32/+15
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov1-1/+1645
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov1-19/+24
2016-10-24sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov1-15/+38
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