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
|
|
|
bin/polarssl_aescrypt2
|
|
|
|
bin/polarssl_benchmark
|
|
|
|
bin/polarssl_dh_client
|
|
|
|
bin/polarssl_dh_genprime
|
|
|
|
bin/polarssl_dh_server
|
|
|
|
bin/polarssl_hello
|
|
|
|
bin/polarssl_md5sum
|
|
|
|
bin/polarssl_mpi_demo
|
|
|
|
bin/polarssl_rsa_genkey
|
|
|
|
bin/polarssl_rsa_sign
|
|
|
|
bin/polarssl_rsa_verify
|
|
|
|
bin/polarssl_selftest
|
|
|
|
bin/polarssl_sha1sum
|
|
|
|
bin/polarssl_sha2sum
|
|
|
|
bin/polarssl_ssl_cert_test
|
|
|
|
bin/polarssl_ssl_client1
|
|
|
|
bin/polarssl_ssl_client2
|
|
|
|
bin/polarssl_ssl_server
|
|
|
|
bin/polarssl_ssl_test
|
|
|
|
include/polarssl/aes.h
|
|
|
|
include/polarssl/arc4.h
|
2012-01-12 15:44:37 +00:00
|
|
|
include/polarssl/asn1.h
|
2012-11-26 19:49:22 +00:00
|
|
|
include/polarssl/asn1write.h
|
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
|
|
|
include/polarssl/base64.h
|
|
|
|
include/polarssl/bignum.h
|
2012-11-26 19:49:22 +00:00
|
|
|
include/polarssl/blowfish.h
|
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
|
|
|
include/polarssl/bn_mul.h
|
|
|
|
include/polarssl/camellia.h
|
|
|
|
include/polarssl/certs.h
|
2011-08-13 14:30:25 +00:00
|
|
|
include/polarssl/cipher.h
|
|
|
|
include/polarssl/cipher_wrap.h
|
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
|
|
|
include/polarssl/config.h
|
2012-01-12 15:44:37 +00:00
|
|
|
include/polarssl/ctr_drbg.h
|
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
|
|
|
include/polarssl/debug.h
|
|
|
|
include/polarssl/des.h
|
|
|
|
include/polarssl/dhm.h
|
2012-01-12 15:44:37 +00:00
|
|
|
include/polarssl/entropy.h
|
|
|
|
include/polarssl/entropy_poll.h
|
2011-08-13 14:30:25 +00:00
|
|
|
include/polarssl/error.h
|
2012-11-26 19:49:22 +00:00
|
|
|
include/polarssl/gcm.h
|
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
|
|
|
include/polarssl/havege.h
|
2011-08-13 14:30:25 +00:00
|
|
|
include/polarssl/md.h
|
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
|
|
|
include/polarssl/md2.h
|
|
|
|
include/polarssl/md4.h
|
|
|
|
include/polarssl/md5.h
|
2011-08-13 14:30:25 +00:00
|
|
|
include/polarssl/md_wrap.h
|
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
|
|
|
include/polarssl/net.h
|
|
|
|
include/polarssl/openssl.h
|
|
|
|
include/polarssl/padlock.h
|
2011-08-13 14:30:25 +00:00
|
|
|
include/polarssl/pem.h
|
2012-11-26 19:49:22 +00:00
|
|
|
include/polarssl/pbkdf2.h
|
2011-08-13 14:30:25 +00:00
|
|
|
include/polarssl/pkcs11.h
|
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
|
|
|
include/polarssl/rsa.h
|
|
|
|
include/polarssl/sha1.h
|
|
|
|
include/polarssl/sha2.h
|
|
|
|
include/polarssl/sha4.h
|
|
|
|
include/polarssl/ssl.h
|
2012-11-26 19:49:22 +00:00
|
|
|
include/polarssl/ssl_cache.h
|
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
|
|
|
include/polarssl/timing.h
|
2010-08-17 19:41:18 +00:00
|
|
|
include/polarssl/version.h
|
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
|
|
|
include/polarssl/x509.h
|
2012-11-26 19:49:22 +00:00
|
|
|
include/polarssl/x509write.h
|
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
|
|
|
include/polarssl/xtea.h
|
|
|
|
lib/libpolarssl.a
|
2010-08-04 14:26:57 +00:00
|
|
|
lib/libpolarssl.so
|
2011-08-13 14:30:25 +00:00
|
|
|
lib/libpolarssl.so.0
|
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
|
|
|
@dirrm include/polarssl
|