1. 30 Nov, 2017 1 commit
  2. 27 Nov, 2017 1 commit
  3. 25 Nov, 2017 1 commit
  4. 24 Nov, 2017 2 commits
  5. 21 Nov, 2017 1 commit
    • Richard Levitte's avatar
      Avoid unnecessary MSYS2 conversion of some arguments · 0ec3b53c
      Richard Levitte authored
      Fixes #4740
      
      The MSYS2 run-time convert arguments that look like paths when
      executing a program unless that application is linked with the MSYS
      run-time. The exact conversion rules are listed here:
      
          http://www.mingw.org/wiki/Posix_path_conversion
      
      
      
      With the built-in configurations (all having names starting with
      "mingw"), the openssl application is not linked with the MSYS2
      run-time, and therefore, it will receive possibly converted arguments
      from the process that executes it. This conversion is fine for normal
      path arguments, but it happens that some arguments to the openssl
      application get converted when they shouldn't. In one case, it's
      arguments like '-passin file:something', and in another, it's a file:
      URI (what typically happens is that URIs without an authority
      component get converted, 'cause the conversion mechanism doesn't
      recognise them as URIs).
      
      To avoid conversion where we don't want it, we simply assign
      MSYS2_ARG_CONV_EXCL a pattern to avoid specific conversions. As a
      precaution, we only do this where we obviously need it.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4766)
      0ec3b53c
  6. 16 Nov, 2017 1 commit
  7. 13 Nov, 2017 1 commit
  8. 11 Nov, 2017 1 commit
  9. 10 Nov, 2017 2 commits
  10. 08 Nov, 2017 2 commits
  11. 07 Nov, 2017 4 commits
  12. 05 Nov, 2017 3 commits
  13. 03 Nov, 2017 4 commits
  14. 02 Nov, 2017 5 commits
  15. 01 Nov, 2017 2 commits
  16. 31 Oct, 2017 9 commits