[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openssl-gost] [gost-engine/engine] a17080: openssl 1.1.0 compatibility



  Branch: refs/heads/master
  Home:   https://github.com/gost-engine/engine
  Commit: a170809d792816448cb4c95f3473531a1a917e69
      https://github.com/gost-engine/engine/commit/a170809d792816448cb4c95f3473531a1a917e69
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
    M gost_crypt.c
    M gost_ec_keyx.c
    M gost_eng.c
    M gost_lcl.h
    M gost_md.c
    M gost_md2012.c
    M gost_pmeth.c

  Log Message:
  -----------
  openssl 1.1.0 compatibility


  Commit: 210ad772b67ec4fc0104643c771251b637b4d1cc
      https://github.com/gost-engine/engine/commit/210ad772b67ec4fc0104643c771251b637b4d1cc
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
    M gost_ameth.c
    M gost_ec_sign.c
    M gost_lcl.h

  Log Message:
  -----------
  Backport commit 22dc08d00ae9517048b1ca44cd3810128eba0273


  Commit: da3aaa787c2021e92e2cc5ea640998dd2b6071a1
      https://github.com/gost-engine/engine/commit/da3aaa787c2021e92e2cc5ea640998dd2b6071a1
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
    M gost_eng.c

  Log Message:
  -----------
  Missed digests


  Commit: 7f0bd904ca97985ad989fe10d65568c9d6c5b2b3
      https://github.com/gost-engine/engine/commit/7f0bd904ca97985ad989fe10d65568c9d6c5b2b3
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M gost_crypt.c

  Log Message:
  -----------
  Bugfix


  Commit: b203fd2def3f638deb8f67fdafcf764e77a6702b
      https://github.com/gost-engine/engine/commit/b203fd2def3f638deb8f67fdafcf764e77a6702b
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M gost_eng.c

  Log Message:
  -----------
  Typo


  Commit: 51a91e8230a0d9794031dd9ee539a3bb8ecf9587
      https://github.com/gost-engine/engine/commit/51a91e8230a0d9794031dd9ee539a3bb8ecf9587
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M gost_ameth.c

  Log Message:
  -----------
  Fixed security bits for GOST 2001


  Commit: 6bea7d0e052ac677a6744d6f755006bb71f889a3
      https://github.com/gost-engine/engine/commit/6bea7d0e052ac677a6744d6f755006bb71f889a3
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M gost_ec_keyx.c

  Log Message:
  -----------
  Correct initializing the context


  Commit: 83cf06d40ed3d4dc1d97c8dc6bb19e295e31e2ac
      https://github.com/gost-engine/engine/commit/83cf06d40ed3d4dc1d97c8dc6bb19e295e31e2ac
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M gost_crypt.c

  Log Message:
  -----------
  Openssl 1.1.0 has separate constants for managing key meshing and sbox values.
