diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-12-12 20:31:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-12-12 20:31:19 +0800 |
commit | 5a0e69097851114829452da73555bad1a2e49f71 (patch) | |
tree | 293a89124c5760506521f0d5f600b2f9279f0e7a /security/Makefile | |
parent | 2b4a996e499ce113689d4dfbb57cbc1b6a8b51e0 (diff) | |
download | freebsd-ports-gnome-5a0e69097851114829452da73555bad1a2e49f71.tar.gz freebsd-ports-gnome-5a0e69097851114829452da73555bad1a2e49f71.tar.zst freebsd-ports-gnome-5a0e69097851114829452da73555bad1a2e49f71.zip |
Cyassl is an embedded SSL Library for programmers building security
functionality into their applications and devices.
Features
SSL version 3 and TLS versions 1, 1.1 and 1.2 (client and server)
Minimum size of 60-100kb, depending on build options
Runtime memory usage between 5-50kb
DTLS support (client and server)
OpenSSL compatibility layer
zlib compression support
integration in MySQL, stunnel, Lighttpd availible.
MD2, MD4, MD5, SHA-1, RIPEMD, HMAC, DES, 3DES, AES, ARC4, TWOFISH, BLOWFISH,
RSA, DSS, DH, and PKCS#5 PBKDF2
ia32 assembly for AES, 3DES, BLOWFISH, TWOFISH, ARC4, MD5, SHA, and RIPEMD
SSE2 instructions for Large Integers
Simple API
Interchangeable crypto and certificate libraries
PEM and DER certificate support
Very fast
LICENSE: GPL2 with FOSS extension
WWW: http://www.yassl.com/
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 2c283750b765..36671730044d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -856,6 +856,7 @@ SUBDIR += xyssl SUBDIR += yafic SUBDIR += yapet + SUBDIR += yassl SUBDIR += yersinia SUBDIR += zebedee SUBDIR += zenmap |