summaryrefslogtreecommitdiff
path: root/security/sst/files/patch-sst.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-02security/sst: upgrade from 1.23 to 1.26Mikhail Teterin1-308/+14
Nudged by: portscout
2018-11-18Fix an off-by-one error in the SSL-method selection I implementedMikhail Teterin1-1/+1
earlier. How embarrassing... Notes: svn path=/head/; revision=485285
2018-11-05Fix a copy-pasting error in the just committed patch...Mikhail Teterin1-1/+1
Notes: svn path=/head/; revision=484159
2018-11-05Upgrade to upstream's 1.23. Try to organize the checksMikhail Teterin1-107/+213
for various methods -- some may be too new to be available in earlier versions of OpenSSL, others -- too old to be found in latest ones. Submitted upstream. Reported by: pkg-fallout Notes: svn path=/head/; revision=484158
2015-01-11Fix build when OpenSSL doesn't support SSL2/SSL3Tijl Coosemans1-17/+75
PR: 195796 Notes: svn path=/head/; revision=376785
2013-06-21Only depend on net/netcat, when /usr/bin/netcat is not uvailable (eitherMikhail Teterin1-8/+130
because the present FreeBSD is too old, or because we are building on, say, DragonFlyBSD). Fix up most compiler warnings, while I'm here. Bump PORTREVISION. PR: ports/179752 Submitted by: John Marino Notes: svn path=/head/; revision=321436
2000-12-31Add sst 1.0, a simple SSL tunneling tool that uses netcat.Will Andrews1-0/+24
PR: 22671 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=36520