aboutsummaryrefslogtreecommitdiffstats
path: root/security/polarssl
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.1.4dinoex2012-06-012-3/+3
|
* - update to 1.1.3dinoex2012-05-292-5/+3
| | | | Submitted by: osa
* - Mark BROKEN: does not fetchpav2012-05-141-0/+2
| | | | Reported by: pointyhat
* - update to 1.1.2dinoex2012-04-272-3/+3
|
* - update to 1.1.1dinoex2012-01-302-3/+3
|
* - update to 1.1.0dinoex2012-01-123-3/+7
|
* - update to 1.0.0dinoex2011-08-134-8/+15
|
* - update to 0.14.3dinoex2011-04-082-3/+3
| | | | | PR: 156238 Submitted by: Takefu
* - Security update to 0.14.2dinoex2011-03-052-3/+4
| | | | | | Security: Fix possible "man in the middle" attack - make portlint happy
* - update to 0.14.1dinoex2011-02-242-5/+4
|
* - update to 0.14.0dinoex2010-08-184-11/+11
|
* - build shared lib toodinoex2010-08-043-0/+25
| | | | | PR: 149262 Submitted by: Takefu
* - fix excuteable bitsdinoex2010-07-181-3/+1
| | | | | | - do not use devel/cmake PR: 148617 Submitted by: Takefu
* LICENSE GPLv2dinoex2010-06-061-0/+2
|
* Mark as broken on powerpc.linimon2010-06-031-1/+7
| | | | Hat: portmgr
* - update to 0.13.1dinoex2010-03-282-4/+4
|
* - update to 0.13.0dinoex2010-03-242-4/+21
|
* PolarSSL is a light-weight open source cryptographic and SSL/TLS librarydinoex2009-12-125-0/+111
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/