openssl.git
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
2016-03-19 Dr. Stephen... constify ECDSA_SIG_get0()
2016-03-19 Richard LevitteIf the asm file to be compiled isn't generated, leave...
2016-03-19 Richard Levittemake update
2016-03-19 Richard LevitteDon't let 'generate' target depend on generated files...
2016-03-19 Richard Levitteapps/progs.pl: add back the INCLUDE_FUNCTION_TABLE...
2016-03-19 Viktor DukhovniRevert "Ignore the generated apps/progs.h"
2016-03-19 Viktor DukhovniRevert "Generate apps/progs.h on the fly"
2016-03-19 Viktor DukhovniRevert "Include progs.h directly in openssl.c instead...
2016-03-19 Alex GaynorGH36: Add casts to match the documentation
2016-03-19 Richard LevitteCorrect faulty L<> links in .pods
2016-03-19 Richard LevitteAdd a few more quotes for Windows (install_ssldirs)
2016-03-19 Richard LevitteThe command source are files, not directories
2016-03-19 Richard LevitteReplace sed command with perl
2016-03-19 Richard LevitteClear the exit code from 'find' in 'make depend'
2016-03-19 Richard LevitteShut find up about files not found
2016-03-19 Schüller FelixDon't free up EVP_MD_CTX.
2016-03-19 Richard LevitteUse the dependencies received in generatesrc()
2016-03-19 Richard LevitteIgnore the generated apps/progs.h
2016-03-19 Richard LevitteGenerate apps/progs.h on the fly
2016-03-19 Richard LevitteInclude progs.h directly in openssl.c instead of via...
2016-03-19 Richard LevitteMake apps/progs.pl more flexible
2016-03-19 Richard LevitteCorrect the export list when writing configdata.pm
2016-03-19 Richard LevitteCorrect the check of files to depend on against known...
2016-03-19 Richard LevitteDon't perform tsa tests if configured "no-ts"
2016-03-19 Richard LevitteCorrect incorrect path
2016-03-18 Richard LevitteBetter 'make depend' mechanism
2016-03-18 Richard Levittemake update
2016-03-18 Richard LevitteImplement support for no-ts
2016-03-18 Richard Levitteapps/progs.pl: more consistent output for digests
2016-03-18 Matt CaswellFix no-des
2016-03-18 Matt CaswellFix no-dgram
2016-03-18 Matt CaswellFix no-deprecated
2016-03-18 Matt CaswellFix no-cmac
next