summary refs log tree commit diff stats
path: root/plugins/fishlim/dh1080.c
AgeCommit message (Collapse)Author
2018-02-18fishlim: Fix build warningPatrick Griffis
2017-03-30Fix key exchangeeimmot
Clients will receive the proper shared secret. Eliminates error message: SSL_read: error:05066064:Diffie-Hellman routines:compute_key:no private value Fixes #1974
2017-01-05fishlim: Fix not including config.hPatrick Griffis
2016-12-13Fix building fishlim against libressl alsoPatrick Griffis
Also part of #1898
2016-10-23Final fixup of OpenSSL 1.1.0 changesPatrick Griffis
2016-10-11fishlim: Fix MEMZERO macro using element number not bytesIgor
Closes #1837
2016-10-08fishlim: Add /keyx for DH1080 key exchangePatrick Griffis
Losely based upon work from PR #1440 Fixes #653