summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-11-03Clean away remaining 'selftest' codeRichard Levitte
2016-11-03Convert mdc2 test print to internal testRichard Levitte
2016-11-03Convert x509 selftests to internal testRichard Levitte
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte
2016-11-03Convert poly1305 selftest into internal testRichard Levitte
2016-11-02Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windowsMatt Caswell
2016-11-02Link using -znodeleteMatt Caswell
2016-11-02Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-10-31sha/keccak1600.c: add couple of soft asserts.Andy Polyakov
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk
2016-10-28Fix stdio build following BIO size_t workMatt Caswell
2016-10-28Fix more shadowed variable warningsMatt Caswell
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell
2016-10-28Fix some bogus uninit variable warningsMatt Caswell
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov
2016-10-24sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov
2016-10-24sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov
2016-10-24crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov
2016-10-22Fix support for DragonFly BSDjrmarino
2016-10-21GH1546: Fix old names in cryptodev code.Rich Salz
2016-10-19Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is definedMat
2016-10-19Add error checking, small nit on ouputFdaSilvaYY
2016-10-19Fix config option 'no-deprecated'Richard Levitte
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-17Fix embedded string handling.Dr. Stephen Henson
2016-10-15Ensure we handle len == 0 in ERR_err_string_nMatt Caswell
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