[Midnightbsd-cvs] mports [21908] trunk/security/wolfssl: 3.9.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 27 21:03:19 EDT 2016
Revision: 21908
http://svnweb.midnightbsd.org/mports/?rev=21908
Author: laffer1
Date: 2016-09-27 21:03:19 -0400 (Tue, 27 Sep 2016)
Log Message:
-----------
3.9.0
Modified Paths:
--------------
trunk/security/wolfssl/Makefile
trunk/security/wolfssl/distinfo
trunk/security/wolfssl/pkg-descr
trunk/security/wolfssl/pkg-plist
Modified: trunk/security/wolfssl/Makefile
===================================================================
--- trunk/security/wolfssl/Makefile 2016-09-28 00:58:51 UTC (rev 21907)
+++ trunk/security/wolfssl/Makefile 2016-09-28 01:03:19 UTC (rev 21908)
@@ -2,9 +2,9 @@
# $FreeBSD: head/security/wolfssl/Makefile 385058 2015-04-30 19:41:38Z johans $
PORTNAME= wolfssl
-PORTVERSION= 3.4.6
+PORTVERSION= 3.9.0
CATEGORIES= security devel
-MASTER_SITES= http://www.yassl.com/
+MASTER_SITES= http://www.wolfssl.com/
MAINTAINER= ports at MidnightBSD.org
COMMENT= Embedded SSL C-Library
Modified: trunk/security/wolfssl/distinfo
===================================================================
--- trunk/security/wolfssl/distinfo 2016-09-28 00:58:51 UTC (rev 21907)
+++ trunk/security/wolfssl/distinfo 2016-09-28 01:03:19 UTC (rev 21908)
@@ -1,2 +1,2 @@
-SHA256 (wolfssl-3.4.6.zip) = 515e2b0f719bc9f9c66a20c22166b1395426cf230e3fce2ffb49c26aaf4c37f0
-SIZE (wolfssl-3.4.6.zip) = 2118363
+SHA256 (wolfssl-3.9.0.zip) = 98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3
+SIZE (wolfssl-3.9.0.zip) = 2492112
Modified: trunk/security/wolfssl/pkg-descr
===================================================================
--- trunk/security/wolfssl/pkg-descr 2016-09-28 00:58:51 UTC (rev 21907)
+++ trunk/security/wolfssl/pkg-descr 2016-09-28 01:03:19 UTC (rev 21908)
@@ -1,23 +1,22 @@
-Wolfssl is an embedded SSL Library for programmers building security
+WolfSSL 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
+Highlights
+- Up to TLS 1.2 and DTLS 1.2
+- Full client and server support
+- Progressive list of supported ciphers
+- Key and Certificate generation
+- OCSP, CRL support
-LICENSE: GPL2 with FOSS extension
+Lightweight
+- Small Size: 20-100kB
+- Runtime Memory: 1-36kB
+- 20x smaller than OpenSSL
-WWW: http://www.yassl.com/
+Portable
+- Abstraction Layers (OS, Custom I/O, Standard C library, and more)
+- Simple API
+- OpenSSL Compatibility Layer
+- Long list of supported platforms
+
+WWW: http://www.wolfssl.com/
Modified: trunk/security/wolfssl/pkg-plist
===================================================================
--- trunk/security/wolfssl/pkg-plist 2016-09-28 00:58:51 UTC (rev 21907)
+++ trunk/security/wolfssl/pkg-plist 2016-09-28 01:03:19 UTC (rev 21908)
@@ -57,7 +57,10 @@
include/cyassl/openssl/dh.h
include/cyassl/openssl/dsa.h
include/cyassl/openssl/ec.h
+include/cyassl/openssl/ec25519.h
+include/cyassl/openssl/ecdh.h
include/cyassl/openssl/ecdsa.h
+include/cyassl/openssl/ed25519.h
include/cyassl/openssl/engine.h
include/cyassl/openssl/err.h
include/cyassl/openssl/evp.h
@@ -90,6 +93,7 @@
include/wolfssl/certs_test.h
include/wolfssl/crl.h
include/wolfssl/error-ssl.h
+include/wolfssl/mem_track.h
include/wolfssl/ocsp.h
include/wolfssl/openssl/asn1.h
include/wolfssl/openssl/bio.h
@@ -100,7 +104,10 @@
include/wolfssl/openssl/dh.h
include/wolfssl/openssl/dsa.h
include/wolfssl/openssl/ec.h
+include/wolfssl/openssl/ec25519.h
+include/wolfssl/openssl/ecdh.h
include/wolfssl/openssl/ecdsa.h
+include/wolfssl/openssl/ed25519.h
include/wolfssl/openssl/engine.h
include/wolfssl/openssl/err.h
include/wolfssl/openssl/evp.h
@@ -151,8 +158,10 @@
include/wolfssl/wolfcrypt/fe_operations.h
include/wolfssl/wolfcrypt/fips_test.h
include/wolfssl/wolfcrypt/ge_operations.h
+include/wolfssl/wolfcrypt/hash.h
include/wolfssl/wolfcrypt/hc128.h
include/wolfssl/wolfcrypt/hmac.h
+include/wolfssl/wolfcrypt/idea.h
include/wolfssl/wolfcrypt/integer.h
include/wolfssl/wolfcrypt/logging.h
include/wolfssl/wolfcrypt/md2.h
@@ -173,12 +182,15 @@
include/wolfssl/wolfcrypt/sha.h
include/wolfssl/wolfcrypt/sha256.h
include/wolfssl/wolfcrypt/sha512.h
+include/wolfssl/wolfcrypt/signature.h
+include/wolfssl/wolfcrypt/srp.h
include/wolfssl/wolfcrypt/tfm.h
include/wolfssl/wolfcrypt/types.h
include/wolfssl/wolfcrypt/visibility.h
+include/wolfssl/wolfcrypt/wc_encrypt.h
include/wolfssl/wolfcrypt/wc_port.h
lib/libwolfssl.a
lib/libwolfssl.so
-lib/libwolfssl.so.0
-lib/libwolfssl.so.0.0.1
+lib/libwolfssl.so.3
+lib/libwolfssl.so.3.2.0
libdata/pkgconfig/wolfssl.pc
More information about the Midnightbsd-cvs
mailing list