aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Clean away remaining 'selftest' codeRichard Levitte2016-11-035-261/+0
* Convert mdc2 test print to internal testRichard Levitte2016-11-031-21/+0
* Convert x509 selftests to internal testRichard Levitte2016-11-033-109/+78
* Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2016-11-032-829/+0
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-034-117/+99
* Convert poly1305 selftest into internal testRichard Levitte2016-11-032-506/+28
* Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windowsMatt Caswell2016-11-021-8/+43
* Link using -znodeleteMatt Caswell2016-11-021-1/+5
* Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell2016-11-021-0/+31
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-021-3/+20
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-027-1/+88
* sha/keccak1600.c: add couple of soft asserts.Andy Polyakov2016-10-311-0/+4
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-291-12/+12
* Fix stdio build following BIO size_t workMatt Caswell2016-10-281-0/+4
* Fix more shadowed variable warningsMatt Caswell2016-10-282-19/+19
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-282-31/+35
* Add some sanity checks for BIO_read* and BIO_getsMatt Caswell2016-10-281-1/+11
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-282-28/+29
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-1/+1
* Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell2016-10-281-29/+63
* Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell2016-10-281-1/+1
* Fix some bogus uninit variable warningsMatt Caswell2016-10-281-2/+2
* Ensure all BIO functions call the new style callbackMatt Caswell2016-10-281-111/+154
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-2822-15/+111
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-2823-21/+173
* ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov2016-10-242-32/+15
* bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov2016-10-241-1/+1645
* bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov2016-10-241-19/+24
* sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov2016-10-241-15/+38
* x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2016-10-2411-1/+14
* sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov2016-10-241-3/+83
* crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov2016-10-241-0/+281
* Fix support for DragonFly BSDjrmarino2016-10-224-6/+6
* GH1546: Fix old names in cryptodev code.Rich Salz2016-10-211-2/+2
* Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is definedMat2016-10-191-1/+1
* Add error checking, small nit on ouputFdaSilvaYY2016-10-191-2/+3
* Fix config option 'no-deprecated'Richard Levitte2016-10-191-0/+2
* Fix strict-warnings buildPatrick Steuer2016-10-181-0/+1
* Fix strict-warnings buildPatrick Steuer2016-10-182-6/+6
* Fix strict-warnings buildPatrick Steuer2016-10-181-1/+1
* Fix embedded string handling.Dr. Stephen Henson2016-10-174-9/+19
* Ensure we handle len == 0 in ERR_err_string_nMatt Caswell2016-10-151-0/+3
* Fix X509_NAME decode for malloc failures.Dr. Stephen Henson2016-10-111-17/+20
* Fix up bn_prime.pl formatting.David Benjamin2016-10-102-260/+259
* Remove trailing whitespace from some files.David Benjamin2016-10-1079-362/+362
* SRP code tidy.Dr. Stephen Henson2016-10-011-69/+17
* Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson2016-09-291-1/+2
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-293-1/+204
* Add -Wswitch-enumRich Salz2016-09-227-31/+86
* Add OCSP_RESPID_match()Matt Caswell2016-09-221-1/+27