summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-11-09Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-11-08Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-04Fix style issues in HMAC_size()Matt Caswell
2016-11-04Ensure HMAC_size() handles errors correctlyMatt Caswell
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