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

[openssl-gost] [gost-engine/engine] 9d390a: MSVC: CI: Specify explicitly OpenSSL build target



  Branch: refs/heads/master
  Home:   https://github.com/gost-engine/engine
  Commit: 9d390a3369bfc121d7fe83f49c12828f0413af67
      https://github.com/gost-engine/engine/commit/9d390a3369bfc121d7fe83f49c12828f0413af67
  Author: Vitaly Chikunov <vt@altlinux.org>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M .github/workflows/windows.yml

  Log Message:
  -----------
  MSVC: CI: Specify explicitly OpenSSL build target

Useful to copy-paste for manual builds.

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>


  Commit: 5066a5ec83976a283f676b0386e0cb15fd7378dc
      https://github.com/gost-engine/engine/commit/5066a5ec83976a283f676b0386e0cb15fd7378dc
  Author: Vitaly Chikunov <vt@altlinux.org>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M test_tls.c

  Log Message:
  -----------
  MSVC: Fix casting warning C4057

test_tls.c(103,5): warning C4057: 'function': 'const unsigned char *' differs in indirection to slightly different base types from 'char [8]'
test_tls.c(104,5): warning C4057: 'function': 'const unsigned char *' differs in indirection to slightly different base types from 'char [9]'

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>


  Commit: bf50d9535f4641c55bbe576a74f91f8fc0665d3e
      https://github.com/gost-engine/engine/commit/bf50d9535f4641c55bbe576a74f91f8fc0665d3e
  Author: Vitaly Chikunov <vt@altlinux.org>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M CMakeLists.txt
    M test_tls.c

  Log Message:
  -----------
  test_tls: Rework test to be single process

Rework the test to be similar to sslapitest.c. Using BIO only connections
and non-blocking IO instead of socketpair and separate processes.
This will allow it to compile and work on Windows.

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>


Compare: https://github.com/gost-engine/engine/compare/e847cc4876d2...bf50d9535f46