summaryrefslogtreecommitdiff
path: root/security/sst/files/patch-sst.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/sst: upgrade from 1.23 to 1.26Mikhail Teterin2024-01-021-308/+14
| | | | Nudged by: portscout
* Fix an off-by-one error in the SSL-method selection I implementedMikhail Teterin2018-11-181-1/+1
| | | | | | | earlier. How embarrassing... Notes: svn path=/head/; revision=485285
* Fix a copy-pasting error in the just committed patch...Mikhail Teterin2018-11-051-1/+1
| | | | Notes: svn path=/head/; revision=484159
* Upgrade to upstream's 1.23. Try to organize the checksMikhail Teterin2018-11-051-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
* Fix build when OpenSSL doesn't support SSL2/SSL3Tijl Coosemans2015-01-111-17/+75
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=376785
* Only depend on net/netcat, when /usr/bin/netcat is not uvailable (eitherMikhail Teterin2013-06-211-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
* Add sst 1.0, a simple SSL tunneling tool that uses netcat.Will Andrews2000-12-311-0/+24
PR: 22671 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=36520