From owner-cvs-ports@FreeBSD.ORG Sat Dec 12 12:32:59 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12AB5106566B; Sat, 12 Dec 2009 12:32:59 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 019D98FC18; Sat, 12 Dec 2009 12:32:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBCCWwKo078162; Sat, 12 Dec 2009 12:32:58 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBCCWwGg078161; Sat, 12 Dec 2009 12:32:58 GMT (envelope-from dinoex) Message-Id: <200912121232.nBCCWwGg078161@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 12 Dec 2009 12:32:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/polarssl Makefile distinfo pkg-descr pkg-plist ports/security/polarssl/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2009 12:32:59 -0000 dinoex 2009-12-12 12:32:58 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/polarssl Makefile distinfo pkg-descr pkg-plist security/polarssl/files patch-Makefile Log: PolarSSL is a light-weight open source cryptographic and SSL/TLS library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and Motorola 68000. Features include: * Small memory footprint * Clean and simple API for integration * Loose coupling of cryptographic code. * Symmetric encryption algorithms: AES, Triple-DES, DES, ARC4, Camellia, XTEA * Hash algorithms: MD2, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 * HAVEGE random number generator * RSA with PKCS#1 v1.5 padding * SSL version 3 and TLS version 1 client support * X.509 certificate and CRL reading from memory or disk in PEM and DER formats * Over 900 regression and code coverage tests * Example applications LICENSE: GPL2 WWW: http://polarssl.org/ Revision Changes Path 1.1064 +1 -0 ports/security/Makefile 1.1 +29 -0 ports/security/polarssl/Makefile (new) 1.1 +3 -0 ports/security/polarssl/distinfo (new) 1.1 +11 -0 ports/security/polarssl/files/patch-Makefile (new) 1.1 +21 -0 ports/security/polarssl/pkg-descr (new) 1.1 +47 -0 ports/security/polarssl/pkg-plist (new)