aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Fix windows thread stop codeMatt Caswell1-1/+2
2016-02-18Fix OPENSSL_config with NULL parameterRoumen Petrov1-1/+2
2016-02-18typoDr. Stephen Henson1-1/+1
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-18/+0
2016-02-18In the unified scheme, there is no $(TOP), use $(SRCDIR) insteadRichard Levitte3-6/+6
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2-5/+5
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz2-1/+10
2016-02-17RT4315: Fix UEFI build in crypto/init.cDavid Woodhouse1-0/+2
2016-02-17Remove JPAKERich Salz6-696/+0
2016-02-17RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()David Woodhouse1-1/+1
2016-02-17Fix mismatched curly braceDmitry-Me1-0/+4
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte3-37/+35
2016-02-16md_rand: FAQ URL to use https and follow a redirectViktor Szakats1-1/+1
2016-02-16On solaris, the variable name sun clashes, use s_un insteadRichard Levitte2-32/+32
2016-02-14Make the BIO_ADDR param optional.Rich Salz2-12/+7
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni3-29/+6
2016-02-14chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov4-0/+16
2016-02-14chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2-5/+5
2016-02-14Make the use of mdebug backtrace a separate optionRichard Levitte1-5/+6
2016-02-14Declare DllMain internallyRichard Levitte1-0/+1
2016-02-14Make sure a socklen_t can compare with a sizeof() resultRichard Levitte1-1/+1
2016-02-13crypto/poly1305: add floating-point reference implementation.Andy Polyakov1-0/+470
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte17-132/+132
2016-02-13Configurations: engage PPC ChaCha20 and Poly1305 modules.Andy Polyakov1-0/+39
2016-02-13PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov7-0/+2322
2016-02-13async_win.c: remove unused variableViktor Szakats1-2/+0
2016-02-13GH643: Cleanup header analysisDmitry-Me1-4/+3
2016-02-13C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2-0/+1236
2016-02-13ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov6-0/+4417
2016-02-13Defines OSSL_SSIZE_MAXRob Percival1-12/+4
2016-02-13Fix some issues near recent chomp changes.Viktor Dukhovni1-1/+1
2016-02-12evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2-25/+41
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov1-24/+17
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte3-4/+4
2016-02-12ec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious errors.Andy Polyakov1-0/+3
2016-02-12Better workaround for VMS getnameinfo() bugRichard Levitte1-5/+7
2016-02-11Typo: only return error if unrecognise bag type.Dr. Stephen Henson1-1/+1
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte5-9/+9
2016-02-11perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov1-2/+5
2016-02-11poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov1-2/+2
2016-02-11poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov1-4/+6
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz16-158/+50
2016-02-11Fix GH 327.Rich Salz1-1/+1
2016-02-11GH620: second diff from rt-2275, adds error codeRich Salz1-0/+32
2016-02-11Check mallocRich Salz1-1/+2
2016-02-11Missing header include.Rich Salz1-0/+1
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz3-29/+34
2016-02-11Add inclusion directory crypto/include for BN compilationsRichard Levitte1-0/+2
2016-02-11Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte1-2/+18
2016-02-11use consistent error messagesDr. Stephen Henson1-4/+4