1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/polarssl/files/patch-Makefile
Dirk Meyer aff5d67bbe 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/
2009-12-12 12:32:58 +00:00

12 lines
311 B
Plaintext

--- Makefile.orig 2009-07-28 22:29:34.000000000 +0200
+++ Makefile 2009-12-10 13:10:07.000000000 +0100
@@ -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