openssl.git
2016-03-30 Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-30 Richard LevitteWhen verbosity is requested, OpenSSL::Test::run() displ...
2016-03-30 Richard LevitteHave OpenSsl..Test::app() and friends look for file...
2016-03-30 Richard LevitteSince OpenSSL::Test redirects stderr to /dev/null,...
2016-03-30 Richard LevitteAdd the option 'interpreter_args' to perlapps() and...
2016-03-30 Dr. Stephen... Remove X509_PUBKEY lock.
2016-03-30 Ben LaurieMake it legal C.
2016-03-30 Ben LaurieMore things that don't work together.
2016-03-30 Matt CaswellFix build compilation failures
2016-03-30 Richard LevitteBreak out DllMain from crypto/cryptlib.c and use it...
2016-03-30 Richard LevitteMake it possible to specify source files that will...
2016-03-30 Richard LevitteAdapt bf_lbuf for opaque BIO
2016-03-30 Richard Levitte'make test' depends of having util/shlib-wrap.sh symlin...
2016-03-30 Viktor DukhovniRequire intermediate CAs to have basicConstraints CA...
2016-03-29 Matt CaswellFix the zlib config option
2016-03-29 Benjamin KadukClarify the behavior of BIO_gets() a bit more
2016-03-29 Todd ShortFixup SSL EX_DATA index
2016-03-29 Richard LevitteConfig: The cflags in vms-alpha and vms-ia64 have to...
2016-03-29 Richard LevitteVMS: Disable the warning MAYLOSEDATA3
2016-03-29 Richard LevitteVMS: Harmonize the paths in openssl_startup.com with...
2016-03-29 Richard LevitteVMS: Display the correct path to openssl_startup.com...
2016-03-29 David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
2016-03-29 Matt CaswellAdd a CHANGES entry for opaque BIOs
2016-03-29 Matt CaswellAdd documentation for BIO functions
2016-03-29 Matt Caswellmake update
2016-03-29 Matt CaswellMake BIO opaque
2016-03-29 Matt CaswellAdd functions for creating BIO_METHODs
2016-03-29 FdaSilvaYYFix a big leak when using stack-allocated BIO items.
2016-03-29 Andy Polyakovpoly1305/asm/poly1305-x86.pl: don't loose 59-th bit.
2016-03-29 Andy Polyakovcrypto/seed: add small-footprint path.
2016-03-29 Andy PolyakovWindows build system: fix 32-bit appveyor build.
2016-03-29 Andy PolyakovBuild system: VC-WIN64I fixups.
2016-03-27 Kurt RoeckxWhen using no-dtls create OPENSSL_NO_DTLS
2016-03-27 Kurt RoeckxAdd session reuse tests.
2016-03-27 David BenjaminResolve DTLS cookie and version before session resumption.
2016-03-27 Kurt RoeckxIt's called SSL_session_reused(), not SSL_session_resumed()
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-27 Richard LevitteMath::BigInt does floored divs, BN_div does truncated...
2016-03-25 Jeffrey WaltonRT4476: Fix some cast-alignment warnings
2016-03-25 Richard LevitteVMS: add a note about DECC$* logical names
2016-03-24 Rich SalzRevert part of applink/Borland commit
2016-03-24 Rich SalzMore Borland removal.
2016-03-23 Richard LevitteVMS: $? might be huge enough to break line length limit...
2016-03-23 Richard LevitteVMS: install openssl.conf in OPENSSLDIR, not INSTALLTOP
2016-03-23 Richard LevitteVMS: have mms ignore creation of already existing dirs
2016-03-23 Richard LevitteVMS: Rethink the staging directory
2016-03-23 Richard LevitteMisc fixes in VMS/openssl_startup.com.in
2016-03-23 Richard LevitteAdjust some default installation directories
2016-03-23 Richard LevitteVMS: update the properties of symbol search
2016-03-23 Richard LevitteVMS: compensate for command line length limits with...
2016-03-23 Rich SalzMove dso.h to internal
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-23 FdaSilvaYYFix error code
2016-03-23 Richard LevitteSmall fixups in DSO
2016-03-23 Rob PercivalRemoved unused fields of CT_POLICY_EVAL_CTX
2016-03-23 Alex GaynorCorrect another batch of typos
2016-03-22 Kurt RoeckxCheck algo_strength using SSL_STRONG_MASK
2016-03-22 Dr. Stephen... remove unused references field
2016-03-22 Rich SalzHave only one DSO_METHOD_openssl
2016-03-22 Rich SalzMake DSO opaque.
2016-03-22 Dr. Stephen... Make X509_PUBKEY opaque
2016-03-22 Dr. Stephen... move x_pubkey.c to crypto/x509
2016-03-22 Ben LaurieFix enable-zlib no-comp.
2016-03-22 Ben LaurieFix no-rc4.
2016-03-22 Ben LaurieMove declaration of i into blocks where it is used.
2016-03-22 Ben Lauriesctp requires dgram.
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Richard LevitteDowncase VMS config names
2016-03-21 Richard LevitteJust like bio_out, bio_err needs the linebuffer filter...
2016-03-21 Rob PercivalAdds s2i function for ct_precert_poison X509 extension
2016-03-21 Steven LinsellFix memory leak where fdlookup linked list is not freed...
2016-03-21 Matt CaswellFix no-ts with --strict-warnings
2016-03-21 Matt CaswellFix no-sock
2016-03-21 Matt CaswellFix no-gost
2016-03-21 Dr. Stephen... Don't use hardcoded values for types
2016-03-21 Richard LevitteIn for loop values, introduce a dummy to protect agains...
2016-03-21 Matt CaswellFix no-seed
2016-03-21 Matt CaswellRemove the no-rijndael option
2016-03-21 Matt CaswellFix no-scrypt
2016-03-21 Matt CaswellSkip the CMS tests if CMS is disabled
2016-03-21 Matt CaswellFix no-dsa
2016-03-21 Andy PolyakovBuild system: VC-WIN64I fixups.
2016-03-21 Andy PolyakovConfigurations/windows-makefile.tmpl: respect no-makede...
2016-03-21 Andy PolyakovWindows build system: get uplink right.
2016-03-21 Andy Polyakovconfig: fix off-by-centimeter-to-the-right typo.
2016-03-21 Andy PolyakovConfigurations/10-main.conf: freeze -std option in...
2016-03-21 Richard LevitteRemove mk1mf documentation
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-21 Richard LevitteRemove generation of ms/version32.rc from Configure...
2016-03-21 Richard LevitteRemove the mk1mf VC-WIN* builds and its supporting...
2016-03-21 Todd ShortFix ALPN - more fixes
2016-03-21 Viktor DukhovniAdd a comment on dane_verify() logic
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Rich SalzGH886: CONNECT should use HTTP/1.1
2016-03-20 Richard LevitteHave makedepend output to stdout and redirect it
2016-03-20 Rich Salzct_int.h only needed by crypto/ct
2016-03-20 Dr. Stephen... constify DSA_SIG_get0()
2016-03-20 Rich SalzMove blake2_loclh to blake2 directory
2016-03-20 Alex GaynorFixed language
2016-03-20 Alex GaynorFixed a bunch of typos in the docs
next