summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-30Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte
2016-03-30Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte
2016-03-30Remove X509_PUBKEY lock.Dr. Stephen Henson
2016-03-30Make it legal C.Ben Laurie
2016-03-30More things that don't work together.Ben Laurie
2016-03-30Fix build compilation failuresMatt Caswell
2016-03-30Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte
2016-03-30Make it possible to specify source files that will only be used for shared libsRichard Levitte
2016-03-30Adapt bf_lbuf for opaque BIORichard Levitte
2016-03-30'make test' depends of having util/shlib-wrap.sh symlinked in build dirRichard Levitte
2016-03-29Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni
2016-03-29Fix the zlib config optionMatt Caswell
2016-03-29Clarify the behavior of BIO_gets() a bit moreBenjamin Kaduk
2016-03-29Fixup SSL EX_DATA indexTodd Short
2016-03-29Config: The cflags in vms-alpha and vms-ia64 have to be addedRichard Levitte
2016-03-29VMS: Disable the warning MAYLOSEDATA3Richard Levitte
2016-03-29VMS: Harmonize the paths in openssl_startup.com with what's really installedRichard Levitte
2016-03-29VMS: Display the correct path to openssl_startup.com and openssl-utils.comRichard Levitte
2016-03-29RT 4393: Call EC_GROUP_order_bits in priv2opt.David Benjamin
2016-03-29Add a CHANGES entry for opaque BIOsMatt Caswell
2016-03-29Add documentation for BIO functionsMatt Caswell
2016-03-29make updateMatt Caswell
2016-03-29Make BIO opaqueMatt Caswell
2016-03-29Add functions for creating BIO_METHODsMatt Caswell
2016-03-29Fix a big leak when using stack-allocated BIO items.FdaSilvaYY
2016-03-29poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov
2016-03-29crypto/seed: add small-footprint path.Andy Polyakov
2016-03-29Windows build system: fix 32-bit appveyor build.Andy Polyakov
2016-03-29Build system: VC-WIN64I fixups.Andy Polyakov
2016-03-28When using no-dtls create OPENSSL_NO_DTLSKurt Roeckx
2016-03-27Add session reuse tests.Kurt Roeckx
2016-03-27Resolve DTLS cookie and version before session resumption.David Benjamin
2016-03-27It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-27Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte
2016-03-25RT4476: Fix some cast-alignment warningsJeffrey Walton
2016-03-25VMS: add a note about DECC$* logical namesRichard Levitte
2016-03-24Revert part of applink/Borland commitRich Salz
2016-03-24More Borland removal.Rich Salz
2016-03-24VMS: $? might be huge enough to break line length limit, so don't print itRichard Levitte
2016-03-24VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOPRichard Levitte
2016-03-24VMS: have mms ignore creation of already existing dirsRichard Levitte
2016-03-24VMS: Rethink the staging directoryRichard Levitte
2016-03-24Misc fixes in VMS/openssl_startup.com.inRichard Levitte
2016-03-24Adjust some default installation directoriesRichard Levitte
2016-03-23VMS: update the properties of symbol searchRichard Levitte
2016-03-23VMS: compensate for command line length limits with a logical nameRichard Levitte
2016-03-23Move dso.h to internalRich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-23Fix error codeFdaSilvaYY