head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.26.19.56.44;	author svnexp;	state dead;
branches;
next	1.3;

1.3
date	2011.08.13.14.30.25;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2010.08.17.19.41.18;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.12.12.32.58;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307794
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307794 | jase | 2012-11-26 19:49:22 +0000 (Mon, 26 Nov 2012) | 7 lines
## SVN ##
## SVN ## - Update to 1.2.3
## SVN ## - Assume maintainership
## SVN ##
## SVN ## Changes:	https://raw.github.com/polarssl/polarssl/fb1ba781b398d39f4444515381babcc9e5a8dcd2/ChangeLog
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- Makefile.orig	2011-06-21 10:59:00.000000000 +0200
+++ Makefile	2011-08-13 16:25:23.000000000 +0200
@@@@ -7,7 +7,7 @@@@
 all:
 	cd library  && $(MAKE) all && cd ..
 	cd programs && $(MAKE) all && cd ..
-	cd tests    && $(MAKE) all && cd ..
+#	cd tests    && $(MAKE) all && cd ..
 
 install:
 	mkdir -p $(DESTDIR)/include/polarssl
@


1.3
log
@- update to 1.0.0
@
text
@@


1.2
log
@- update to 0.14.0
@
text
@d1 2
a2 2
--- Makefile.orig	2010-06-18 18:42:26.000000000 +0200
+++ Makefile	2010-08-17 18:33:04.000000000 +0200
d7 2
a8 2
-	cd tests && $(MAKE) all && cd ..
+#	cd tests && $(MAKE) all && cd ..
@


1.1
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/
@
text
@d1 2
a2 2
--- Makefile.orig	2009-07-28 22:29:34.000000000 +0200
+++ Makefile	2009-12-10 13:10:07.000000000 +0100
d5 4
a8 4
 	cd library  && make all && cd ..
 	cd programs && make all && cd ..
-	cd tests && make all && cd ..
+#	cd tests && make all && cd ..
@

