aboutsummaryrefslogtreecommitdiff
path: root/security/sslproxy
Commit message (Collapse)AuthorAgeFilesLines
* security/sslproxy: Fix buildMuhammad Moinur Rahman2019-09-262-24/+0
| | | | Notes: svn path=/head/; revision=512896
* security/sslproxy: Update version 0.6.0=>0.7.0Muhammad Moinur Rahman2019-09-242-5/+4
| | | | Notes: svn path=/head/; revision=512751
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-0/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* security/sslproxy: Update version 0.5.9=>0.6.0Muhammad Moinur Rahman2019-05-094-7/+18
| | | | Notes: svn path=/head/; revision=501089
* [NEW] security/sslproxy: Transparent and scalable SSL/TLS interceptionMuhammad Moinur Rahman2019-03-065-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | SSLproxy is a proxy for SSL/TLS encrypted network connections. It is intended to be used for decrypting and diverting network traffic to other programs, such as UTM services, for deep SSL inspection. SSLproxy is designed to transparently terminate connections that are redirected to it using a network address translation engine. SSLproxy then terminates SSL/TLS and initiates a new SSL/TLS connection to the original destination address. Packets received on the client side are decrypted and sent to the program listening on a port given in the proxy specification. SSLproxy inserts in the first packet the address and port it is expecting to receive the packets back from the program. Upon receiving the packets back, SSLproxy re-encrypts and sends them to their original destination. The return traffic follows the same path back to the client in reverse order. WWW: https://github.com/sonertari/SSLproxy Please note that the sslproxy deleted and sslproxy created are not the same application. Notes: svn path=/head/; revision=494801
* 2013-02-27 www/igal: No more upstream, no more public distfiles, consider ↵Baptiste Daroussin2013-03-035-101/+0
| | | | | | | | | | | | | | | | using www/llgal 2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server 2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles 2013-02-28 security/sslproxy: Abandoned upstream 2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles 2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008 2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd 2013-02-28 mail/gmime: Superceded with version 2.4 2013-02-28 archivers/bsdar: part of the base system Notes: svn path=/head/; revision=313385
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Mark DEPRECATEDThomas Abthorpe2013-01-271-0/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=311051
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Use PLIST_FILES instead of PLIST.Mark Linimon2006-07-151-1/+1
| | | | | | | Pointy hat to: miwi Notes: svn path=/head/; revision=167941
* Add plist in makefileMartin Wilke2006-06-132-4/+2
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=165299
* Update MASTER_SITESMartin Wilke2006-06-122-4/+7
| | | | | | | | PR: ports/97808 Approved by: krion (mentor) Notes: svn path=/head/; revision=165207
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-1/+1
| | | | | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems. Notes: svn path=/head/; revision=32957
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* Add a patch that stops sslproxy from leaving zombies all over the place.Bill Fumerola2000-02-074-7/+43
| | | | | | | | | Submitted by: rwatson Upgrade to sslproxy.2000_Jan_29, with appropriate changes. Notes: svn path=/head/; revision=25576
* USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)Kris Kennaway2000-02-062-15/+11
| | | | | | | Assisted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25527
* Remove dependencies to header files in ${PREFIX} to avoid problemsDirk Froemberg2000-01-021-1/+0
| | | | | | | if openssl is in the base system already. Notes: svn path=/head/; revision=24366
* Change dependencies from static to shared openssl libraries,Dirk Froemberg1999-11-071-1/+2
| | | | | | | because openssl also builds shared libraries, now. Notes: svn path=/head/; revision=22957
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Find the ssl header files correctly and fix this so it will work ifSteve Price1999-08-013-4/+22
| | | | | | | | | | USA_RESIDENT=YES. PR: 12795 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20440
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Initial import of sslproxy version 19980614.Steve Price1999-06-066-0/+46
Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org> Notes: svn path=/head/; revision=19271