Main > Free Download Search >

Free ssl 1.0 software for linux

ssl 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3375
BSDftpd-ssl 1.0.2

BSDftpd-ssl 1.0.2


BSDftpd-ssl is a secure FTP server (ftpd) with the TLS/SSL support. more>> <<less
Download (0.11MB)
Added: 2005-04-26 License: BSD License Price:
1649 downloads
Net::Daemon::SSL 1.0

Net::Daemon::SSL 1.0


Net::Daemon::SSL is a SSL extension for Net::Daemon. more>>
Net::Daemon::SSL is a SSL extension for Net::Daemon.

SYNOPSIS

use Net::Daemon::SSL;
package MyDaemon;
@MyDaemon::ISA = qw (Net::Daemon::SSL);
sub Run
{
my $this = shift;
my $buffer;
$this->{socket}->print ( "vasja was heren" );
$this->{socket}->sysread ( $buffer, 100 ); # Attention! getline() method
# do not work with IO::Socket::SSL
# version 0.73
# see perldoc IO::Socket::SSL
# for more details
}
package main;
my $daemon = new MyDaemon ( {}, @ARGV ); # you can use --help command line key
$daemon || die "error create daemon instance: $!n";
$daemon->Bind();
__top

This class implements an IO::Socket::SSL functionality for Net::Daemon class. See perldoc Net::Daemon for more information about Net::Daemon usage.

Options

This method add IO::Socket::SSL specific options ( SSL_use_cert, SSL_verify_mode, SSL_key_file, SSL_cert_file, SSL_ca_path, SSL_ca_file ) to generic Net::Daemon options. See perldoc IO::Socket::SSL for description of this options

Bind

This method creates an IO::Socket::SSL::SafeAccept socket, stores this socket into $this->{socket} and passes control to parent Net::Daemon::Bind. The IO::Socket::SSL::SafeAccept is a class inherited from IO::Socket::SSL with the only difference from parent class - the accept() method of this class returns EINTR on *any* error. This trick is needed to ``hack Net::Daemon::Bind functionality: if this method gets an error from accept() ( Net::Daemon::SSL auth error, for example ) it will call Fatal() method and die unless this is a EINTR error.

