1. 24 Mar, 2021 8 commits
  2. 10 Feb, 2021 1 commit
  3. 06 Jan, 2021 6 commits
  4. 09 Dec, 2020 1 commit
  5. 19 May, 2020 2 commits
  6. 13 Sep, 2019 1 commit
  7. 11 Sep, 2019 3 commits
  8. 25 Apr, 2019 1 commit
  9. 05 Feb, 2019 2 commits
  10. 24 Jan, 2019 1 commit
  11. 07 Dec, 2018 2 commits
  12. 27 Oct, 2018 7 commits
  13. 30 Aug, 2018 1 commit
  14. 29 Aug, 2018 2 commits
    • Nils Goroll's avatar
      add libcrypto multithreading support infrastructure · 663ee568
      Nils Goroll authored
      I would have thought that for our usecase (we only ever access a copy
      of an md ctx in a single thread) we do not need this, but due to strange
      error output on CentOS 7.2.1511 libcrypto 1.0.1e, add it to be on the
      safe side:
      
      -   Debug          "vauth_sig.valid() failed%00"
      -   Debug          "crypto 139880179115568:error:04091068:lib(4):func(145):reason(104):rsa_sign.c:287:%0a%00"
      
      The interesting bit is the %00 at the end of both lines
      663ee568
    • Nils Goroll's avatar
      test verify error · cca1990d
      Nils Goroll authored
      cca1990d
  15. 28 Aug, 2018 2 commits