ssl v3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 424
MatrixSSL 1.8.3
MatrixSSL provides an embedded SSL implementation for small footprint devices. more>>
MatrixSSL provides an embedded SSL implementation for small footprint devices.
PeerSec MatrixSSL is an embedded SSL implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50K on disk with cipher suites.
It includes SSL client and SSL server support, session resumption, and implementations of RSA, 3DES, ARC4, SHA1, and MD5.
The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.
Main features:
- < 50KB total footprint with crypto provider
- SSLv3 and TLS server and client support
- Included crypto library - RSA, AES, 3DES, ARC4, SHA1, MD5
- Cipher Suites - RC4-MD5, RC4-SHA, DES-CBC3-SHA, AES128-SHA, AES256-SHA
- RSA public and private key generation
- X.509 certificate generation and signing
- Full support for fast session resumption/caching
- X.509 server and client certificate authentication
- Tight, heavily commented code in portable C
- User and developer documentation
<<lessPeerSec MatrixSSL is an embedded SSL implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50K on disk with cipher suites.
It includes SSL client and SSL server support, session resumption, and implementations of RSA, 3DES, ARC4, SHA1, and MD5.
The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.
Main features:
- < 50KB total footprint with crypto provider
- SSLv3 and TLS server and client support
- Included crypto library - RSA, AES, 3DES, ARC4, SHA1, MD5
- Cipher Suites - RC4-MD5, RC4-SHA, DES-CBC3-SHA, AES128-SHA, AES256-SHA
- RSA public and private key generation
- X.509 certificate generation and signing
- Full support for fast session resumption/caching
- X.509 server and client certificate authentication
- Tight, heavily commented code in portable C
- User and developer documentation
Download (0.40MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
977 downloads
SSL++ 0.1.1
SSL++ is simple C++ library that encapsulates some of OpenSSL functionality in easy to use set of classes. more>>
SSL++ is simple C++ library that encapsulates some of OpenSSL functionality in easy to use set of classes.
SSL++ library is in very early stage of development now, but can do enough already to be useful to C++ developers, who want to use SSL in their programs.
Following classes are provided:
- CSSLObject
- CSSLConnection
- CSSLServer
CSSLConnection class represents SSL-enabled connection between two machines.
It could be used on both server and client side. If used as server, it will allow you to accept exactly one connection. Kind of P2P.
CSSLServer class represents SSL-enables network server. On creation server binds to the socket, and listens for incomming connections. To receive next connection call nextClient() function. It will block untill connection is received and SSL handshake is performed. It returns pointer to ready for I/O CSSLConnection object. This object must be explicitly deleted, once you no longer need it.
CSSLObject class is base class for all SSL++ objects. It is responsible for library initialisation, and some common functions. If you are not hacking SSL++, you dont need it.
See client.cpp and server.cpp for examples of use.
<<lessSSL++ library is in very early stage of development now, but can do enough already to be useful to C++ developers, who want to use SSL in their programs.
Following classes are provided:
- CSSLObject
- CSSLConnection
- CSSLServer
CSSLConnection class represents SSL-enabled connection between two machines.
It could be used on both server and client side. If used as server, it will allow you to accept exactly one connection. Kind of P2P.
CSSLServer class represents SSL-enables network server. On creation server binds to the socket, and listens for incomming connections. To receive next connection call nextClient() function. It will block untill connection is received and SSL handshake is performed. It returns pointer to ready for I/O CSSLConnection object. This object must be explicitly deleted, once you no longer need it.
CSSLObject class is base class for all SSL++ objects. It is responsible for library initialisation, and some common functions. If you are not hacking SSL++, you dont need it.
See client.cpp and server.cpp for examples of use.
Download (0.005MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1341 downloads
yaSSL 1.6.8
yaSSL is an SSL Library for programmers building security functionality into their applications and devices. more>>
yaSSL is an SSL Library for programmers building security functionality into their applications and devices.
yaSSL has a dual licensing model, like MySQL, so it is available under GPL and commercial licenses. Support and consulting are also available for yaSSL.
Main features:
- SSL version 3 and TLS version 1 (client and server)
- OpenSSL compatibility layer
- MySQL integration
- Initial stunnel integration
- MD2, MD5, SHA-1, RIPEMD, HMAC, DES, 3DES, AES, ARC4, TWOFISH, BLOWFISH, RSA, DSS, DH, and PKCS#5 PBKDF2
- Simple API
- Interchangeable crypto and certificate libraries
- PEM and DER certificate support
- Very fast
- Multiple OS support: Win32, Linux, Solaris, FreeBSD, NetBSD, OpenBSD, and Mac OS X
Enhancements:
- This release of contains bugfixes and adds SHA-256, SHA-512, SHA-224, and SHA-384.
<<lessyaSSL has a dual licensing model, like MySQL, so it is available under GPL and commercial licenses. Support and consulting are also available for yaSSL.
Main features:
- SSL version 3 and TLS version 1 (client and server)
- OpenSSL compatibility layer
- MySQL integration
- Initial stunnel integration
- MD2, MD5, SHA-1, RIPEMD, HMAC, DES, 3DES, AES, ARC4, TWOFISH, BLOWFISH, RSA, DSS, DH, and PKCS#5 PBKDF2
- Simple API
- Interchangeable crypto and certificate libraries
- PEM and DER certificate support
- Very fast
- Multiple OS support: Win32, Linux, Solaris, FreeBSD, NetBSD, OpenBSD, and Mac OS X
Enhancements:
- This release of contains bugfixes and adds SHA-256, SHA-512, SHA-224, and SHA-384.
Download (0.51MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
920 downloads
CyaSSL 0.8.5
CyaSSL package is a fast, dual-licensed implementation of SSL for embedded and small footprint devices. more>>
CyaSSL package is a fast, dual-licensed implementation of SSL for embedded and small footprint devices. It includes SSL client libraries and an SSL server implementation.
CyaSSL supports multiple APIs including an OpenSSL compatibility interface. TLS 1.1 is supported along with cipher suites for AES, 3DES, and RC4.
Installation:
To build on Linux, Solaris, *BSD, Mac OS X, or Cygwin:
./configure
make
from the ./testsuite/ directory run ./testsuite
to make a debug build:
./configure --enable-debug --disable-shared
make
Enhancements:
- This release adds increased error string support, better closed connection dectection, and OpenSSL type DES functionality.
<<lessCyaSSL supports multiple APIs including an OpenSSL compatibility interface. TLS 1.1 is supported along with cipher suites for AES, 3DES, and RC4.
Installation:
To build on Linux, Solaris, *BSD, Mac OS X, or Cygwin:
./configure
make
from the ./testsuite/ directory run ./testsuite
to make a debug build:
./configure --enable-debug --disable-shared
make
Enhancements:
- This release adds increased error string support, better closed connection dectection, and OpenSSL type DES functionality.
Download (0.57MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
840 downloads
ssl-cert-check 3.0
ssl-cert-check is a Bourne shell script that checks the expiration status of digital certificates on SSL servers. more>>
ssl-cert-check is a Bourne shell script that checks the expiration status of digital certificates on SSL servers.
It supports both interactive and batch modes and easily integrates with cron. It provides custom expiration thresholds and can be configured to send email if a certificate is close to expiring.
Enhancements:
- This release contains a new "-i" option to print the certificate issuer.
- The requirement to use GNU date has been removed (the program now uses a built-in Julian date routine).
- The documentation has also been significantly updated to include numerous useful examples.
<<lessIt supports both interactive and batch modes and easily integrates with cron. It provides custom expiration thresholds and can be configured to send email if a certificate is close to expiring.
Enhancements:
- This release contains a new "-i" option to print the certificate issuer.
- The requirement to use GNU date has been removed (the program now uses a built-in Julian date routine).
- The documentation has also been significantly updated to include numerous useful examples.
Download (0.013MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
828 downloads
mod_ssl 2.8.28
The mod_ssl project provides strong cryptography for the Apache 1.3 webserver. more>>
mod_ssl module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson.
The mod_ssl package was created in April 1998 by Ralf S. Engelschall and was originally derived from software developed by Ben Laurie for use in the Apache-SSL HTTP server project. The mod_ssl package is licensed under a BSD-style license, which basically means that you are free to get and use it for commercial and non-commercial purposes.
Main features:
- Open Source software (BSD-style license)
- Useable for both commercial and non-commercial use
- Available for both Unix and Win32 platforms
- 128-bit strong cryptography world-wide
- Support for SSLv2, SSLv3 and TLSv1 protocols
- Support for both RSA and Diffie-Hellman ciphers
- Clean reviewable ANSI C source code
- Clean Apache module architecture
- Integrates seamlessly into Apache through an Extended API (EAPI)
- Full Dynamic Shared Object (DSO) support
- Support for the OpenSSL+RSAref US-situation
- Advanced pass-phrase handling for private keys
- X.509 certificate based authentication for both client and server
- X.509 certificate revocation list (CRL) support
- Support for per-URL renegotiation of SSL handshake parameters
- Support for explicit seeding of the PRNG with external sources
- Additional boolean-expression based access control facility
- Backward compatibility to other Apache SSL solutions
- Inter-process SSL session cache (DBM or Shared Memory based)
- Powerful dedicated SSL engine logging facility
- Simple and robust application to Apache source trees
- Fully integrated into the Apache 1.3 configuration mechanism
- Additional integration into the Apache Autoconf-style Interface (APACI)
- Assistance in X.509v3 certificate generation (both RSA and DSA)
<<lessThe mod_ssl package was created in April 1998 by Ralf S. Engelschall and was originally derived from software developed by Ben Laurie for use in the Apache-SSL HTTP server project. The mod_ssl package is licensed under a BSD-style license, which basically means that you are free to get and use it for commercial and non-commercial purposes.
Main features:
- Open Source software (BSD-style license)
- Useable for both commercial and non-commercial use
- Available for both Unix and Win32 platforms
- 128-bit strong cryptography world-wide
- Support for SSLv2, SSLv3 and TLSv1 protocols
- Support for both RSA and Diffie-Hellman ciphers
- Clean reviewable ANSI C source code
- Clean Apache module architecture
- Integrates seamlessly into Apache through an Extended API (EAPI)
- Full Dynamic Shared Object (DSO) support
- Support for the OpenSSL+RSAref US-situation
- Advanced pass-phrase handling for private keys
- X.509 certificate based authentication for both client and server
- X.509 certificate revocation list (CRL) support
- Support for per-URL renegotiation of SSL handshake parameters
- Support for explicit seeding of the PRNG with external sources
- Additional boolean-expression based access control facility
- Backward compatibility to other Apache SSL solutions
- Inter-process SSL session cache (DBM or Shared Memory based)
- Powerful dedicated SSL engine logging facility
- Simple and robust application to Apache source trees
- Fully integrated into the Apache 1.3 configuration mechanism
- Additional integration into the Apache Autoconf-style Interface (APACI)
- Assistance in X.509v3 certificate generation (both RSA and DSA)
Download (0.80MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1186 downloads
OpenSSL 0.9.8e
OpenSSL is The Open Source toolkit for Secure Sockets Layer and Transport Layer Security. more>>
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.
OpenSSL project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.
OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.
Main features:
- Creation of RSA, DH and DSA key parameters
- Creation of X.509 certificates, CSRs and CRLs
- Calculation of Message Digests
- Encryption and Decryption with Ciphers
- SSL/TLS Client and Server Tests
- Handling of S/MIME signed or encrypted mail
<<lessOpenSSL project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.
OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.
Main features:
- Creation of RSA, DH and DSA key parameters
- Creation of X.509 certificates, CSRs and CRLs
- Calculation of Message Digests
- Encryption and Decryption with Ciphers
- SSL/TLS Client and Server Tests
- Handling of S/MIME signed or encrypted mail
Download (3.1MB)
Added: 2007-02-23 License: BSD License Price:
999 downloads
Other version of OpenSSL
License:BSD License
SCMS 0.3 Alpha
SCMS is a secure content management system. more>>
SCMS project is a secure content management system. Some of its features are a role-based object-oriented design, conformance to XHTML 1.0 Transitional, strict I/O (input/output) validation, a custom session implementation, support for SSL and cookies (when run over SSL), session identifier regeneration, idle session expiration, account locking, account unlocking methods, encryption (with MD5, AES, SHA1, SHA256, SHA512, or WHIRLPOOL), and event logging.
Enhancements:
- The new permission system in users.php was implemented.
- The SCMS DB creation SQL was rewritten to include referential integrity for updates and deletes.
<<lessEnhancements:
- The new permission system in users.php was implemented.
- The SCMS DB creation SQL was rewritten to include referential integrity for updates and deletes.
Download (0.060MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
sslredir 0.9.1
sslredir is a simple utility used for redirecting incoming non-SSL connections to outgoing SSL connections. more>>
sslredir is a simple utility used for redirecting incoming non-SSL connections to outgoing SSL connections.
sslredir project is useful for enabling applications such as mail, news, or IRC clients, which do not support SSL, to connect to SSL servers. It also supports connecting to the remote host through a SOCKS4A proxy, so sslredir is ideal for use with Tor.
sslredir is similar to stunnel or socat, except that it is not as general-purpose as socat. It uses less than 450 lines of Python, so it is simple to audit (although it does rely on M2Crypto which relies on OpenSSL, both of which are rather more difficult to audit). sslredir is also designed to work nicely with Tor, whereas I had run into bugs with both socat and stunnel.
<<lesssslredir project is useful for enabling applications such as mail, news, or IRC clients, which do not support SSL, to connect to SSL servers. It also supports connecting to the remote host through a SOCKS4A proxy, so sslredir is ideal for use with Tor.
sslredir is similar to stunnel or socat, except that it is not as general-purpose as socat. It uses less than 450 lines of Python, so it is simple to audit (although it does rely on M2Crypto which relies on OpenSSL, both of which are rather more difficult to audit). sslredir is also designed to work nicely with Tor, whereas I had run into bugs with both socat and stunnel.
Download (0.011MB)
Added: 2005-11-24 License: GPL (GNU General Public License) Price:
1429 downloads
testmail 3.3.0
testmail is a Perl script that checks email availability at the POP3 server. more>>
The Perl script testmail checks e-mail available at the POP3 server (including SSL), filters it according to the defined rules, and depending on the selected method gets the messages to the local mailbox and/or removes it from the server.
Testmail uses Perl Mail-POP3Client, Net-Ping, and Socket modules and helps you escape from spam.
Enhancements:
- This release allows the user to use SSL and a specifically selected port (for example, for a Gmail mailbox).
- Testmail now uses Mail-POP3Client module instead of the libnet module.
- Configuration files were changed to add PORT, USESSL, AUTH_MODE, and DEBUG options.
- Some rejecting rules were improved.
<<lessTestmail uses Perl Mail-POP3Client, Net-Ping, and Socket modules and helps you escape from spam.
Enhancements:
- This release allows the user to use SSL and a specifically selected port (for example, for a Gmail mailbox).
- Testmail now uses Mail-POP3Client module instead of the libnet module.
- Configuration files were changed to add PORT, USESSL, AUTH_MODE, and DEBUG options.
- Some rejecting rules were improved.
Download (0.10MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
1445 downloads
LFTP 3.5.12
LFTP is sophisticated file transfer program with command line interface. more>>
LFTP is sophisticated file transfer program with command line interface. LFTP supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. GNU Readline library is used for input.
Every operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically. So if downloading breaks, it will be restarted from the point automatically. Even if ftp server does not support REST command, lftp will try to retrieve the file from the very beginning until the file is transferred completely. This is useful for dynamic-ip machines which change their IP addresses quite often, and for sites with very bad internet connectivity.
If you exit lftp when some jobs are not finished yet, lftp will move itself to nohup mode in background. The same happens when you have a real modem hangup or when you close an xterm.
lftp has shell-like command syntax allowing you to launch several commands in parallel in background (&). It is also possible to group commands within () and execute them in background. All background jobs are executed in the same single process. You can bring a foreground job to background with ^Z (c-z) and back with command `wait (or `fg which is alias to `wait). To list running jobs, use command `jobs. Some commands allow redirecting their output (cat, ls, ...) to file or via pipe to external command. Commands can be executed conditionally based on termination status of previous command (&&, ||).
Examples:
lftp> cat file | gzip > file.gz
lftp> get file &
lftp> (cd /path && get file) &
The first command retrieves file from ftp server and passes its contents to gzip which in turn stores compressed data to file.gz. Other commands show how to start commands or command groups in background.
lftp has builtin mirror which can download or update a whole directory tree. There is also reverse mirror (mirror -R) which uploads or updates a directory tree on server.
There is command `at to launch a job at specified time in current context, command `queue to queue commands for sequential execution for current server, and much more.
LFTP supports IPv6 for both FTP and HTTP protocols. For FTP protocol it uses method described in RFC2428.
Other low level stuff supported: ftp proxy, http proxy, ftp over http, opie/skey, fxp transfers, socks.
If lftp was compiled with ssl support, then it includes software developed by the OpenSSL.
Main features:
- FTP and HTTP protocols support.
- FTP (e.g. TIS FWTK) proxy support.
- HTTP proxy support.
- FTP over HTTP proxy support (hftp).
- HTTPS and FTPS protocols support using OpenSSL library.
- Automatic OPIE/SKEY support in FTP protocol.
- FXP transfers support (between two FTP servers, bypassing client machine).
- FTP listings support: unix-style, NT, EPLF.
- Automatic reconnect and retry of an operation on retriable errors or timeout.
- IPv6 support in both FTP and HTTP.
- FISH protocol support. It uses ssh with no special program on server side.
- SFTP protocol v3 and v4 support.
- HTTP/1.1 keep-alive support.
- Experimental support for SRV DNS records.
- SOCKS support (configure option).
- Modification time preservation (if server can report it).
- `reget and `reput support.
- Built-in mirror and reverse mirror (mirror -R).
- Transfer rate throttling for each connection and for all connections in sum.
- Limit for number of connections to the same site. Interruption of background transfer to do a foreground operation when the limit is reached.
- Socket options tuning: buffer size and maximum segment size.
- Job queueing.
- Job execution at specified time.
- Comprehensive scripting support.
- URL recognition in most operations.
- Readline library is used for input.
- Context sensitive completion.
- Bash-like prompt extensions.
- Launching of local shell commands.
- Suspend support.
- Bookmarks.
- Aliases.
- Saving of last directory on each site. `cd - to go there.
- Copying of files between two servers, e.g. between FTP and HTTP.
- Numerous settings which can be associated with a specific server or a group.
- Paging of remote files using external program.
- `zcat and `zmore support.
- Help for commands.
- Command history saved in a file.
- Transfer status includes rate and ETA.
- File listing cache.
- Background jobs (bash-like).
- Job output redirection to a file or to a program via pipe.
- Conditional commands depending on exit status of previous one.
- Loading of binary modules at run time (configure option).
- `pget to download a file using several connections.
- `mirror can download several files in parallel (--parallel option).
- Slots. Each slot is a separate session, switch using Meta-{1-9} or `slot command. Refer to a slot site using pseudo URL slot:name.
<<lessEvery operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically. So if downloading breaks, it will be restarted from the point automatically. Even if ftp server does not support REST command, lftp will try to retrieve the file from the very beginning until the file is transferred completely. This is useful for dynamic-ip machines which change their IP addresses quite often, and for sites with very bad internet connectivity.
If you exit lftp when some jobs are not finished yet, lftp will move itself to nohup mode in background. The same happens when you have a real modem hangup or when you close an xterm.
lftp has shell-like command syntax allowing you to launch several commands in parallel in background (&). It is also possible to group commands within () and execute them in background. All background jobs are executed in the same single process. You can bring a foreground job to background with ^Z (c-z) and back with command `wait (or `fg which is alias to `wait). To list running jobs, use command `jobs. Some commands allow redirecting their output (cat, ls, ...) to file or via pipe to external command. Commands can be executed conditionally based on termination status of previous command (&&, ||).
Examples:
lftp> cat file | gzip > file.gz
lftp> get file &
lftp> (cd /path && get file) &
The first command retrieves file from ftp server and passes its contents to gzip which in turn stores compressed data to file.gz. Other commands show how to start commands or command groups in background.
lftp has builtin mirror which can download or update a whole directory tree. There is also reverse mirror (mirror -R) which uploads or updates a directory tree on server.
There is command `at to launch a job at specified time in current context, command `queue to queue commands for sequential execution for current server, and much more.
LFTP supports IPv6 for both FTP and HTTP protocols. For FTP protocol it uses method described in RFC2428.
Other low level stuff supported: ftp proxy, http proxy, ftp over http, opie/skey, fxp transfers, socks.
If lftp was compiled with ssl support, then it includes software developed by the OpenSSL.
Main features:
- FTP and HTTP protocols support.
- FTP (e.g. TIS FWTK) proxy support.
- HTTP proxy support.
- FTP over HTTP proxy support (hftp).
- HTTPS and FTPS protocols support using OpenSSL library.
- Automatic OPIE/SKEY support in FTP protocol.
- FXP transfers support (between two FTP servers, bypassing client machine).
- FTP listings support: unix-style, NT, EPLF.
- Automatic reconnect and retry of an operation on retriable errors or timeout.
- IPv6 support in both FTP and HTTP.
- FISH protocol support. It uses ssh with no special program on server side.
- SFTP protocol v3 and v4 support.
- HTTP/1.1 keep-alive support.
- Experimental support for SRV DNS records.
- SOCKS support (configure option).
- Modification time preservation (if server can report it).
- `reget and `reput support.
- Built-in mirror and reverse mirror (mirror -R).
- Transfer rate throttling for each connection and for all connections in sum.
- Limit for number of connections to the same site. Interruption of background transfer to do a foreground operation when the limit is reached.
- Socket options tuning: buffer size and maximum segment size.
- Job queueing.
- Job execution at specified time.
- Comprehensive scripting support.
- URL recognition in most operations.
- Readline library is used for input.
- Context sensitive completion.
- Bash-like prompt extensions.
- Launching of local shell commands.
- Suspend support.
- Bookmarks.
- Aliases.
- Saving of last directory on each site. `cd - to go there.
- Copying of files between two servers, e.g. between FTP and HTTP.
- Numerous settings which can be associated with a specific server or a group.
- Paging of remote files using external program.
- `zcat and `zmore support.
- Help for commands.
- Command history saved in a file.
- Transfer status includes rate and ETA.
- File listing cache.
- Background jobs (bash-like).
- Job output redirection to a file or to a program via pipe.
- Conditional commands depending on exit status of previous one.
- Loading of binary modules at run time (configure option).
- `pget to download a file using several connections.
- `mirror can download several files in parallel (--parallel option).
- Slots. Each slot is a separate session, switch using Meta-{1-9} or `slot command. Refer to a slot site using pseudo URL slot:name.
Download (1.2MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
536 downloads
Download (0.11MB)
Added: 2005-04-26 License: BSD License Price:
1649 downloads
linux-ftpd-ssl 0.17-0.3
linux-ftpd-ssl project consists of a FTP server with SSL encryption support. more>>
linux-ftpd-ssl project consists of a FTP server with SSL encryption support.
linux-ftdp-ssl is the netkit ftp server with encryption support.
ftpd-ssl replaces normal ftpd using SSL authentication and encryption.
It operates together with normal ftp. It checks if the other side is also talking SSL, if not it falls back to normal ftp protocol.
Advantages over normal ftp(d) are that your passwords and the data you send will not go in cleartext over the line, and nobody can get it with tcpdump or similar tools.
<<lesslinux-ftdp-ssl is the netkit ftp server with encryption support.
ftpd-ssl replaces normal ftpd using SSL authentication and encryption.
It operates together with normal ftp. It checks if the other side is also talking SSL, if not it falls back to normal ftp protocol.
Advantages over normal ftp(d) are that your passwords and the data you send will not go in cleartext over the line, and nobody can get it with tcpdump or similar tools.
Download (0.049MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
915 downloads
Crypt::SSLeay 0.51
Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. more>>
Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support.
SYNOPSIS
lwp-request https://www.nodeworks.com
use LWP::UserAgent;
my $ua = new LWP::UserAgent;
my $req = new HTTP::Request(GET, https://www.nodeworks.com);
my $res = $ua->request($req);
print $res->code."n";
# PROXY SUPPORT
$ENV{HTTPS_PROXY} = http://proxy_hostname_or_ip:port;
# PROXY_BASIC_AUTH
$ENV{HTTPS_PROXY_USERNAME} = username;
$ENV{HTTPS_PROXY_PASSWORD} = password;
# DEBUGGING SWITCH / LOW LEVEL SSL DIAGNOSTICS
$ENV{HTTPS_DEBUG} = 1;
# DEFAULT SSL VERSION
$ENV{HTTPS_VERSION} = 3;
# CLIENT CERT SUPPORT
$ENV{HTTPS_CERT_FILE} = certs/notacacert.pem;
$ENV{HTTPS_KEY_FILE} = certs/notacakeynopass.pem;
# CA CERT PEER VERIFICATION
$ENV{HTTPS_CA_FILE} = certs/ca-bundle.crt;
$ENV{HTTPS_CA_DIR} = certs/;
# CLIENT PKCS12 CERT SUPPORT
$ENV{HTTPS_PKCS12_FILE} = certs/pkcs12.pkcs12;
$ENV{HTTPS_PKCS12_PASSWORD} = PKCS12_PASSWORD;
This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD & POST requests. Please see perldoc LWP for more information on POST requests.
The Crypt::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work via these deprecated modules:
Crypt::SSLeay::CTX
Crypt::SSLeay::Conn
Crypt::SSLeay::X509
Work on Crypt::SSLeay has been continued only to provide https support for the LWP - libwww perl libraries. If you want access to the OpenSSL API via perl, check out Sampos Net::SSLeay.
<<lessSYNOPSIS
lwp-request https://www.nodeworks.com
use LWP::UserAgent;
my $ua = new LWP::UserAgent;
my $req = new HTTP::Request(GET, https://www.nodeworks.com);
my $res = $ua->request($req);
print $res->code."n";
# PROXY SUPPORT
$ENV{HTTPS_PROXY} = http://proxy_hostname_or_ip:port;
# PROXY_BASIC_AUTH
$ENV{HTTPS_PROXY_USERNAME} = username;
$ENV{HTTPS_PROXY_PASSWORD} = password;
# DEBUGGING SWITCH / LOW LEVEL SSL DIAGNOSTICS
$ENV{HTTPS_DEBUG} = 1;
# DEFAULT SSL VERSION
$ENV{HTTPS_VERSION} = 3;
# CLIENT CERT SUPPORT
$ENV{HTTPS_CERT_FILE} = certs/notacacert.pem;
$ENV{HTTPS_KEY_FILE} = certs/notacakeynopass.pem;
# CA CERT PEER VERIFICATION
$ENV{HTTPS_CA_FILE} = certs/ca-bundle.crt;
$ENV{HTTPS_CA_DIR} = certs/;
# CLIENT PKCS12 CERT SUPPORT
$ENV{HTTPS_PKCS12_FILE} = certs/pkcs12.pkcs12;
$ENV{HTTPS_PKCS12_PASSWORD} = PKCS12_PASSWORD;
This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD & POST requests. Please see perldoc LWP for more information on POST requests.
The Crypt::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work via these deprecated modules:
Crypt::SSLeay::CTX
Crypt::SSLeay::Conn
Crypt::SSLeay::X509
Work on Crypt::SSLeay has been continued only to provide https support for the LWP - libwww perl libraries. If you want access to the OpenSSL API via perl, check out Sampos Net::SSLeay.
Download (MB)
Added: 2006-09-22 License: Perl Artistic License Price:
1134 downloads
Stunnel 4.20
Stunnel is an SSL encryption wrapper. more>>
The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server.
Stunnel can be used to add SSL functionality to commonly used inetd daemons like POP3, POP2 and IMAP servers without any changes in the programs code.
Stunnel uses OpenSSL or SSLeay libraries for cryptography, so it supports whatever cryptographic algorithms you compiled into your library.
Enhancements:
- The new transfer() function has been well tested.
- Users of any previous version are encouraged to upgrade to this one.
- Support for encrypted passphases (broken in 4.19) was fixed.
- The amount of debug logging was reduced.
- A minor man page update was made.
<<lessStunnel can be used to add SSL functionality to commonly used inetd daemons like POP3, POP2 and IMAP servers without any changes in the programs code.
Stunnel uses OpenSSL or SSLeay libraries for cryptography, so it supports whatever cryptographic algorithms you compiled into your library.
Enhancements:
- The new transfer() function has been well tested.
- Users of any previous version are encouraged to upgrade to this one.
- Support for encrypted passphases (broken in 4.19) was fixed.
- The amount of debug logging was reduced.
- A minor man page update was made.
Download (0.47MB)
Added: 2006-12-03 License: GPL (GNU General Public License) Price:
1061 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ssl v3 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed