1. 25 Aug, 2018 4 commits
  2. 08 May, 2018 3 commits
  3. 07 May, 2018 1 commit
  4. 04 May, 2018 1 commit
  5. 03 May, 2018 2 commits
  6. 27 Apr, 2018 2 commits
  7. 22 Apr, 2018 2 commits
  8. 14 Apr, 2018 6 commits
  9. 12 Apr, 2018 1 commit
  10. 06 Apr, 2018 1 commit
  11. 03 Apr, 2018 5 commits
  12. 25 Mar, 2018 1 commit
    • Bernard Spil's avatar
      [PATCH] Allow building without NPN · 400934e5
      Bernard Spil authored
      NPN has been superseeded by ALPN. OpenSSL provides a configure
      option to disable npn (no-npn) which results in an OpenSSL
      installation that defines OPENSSL_NO_NEXTPROTONEG in opensslconf.h
      
      The #ifdef's look safe here (as the next_proto is initialized as
      nullptr). Alteratively, macros could be defined for the used npn
      methods that return a 0 for next_proto.
      Signed-off-by: default avatarBernard Spil <brnrd@FreeBSD.org>
      400934e5
  13. 13 Mar, 2018 2 commits
  14. 12 Mar, 2018 2 commits
  15. 11 Mar, 2018 1 commit
  16. 27 Feb, 2018 4 commits
  17. 26 Feb, 2018 1 commit
  18. 25 Feb, 2018 1 commit