aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Make the BIO_ADDR param optional.Rich Salz2016-02-142-12/+7
* Fixes to make no-deprecated work againViktor Dukhovni2016-02-143-29/+6
* chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov2016-02-144-0/+16
* chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2016-02-142-5/+5
* Make the use of mdebug backtrace a separate optionRichard Levitte2016-02-141-5/+6
* Declare DllMain internallyRichard Levitte2016-02-141-0/+1
* Make sure a socklen_t can compare with a sizeof() resultRichard Levitte2016-02-141-1/+1
* crypto/poly1305: add floating-point reference implementation.Andy Polyakov2016-02-131-0/+470
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-1317-132/+132
* Configurations: engage PPC ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+39
* PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-137-0/+2322
* async_win.c: remove unused variableViktor Szakats2016-02-131-2/+0
* GH643: Cleanup header analysisDmitry-Me2016-02-131-4/+3
* C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-132-0/+1236
* ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-136-0/+4417
* Defines OSSL_SSIZE_MAXRob Percival2016-02-131-12/+4
* Fix some issues near recent chomp changes.Viktor Dukhovni2016-02-131-1/+1
* evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2016-02-122-25/+41
* modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov2016-02-121-24/+17
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-123-4/+4
* ec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious errors.Andy Polyakov2016-02-121-0/+3
* Better workaround for VMS getnameinfo() bugRichard Levitte2016-02-121-5/+7
* Typo: only return error if unrecognise bag type.Dr. Stephen Henson2016-02-111-1/+1
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-115-9/+9
* perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov2016-02-111-2/+5
* poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov2016-02-111-2/+2
* poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov2016-02-111-4/+6
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-1116-158/+50
* Fix GH 327.Rich Salz2016-02-111-1/+1
* GH620: second diff from rt-2275, adds error codeRich Salz2016-02-111-0/+32
* Check mallocRich Salz2016-02-111-1/+2
* Missing header include.Rich Salz2016-02-111-0/+1
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-113-29/+34
* Add inclusion directory crypto/include for BN compilationsRichard Levitte2016-02-111-0/+2
* Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte2016-02-111-2/+18
* use consistent error messagesDr. Stephen Henson2016-02-111-4/+4
* Print out bad content octets.Dr. Stephen Henson2016-02-111-2/+18
* After auto init, check that the deprecated functions exist before usingRichard Levitte2016-02-101-9/+10
* After renaming init, update errors.Rich Salz2016-02-102-4/+2
* BIO_PAIR_DEBUG did nothing; remove it.Rich Salz2016-02-101-14/+0
* Ensure allocation size fits into size_tDmitry-Me2016-02-101-4/+11
* Quote the CFLAG in Unixly Makefiles, for buildinf.hRichard Levitte2016-02-102-2/+2
* Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte2016-02-101-0/+7
* Attempt to log an error if init failedMatt Caswell2016-02-104-4/+19
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-105-10/+26
* Variable was declared static when it shouldn't beMatt Caswell2016-02-101-1/+1
* Deprecate the -issuer_checks debugging optionViktor Dukhovni2016-02-102-24/+14
* Update unified build after store removalRich Salz2016-02-101-1/+1
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-109-85/+21
* No dynamic-init fix; merge goof.Rich Salz2016-02-101-1/+0