Added support for managing key meshing and sbox values into GOST89 ciphers.


  Commit: e06b2112a84129f3a97968ad8551ee3d9588af63
      https://github.com/gost-engine/engine/commit/e06b2112a84129f3a97968ad8551ee3d9588af63
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M Makefile
    M gost_crypt.c
    M gost_eng.c
    M gost_lcl.h

  Log Message:
  -----------
  GOST engine fixes to make it compiling with opaque EVP_CIPHER/EVP_CIPHER_CTX structs


  Commit: 769661c35d148361ddd45ce8e16ae5996edbacce
      https://github.com/gost-engine/engine/commit/769661c35d148361ddd45ce8e16ae5996edbacce
  Author: Max <maxamar@mail.ru>
  Date:   2016-02-24 (Wed, 24 Feb 2016)

  Changed paths:
    A CMakeLists.txt
    A CMake_ReadMe.md
    M gost_ameth.c
    M gost_crypt.c
    M gost_eng.c
    A gost_grasshopper.h
    A gost_grasshopper_cipher.c
    A gost_grasshopper_cipher.h
    A gost_grasshopper_core.c
    A gost_grasshopper_core.h
    A gost_grasshopper_defines.c
    A gost_grasshopper_defines.h
    A gost_grasshopper_galois_precompiled.c
    A gost_grasshopper_mac.c
    A gost_grasshopper_mac.h
    A gost_grasshopper_math.h
    A gost_grasshopper_precompiled.c
    A gost_grasshopper_precompiled.h
    A patches/1.1.0-grasshopper/oids.diff

  Log Message:
  -----------
  Add Grasshopper, CMake


  Commit: 286a33984c698f2efa98dd06995c7d734569409c
      https://github.com/gost-engine/engine/commit/286a33984c698f2efa98dd06995c7d734569409c
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
    M e_gost_err.h
    M gost_asn1.c
    M gost_lcl.h
    M gost_md.c
    M gost_md2012.c

  Log Message:
  -----------
  Sources formatting


  Commit: aed4f443f97e96ed015a7962606b10e1977edd51
      https://github.com/gost-engine/engine/commit/aed4f443f97e96ed015a7962606b10e1977edd51
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
    M gost_ameth.c
    M gost_crypt.c
    M gost_ec_keyx.c
    M gost_ec_sign.c
    M gost_pmeth.c

  Log Message:
  -----------
  Opaquization fixes + sources formatting.


  Commit: e183e8b50da0b46a957c394af8612432a09a42ca
      https://github.com/gost-engine/engine/commit/e183e8b50da0b46a957c394af8612432a09a42ca
  Author: Maxim Tishkov <maxamar@mail.ru>
  Date:   2016-04-28 (Thu, 28 Apr 2016)

  Changed paths:
    A CMakeLists.txt
    A CMake_ReadMe.md
    M gost_eng.c
    A gost_grasshopper.h
    A gost_grasshopper_cipher.c
    A gost_grasshopper_cipher.h
    A gost_grasshopper_core.c
    A gost_grasshopper_core.h
    A gost_grasshopper_defines.c
    A gost_grasshopper_defines.h
    A gost_grasshopper_galois_precompiled.c
    A gost_grasshopper_mac.c
    A gost_grasshopper_mac.h
    A gost_grasshopper_math.h
    A gost_grasshopper_precompiled.c
    A gost_grasshopper_precompiled.h

  Log Message:
  -----------
  Grasshopper && CMake


  Commit: 989119d590359a69086b506922fe2c17a2a81d51
      https://github.com/gost-engine/engine/commit/989119d590359a69086b506922fe2c17a2a81d51
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-04-28 (Thu, 28 Apr 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Reduce minimal version of the CMake


  Commit: 83a3a1682977d0775a085aea7257f949f23c859a
      https://github.com/gost-engine/engine/commit/83a3a1682977d0775a085aea7257f949f23c859a
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-04-28 (Thu, 28 Apr 2016)

  Changed paths:
    M gost_grasshopper_cipher.c
    M gost_grasshopper_core.c
    M gost_grasshopper_math.h

  Log Message:
  -----------
  C89 compliance


  Commit: 5f30387f2fa0d016f61c102e090a7eba591c774f
      https://github.com/gost-engine/engine/commit/5f30387f2fa0d016f61c102e090a7eba591c774f
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-04-28 (Thu, 28 Apr 2016)

  Changed paths:
    R Makefile

  Log Message:
  -----------
  Makefile is autocreated by CMake


  Commit: 03ff63b67e5b4f3e57f9c462bc073e66dcf20851
      https://github.com/gost-engine/engine/commit/03ff63b67e5b4f3e57f9c462bc073e66dcf20851
  Author: Max <maxamar@mail.ru>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M gost_grasshopper_cipher.c

  Log Message:
  -----------
  fix grasshopper-ctr memory corruption - fix ctx buffer size


  Commit: 2eb63f38ba58519aa999a4a83c9f06de3103eeb0
      https://github.com/gost-engine/engine/commit/2eb63f38ba58519aa999a4a83c9f06de3103eeb0
  Author: Max <maxamar@mail.ru>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M gost_grasshopper_cipher.c

  Log Message:
  -----------
  minor change


  Commit: e2d3705da37abfa9edf270b52178c8c66abc51e7
      https://github.com/gost-engine/engine/commit/e2d3705da37abfa9edf270b52178c8c66abc51e7
  Author: Max <maxamar@mail.ru>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M CMakeLists.txt
    R Makefile
    M e_gost_err.h
    M gost_ameth.c
    M gost_asn1.c
    M gost_crypt.c
    M gost_ec_keyx.c
    M gost_ec_sign.c
    M gost_grasshopper_cipher.c
    M gost_grasshopper_core.c
    M gost_grasshopper_math.h
    M gost_lcl.h
    M gost_md.c
    M gost_md2012.c
    M gost_pmeth.c

  Log Message:
  -----------
  merge upstream


  Commit: 9a58917e768502fd6111eb32006a954b864f4495
      https://github.com/gost-engine/engine/commit/9a58917e768502fd6111eb32006a954b864f4495
  Author: Max <maxamar@mail.ru>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M gost_ameth.c

  Log Message:
  -----------
  remove some includes


  Commit: 8bad8d38fcaf3239e7cdaf188d87ccf2e39741cd
      https://github.com/gost-engine/engine/commit/8bad8d38fcaf3239e7cdaf188d87ccf2e39741cd
  Author: Max <maxamar@mail.ru>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    R patches/1.1.0-grasshopper/oids.diff

  Log Message:
  -----------
  remove patch


  Commit: e5064ca2f6ac4329865b759cce04d184b5f9ce4a
      https://github.com/gost-engine/engine/commit/e5064ca2f6ac4329865b759cce04d184b5f9ce4a
  Author: Max <maxamar@mail.ru>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M gost_crypt.c

  Log Message:
  -----------
  minor change


  Commit: 1348ef1c9df11185556614eae37059f98fc8c0e0
      https://github.com/gost-engine/engine/commit/1348ef1c9df11185556614eae37059f98fc8c0e0
  Author: Dmitry Belyavskiy <beldmit@users.noreply.github.com>
  Date:   2016-09-10 (Sat, 10 Sep 2016)

  Changed paths:
    M gost_grasshopper_cipher.c

  Log Message:
  -----------
  Merge pull request #21 from MaXaMaR/openssl_1_1_0

Fix grasshopper-ctr memory corruption


  Commit: 3a01994fee987180f1e2826fa6f0c17d78c04cc9
      https://github.com/gost-engine/engine/commit/3a01994fee987180f1e2826fa6f0c17d78c04cc9
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Add -Werror


  Commit: a72a02c4dd5778eea83db6e9e17d89f0d2b278dd
      https://github.com/gost-engine/engine/commit/a72a02c4dd5778eea83db6e9e17d89f0d2b278dd
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M gost_ameth.c
    M gost_ec_sign.c
    M gost_grasshopper_cipher.c
    M gost_grasshopper_cipher.h
    M gost_grasshopper_precompiled.c
    M gost_grasshopper_precompiled.h
    M gost_lcl.h
    M gost_pmeth.c

  Log Message:
  -----------
  Build with -Werror


  Commit: 868ae7a730a86f9c1021ea766cd714f817cb934d
      https://github.com/gost-engine/engine/commit/868ae7a730a86f9c1021ea766cd714f817cb934d
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    A CMakeLists.txt
    A CMake_ReadMe.md
    R Makefile
    M e_gost_err.h
    M gost_ameth.c
    M gost_asn1.c
    M gost_crypt.c
    M gost_ec_keyx.c
    M gost_ec_sign.c
    M gost_eng.c
    A gost_grasshopper.h
    A gost_grasshopper_cipher.c
    A gost_grasshopper_cipher.h
    A gost_grasshopper_core.c
    A gost_grasshopper_core.h
    A gost_grasshopper_defines.c
    A gost_grasshopper_defines.h
    A gost_grasshopper_galois_precompiled.c
    A gost_grasshopper_mac.c
    A gost_grasshopper_mac.h
    A gost_grasshopper_math.h
    A gost_grasshopper_precompiled.c
    A gost_grasshopper_precompiled.h
    M gost_lcl.h
    M gost_md.c
    M gost_md2012.c
    M gost_pmeth.c

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/openssl_1_1_0'

Conflicts:
	gost_asn1.c
	gost_crypt.c


  Commit: aa0693ece6d75e83f007ee1850e63dc591d49a9f
      https://github.com/gost-engine/engine/commit/aa0693ece6d75e83f007ee1850e63dc591d49a9f
  Author: Dmitry Belyavskiy <beldmit@gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M gost_crypt.c

  Log Message:
  -----------
  Bugfix


Compare: https://github.com/gost-engine/engine/compare/4ec805f3a445...aa0693ece6d7