mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
CyaSSL 2.5.0 includes bug fixes, a fix for the "Lucky 13" TLS CBC padding
timing attack, and new features.
This commit is contained in:
parent
92e8c1f814
commit
e8853af0f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311726
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cyassl
|
||||
PORTVERSION= 2.4.6
|
||||
PORTVERSION= 2.5.0
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://www.yassl.com/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cyassl-2.4.6.zip) = 051caa5013cecafbec3780d2597374870e7e5a7bbeaeb502bc029d5774d6e508
|
||||
SIZE (cyassl-2.4.6.zip) = 1041965
|
||||
SHA256 (cyassl-2.5.0.zip) = 3b4ecc75cdb001d5171b127c03fd3f458bc585bfa1c19505dcf36bc239c04c2e
|
||||
SIZE (cyassl-2.5.0.zip) = 1203748
|
||||
|
@ -39,6 +39,7 @@ include/cyassl/ctaocrypt/aes.h
|
||||
include/cyassl/ctaocrypt/arc4.h
|
||||
include/cyassl/ctaocrypt/asn.h
|
||||
include/cyassl/ctaocrypt/asn_public.h
|
||||
include/cyassl/ctaocrypt/camellia.h
|
||||
include/cyassl/ctaocrypt/coding.h
|
||||
include/cyassl/ctaocrypt/des3.h
|
||||
include/cyassl/ctaocrypt/dh.h
|
||||
@ -74,6 +75,7 @@ include/cyassl/ssl.h
|
||||
include/cyassl/sniffer_error.h
|
||||
include/cyassl/sniffer.h
|
||||
include/cyassl/callbacks.h
|
||||
include/cyassl/certs_test.h
|
||||
include/cyassl/test.h
|
||||
include/cyassl/version.h
|
||||
include/cyassl/ocsp.h
|
||||
|
Loading…
Reference in New Issue
Block a user