summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte
2016-02-11perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov
2016-02-11poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov
2016-02-11poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11Fix GH 327.Rich Salz
2016-02-11GH620: second diff from rt-2275, adds error codeRich Salz
2016-02-11Check mallocRich Salz
2016-02-11Missing header include.Rich Salz
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz
2016-02-11Add inclusion directory crypto/include for BN compilationsRichard Levitte
2016-02-11Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte
2016-02-11use consistent error messagesDr. Stephen Henson
2016-02-11Print out bad content octets.Dr. Stephen Henson
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte
2016-02-10After renaming init, update errors.Rich Salz
2016-02-10BIO_PAIR_DEBUG did nothing; remove it.Rich Salz
2016-02-10Ensure allocation size fits into size_tDmitry-Me
2016-02-10Quote the CFLAG in Unixly Makefiles, for buildinf.hRichard Levitte
2016-02-10Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte
2016-02-10Attempt to log an error if init failedMatt Caswell
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Variable was declared static when it shouldn't beMatt Caswell
2016-02-10Deprecate the -issuer_checks debugging optionViktor Dukhovni
2016-02-10Update unified build after store removalRich Salz
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-10No dynamic-init fix; merge goof.Rich Salz
2016-02-10clean away old VMS cruftRichard Levitte
2016-02-10unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte
2016-02-10Configure et al: move the installation directory logic to MakefilesRichard Levitte
2016-02-10Can't re-init after stop.Rich Salz
2016-02-10Remove store.Rich Salz
2016-02-10If we've not been inited don't deinitMatt Caswell
2016-02-10chacha/asm/chacha-x86.pl: fix nasm compilation.Andy Polyakov
2016-02-10poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM.Andy Polyakov
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-10VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte
2016-02-10Make sure to always include string.h so memset gets declared.Richard Levitte
2016-02-09Don't run RC4 test with no-rc4Rich Salz
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-09Make some global variables staticMatt Caswell
2016-02-09NULL the thread_local_inits_st pointer after useMatt Caswell
2016-02-09Stop library before checking for mem leaksMatt Caswell
2016-02-09Portability fixRich Salz
2016-02-09s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Correct copyright date for internal header fileMatt Caswell
2016-02-09Update build.info files for auto-init/de-initMatt Caswell
2016-02-09Avoid a race condition in loading config settingsMatt Caswell