summaryrefslogtreecommitdiff
path: root/windows-libs
AgeCommit message (Collapse)AuthorFilesLines
2018-12-19windows-libs: include missing gcc libs for GnuTLSPeter Wu1-4/+14
Tested in a clean Win7 SP1 x64 image.
2018-12-19windows-libs: add script to build GnuTLS packagePeter Wu2-0/+552
Tested with MSVC 2015 (Win64). Use Fedora packages as Debian does not have MinGW packages for GnuTLS.
2018-08-04make-libs: ensure directory prefixPeter Wu1-20/+21
Ensure that files are put within a subdirectory within the zip. Remove extra info (timestamps/uid/gid) and sort the URLs while at it.
2018-08-02windows-libs: add script to build gcrypt libs packagePeter Wu1-0/+80
Tested with MSVC 2015 (Win64) and the WireGuard patches on top of v2.9.0rc0-1338-g9b9a0d0f88. The decryption suite (43 tests) passes. README.Wireshark is based on Pascal's instructions from libgcrypt-1.7.6-win64ws.zip