summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-112-260/+259
* Remove trailing whitespace from some files.David Benjamin2016-10-1179-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
* Add the ability to set OCSP_RESPID fieldsMatt Caswell2016-09-221-10/+37
* Don't leak on an OPENSSL_realloc() failureMatt Caswell2016-09-211-10/+6
* rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov2016-09-211-1/+1
* rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov2016-09-211-5/+1
* rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov2016-09-211-4/+6
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-2/+2
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell2016-09-201-34/+23
* Prevent overflows in stack APIGuido Vranken2016-09-201-8/+42
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-2/+2