summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-02-11update ciphers manual pageDr. Stephen Henson
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-11perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov
2016-02-11util/mk1mf.pl: use LINK_CMD instead of LINK variable.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-11Add the generate mechanism from unixmake to unix-Makefile.tmplRichard Levitte
2016-02-11Don't check self signed certificate signature security.Dr. Stephen Henson
2016-02-11Fix MacOS/X build warningsViktor Dukhovni
2016-02-11Don't add filename comment.Rich Salz
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11RT3495: Add a hash for faster dup detection.Toshikuni Fukaya
2016-02-11Fix GH 327.Rich Salz
2016-02-11Make util/mkrc.pl location agnostic and adapt Makefile.sharedRichard Levitte
2016-02-11Make shared library targets more consistentRichard Levitte
2016-02-11Fix engine key support in cms and req utilities.Dr. Stephen Henson
2016-02-11Test for and use AES CSP for RSA if present.Dr Stephen Henson
2016-02-11Add support for shared_rcflag, useful for windres (Cygwin and Mingw)Richard Levitte
2016-02-11Modernise the mingw cflags and ldflagsRichard Levitte
2016-02-11Unified build: Keep track of generated header filesRichard Levitte
2016-02-11Remove the "make depend" messageRichard Levitte
2016-02-11Simplify ssl_cert_type() by taking advantage of X509_get0_pubkeyViktor Dukhovni
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-11The protocol variable has lost its use, remove itRichard Levitte
2016-02-11Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte
2016-02-11Fix errstr error code parsingMatt Caswell
2016-02-11Make comment match realityRichard 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-10Change the VMS perl pointer from SF file store to the project pageRichard Levitte
2016-02-10After renaming init, update errors.Rich Salz
2016-02-10BIO_PAIR_DEBUG did nothing; remove it.Rich Salz
2016-02-10Use the protocol we know rather than BIO_ADDRINFO_protocol(res)Richard Levitte
2016-02-10Don't assert protocol equalityRichard Levitte
2016-02-10Add CHACHA20 alias for ciphers.Todd Short
2016-02-10Ensure allocation size fits into size_tDmitry-Me
2016-02-10typoDr. Stephen Henson
2016-02-10Produce buildinf.h on Windows the same way as on UnixRichard Levitte
2016-02-10Quote the CFLAG in Unixly Makefiles, for buildinf.hRichard Levitte
2016-02-10Make sure to escape backslashes and single quotes for buildinf.hRichard Levitte
2016-02-10Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte
2016-02-10Add some documentation about init after deinitMatt Caswell
2016-02-10Update CHANGES following init function renamingMatt Caswell
2016-02-10Attempt to log an error if init failedMatt Caswell