1. 07 Feb, 2022 1 commit
  2. 31 Dec, 2021 1 commit
  3. 18 Dec, 2021 6 commits
  4. 28 Sep, 2021 1 commit
  5. 27 Sep, 2021 6 commits
  6. 16 Sep, 2021 2 commits
  7. 04 Aug, 2021 1 commit
  8. 31 Jul, 2021 1 commit
  9. 29 Jul, 2021 1 commit
  10. 15 May, 2021 2 commits
    • Alon Bar-Lev's avatar
      doc: update ChangeLog · 88077c98
      Alon Bar-Lev authored
      88077c98
    • Lev Stipakov's avatar
      build: nmake: openssl 1.1.1 support · 1d33a743
      Lev Stipakov authored
      
      
      Starting from version 1.1.1, OpenSSL includes routines
      like RSA_meth_xxx and DSA_meth_xxx. pkcs11-helper includes
      implementation of those routines. That code is compiled if
      they're missing from OpenSSL.
      
      nmake build uses pre-generated config-w32-vc.h, which lacks
      defines which indicate that OpenSSL includes above routines,
      which causes pkcs11's own implementaion to be compiled. However,
      pkcs11-helper implementation is not compatible with OpenSSL 1.1.1 -
      for example, it takes size of opaque struct RSA_METHOD, which
      has become internal in OpenSSL.
      
      This adds necessary defines to config header used by nmake build
      so that pkcs11-helper code, which is not compatible with OpenSSL 1.1.1,
      is not compiled.
      
      Also libeay is changed to libcrypto.
      
      Signed-off-by: default avatarLev Stipakov <lev@openvpn.net>
      1d33a743
  11. 08 May, 2021 2 commits
  12. 07 May, 2021 6 commits
  13. 04 Jan, 2021 1 commit
  14. 17 Nov, 2020 3 commits
  15. 13 Jun, 2020 1 commit
  16. 18 Feb, 2020 1 commit
  17. 21 Jan, 2020 2 commits
  18. 25 Apr, 2019 2 commits