<<less
Download (0.002MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
S-M-S 1.0

S-M-S 1.0


S-M-S stands for Slackware Mini Server ans is a Linux operating system console based and manageable through webmin interface. more>>
S-M-S stands for Slackware Mini Server ans is a Linux operating system console based and manageable through webmin interface. Although described as a mini server, have all the features of a powerful server such as apache2, sendmail, spamassassin, clamav, squid, iptables firewall, mysql, cups and lot of other stuff.
S*M*S also features TorrentFlux, a powerful php based bit torrent client that can be managed from anywhere, making this server not only server administrators interest, but simple users too that want to download torrents safe and secure.
This server runs from a live CD or installed on a hard disk through a text installer. The liveCD created with linux-live scripts and the text-installer taken from Slaxs development.
Servers:
- Apache version 2.2.4
- BIND version 9.4.1
- ISC DHCPd version 3.0.5
- Fetchmail version 6.3.8+SSL+NLS
- HylaFAX Server version 5.1.6
- MySQL version 5.0.37
- OpenSLP version 1.2.1
- OpenVPN version 2.0_rc16, OpenSSL version 0.9.7e
- ProFTPd version 1.30
- OpenSSH_4.6
- Samba version 3.025
- Sendmail version 8.14.1, config V10/Berkeley
- SpamAssassin version 3.2.1
- Sarg version 2.2.3.1
- Squid version 2.6
- VsFTPd version 2.0.5
- PPPD Dialing Server version 2.4.4
- CUPS Print Server version 1.2.11
Clients:
- Open LDAP version 2.3.32
- BitTorrent PHP Client TorrentFlux version 2.3
- ADSL Client RP-PPPoE version 3.8
- PPP Dialing Client WvDial version 1.56
Security:
- OpenSSL version 0.9.7e
- ClamAV version 0.91.1
- STunnel version 4.17
Others:
- Perl version 5.8.8
- PHP Version 5.2.3
- Python 2.5.1
- Dynamic DNS Provider
- Squid Analysis Report Generator
- hplip (HP print/scan/fax support)
- netatalk (Appletalk file and print server)
<<less
Download (218.6MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
806 downloads
SSL++ 0.1.1

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.
<<less
Download (0.005MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1341 downloads
yaSSL 1.6.8

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.
<<less
Download (0.51MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
920 downloads
csoap 1.1.0

csoap 1.1.0


csoap is a SOAP client/server library in pure C. more>>
csoap is a SOAP client/server library in pure C.

csoap is a fast and easy way to embed a SOAP client or a SOAP server into an application written in C. It is built on top of libxml2 and supports SSL and HTTP Basic authentication.

Howto use aclocal/auto(conf,make) in your libsoap projects

1. Copy the file libcsoap.m4 to `aclocal --print-ac-dir`
2. Add the following lines to your configure.in (or configure.ac):
dnl AM_PATH_CSOAP([MINIMUM-VERSION, [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
AM_PATH_CSOAP(1.0.4)
CFLAGS="$CFLAGS $CSOAP_CFLAGS"
LDFLAGS="$LDFLAGS $CSOAP_LIBS"

Thanks to Heiko Ronsdorf

<<less
Download (0.83MB)
Added: 2006-08-11 License: LGPL (GNU Lesser General Public License) Price:
1170 downloads
Hastymail 1.0.2

Hastymail 1.0.2


Hastymail is yet another webmail IMAP client written in PHP. more>>
Hastymail is yet another webmail IMAP client written in PHP. Hastymail is designed for speed, simplicity, RFC compatibility and security.
Our goal is to create a simple interface with powerful but easy to use options that make managing your IMAP account effective and fast. Hastymail is NOT groupware. We are focused on being a functional and fast webmail client.
Main features:
- Hastymail provides an attractive interface and modest feature set with very few browser requirements. By default Hastymail does NOT use HTML frames, Javascript, or cookies.
- All Hastymail needs from PHP is session support, but additional functionality can be used or internal functions replaced with configuration options
- Hastymail works across HTTPS transparently and if using PHP 4.3+ with openssl support can connect to IMAP, LDAP, and SMTP servers using TLS/SSL.
- Hastymail combines CSS for themes and templates for layout giving sites an easy way to customize the interface. As of 1.5 Hastymail has 3 template sets and many themes.
- Lots of site-wide options can be tweaked to make Hastymail work with your environment.
- Hastymail is 100% PHP5 compatible
All browsers from IE6 to Lynx to Dillo are supported. Currently we have been testing Hastymail with:
- Mozilla, (current versions, many platforms)
- Internet explorer, 5.0, 5.5, 6.0
- Netscape 4.x,7
- Galeon (current versions)
- Firefox (current versions)
- Dillo 0.6.6 - current
- Lynx 2.8.4 and up
- Blazer on Palm OS
- WebPro3 on Palm OS
- Several others like Opera, Skipstone, Links...
<<less
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1344 downloads
MatrixSSL 1.8.3

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
<<less
Download (0.40MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
977 downloads
mod_ssl_error 1.0.2

mod_ssl_error 1.0.2


mod_ssl_error is a X.509 certificate validation error trapping (SSL). more>>
mod_ssl_error is a X.509 certificate validation error trapping (SSL).

Valid errors are:

unable to get issuer certificate
unable to get CRL
unable to decrypt certificate signature
unable to decrypt CRL signature
unable to decode issuer public key
certificate signature failure
CRL signature failure
certificate not yet valid
certificate has expired
CRL not yet valid
CRL has expired
error in certificate "not before" field
error in certificate "not after" field
error in CRL "last update" field
error in CRL "next update" field
out of memory
depth zero self signed certificate
self signed certificate in chain
unable to get issuer certificate locally
unable to verify leaf signature
certificate chain too long
certificate revoked
invalid certification authority
path length exceeded
invalid purpose
certificate not trusted
certificate rejected
subject issuer mismatch
"akid" skid mismatch
"akid" issuer serial mismatch
"keyusage" different from "certsign"
unable to get CRL issuer
unhandled critical extension
"keyusage" not for CRL signing
unhandled critical CRL extension

<<less
Download (0.003MB)
Added: 2006-04-21 License: The Apache License Price:
1289 downloads
CyaSSL 0.8.5

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.
<<less
Download (0.57MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
840 downloads
TLSWrap 1.04

TLSWrap 1.04


TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX and Windows, allowing you to use your favourite FTP client with any TLS/SSL-enab more>>
TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX and Windows, allowing you to use your favourite FTP client with any TLS/SSL-enabled FTP server.
Main features:
- Full encryption of both control and data connections (data encryption is optional, see README).
- Allows existing FTP clients to support Transport Layer Security/Secure Socket Layer.
it gives TLS/SSL support for existing ftp clients
- Works on both UNIX and Windows.
- One process handles all connections (non-blocking I/O).
- A helper process does hostname lookups so the main process is free for other work during slow lookups.
- Both C source and Windows executables for both 32-bit (x86) and 64-bit (x64: AMD64 and EM64T) systems are available.
- Proper support for X.509 certificates
Enhancements:
- This release fixes a bug that could cause crashes on some systems.
- TLSWTray has been upgraded to MFC 8.
<<less
Download (0.134MB)
Added: 2006-12-17 License: BSD License Price:
1043 downloads
Stunnel 4.20

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.
<<less
Download (0.47MB)
Added: 2006-12-03 License: GPL (GNU General Public License) Price:
1061 downloads
mod_fortress 1.0

mod_fortress 1.0


mod_fortress is an application level firewall and intrusion detection system. more>>
mod_fortress is an application level firewall and intrusion detection system. mod_fortress is designed to intercept certain CGI/HTTP attacks by acting as a non-transparent proxy between an Apache server and an HTTP client.
Main features:
- Detects and Logs common known cgi/http security requests and scans
- SSL support
- Detects all known(and hopefully unknown) Anti-IDS Evasive Scaning methods (Whisker, twwwscan, VoidEye...etc)
- "Fortress In the Middle": Ability to act as a non-transparent proxy to modify HTTP return error codes.
- Custom logging option via a changeable format string.
- Supports Apache 1.3/2.0 (2.0 port by Anton Soudouvstev).
<<less
Download (0.014MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1259 downloads
Apache Users 1.0

Apache Users 1.0


Apache Users project is an Apache username enumerator, via /~username requests. more>>
Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ...

You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support.

USAGE apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)

Sample script:

use IO::Socket;
use Getopt::Std;
getopt ("h: l: p: e: ");
use vars qw( $opt_h $opt_l $opt_p $opt_e );


if ((! $opt_h) || (! $opt_l ) || (! $opt_p ) || (! $opt_e)) {
print "nUSAGE: apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)nn ";

exit 1;
};

$host = $opt_h;
$list = $opt_l;
$port = $opt_p;
$num = $opt_e;

open (LIST, "$list") or die "Unable to open $list ....$!";

&connect;
exit 0;


sub connect {

foreach $name (< LIST >) {


$connection = IO::Socket::INET->new (
Proto => "tcp",
PeerAddr => "$host",
PeerPort => "$port",
) or die "Cant CONNECT to $host on the Port specified.n";

$connection -> autoflush;

chomp $name;
print $connection "GET /~$name HTTP/1.0rnrn";


$results = < $connection >;
if ( $results =~/($num)/g ) {
print "$name exists on $hostn";
};

}

close ($connection);

sleep 1;
};
close LIST;

<<less
Download (0.023MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
CashCow 1.1.0

CashCow 1.1.0


CashCow is a library for clearing Internet payment transactions with the Danish PBS through an SSL connection. more>>
CashCow is a library for clearing Internet payment transactions with the Danish PBS through an SSL connection.
CashCow clears the following kinds of transactions between a customer and the PBS:
- Dankort
- VISA/Dankort
- Eurocard
- MasterCard
- Visa
- Visa Electron
- JCB
- Diners (*)
- American Express (*)
- Forbrugsforeningen (*)
- Ikano Finans kort (*)
(*) To accept this, you need a Merchant Agreement with the card provider in question.
<<less
Download (0.038MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1088 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5