mbedtls/library
Paul Bakker 367dae44b2 - Added CMake makefiles as alternative to regular Makefiles.
- Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and  HMAC-SHA-family.
2009-06-28 21:50:27 +00:00
..
aes.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
arc4.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
base64.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
bignum.c - Corrected is_prime() results for 0, 1 and 2 (found by code coverage tests) 2009-06-25 21:25:49 +00:00
camellia.c - Made Camellia use uint32_t for 64-bit compatibility 2009-05-03 13:09:15 +00:00
certs.c - Updated certificates to PolarSSL certificates 2009-02-10 22:19:29 +00:00
CMakeLists.txt - Added CMake makefiles as alternative to regular Makefiles. 2009-06-28 21:50:27 +00:00
debug.c - Added prelimenary CRL parsing and info support 2009-05-02 15:13:40 +00:00
des.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
dhm.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
havege.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
Makefile - Made changes for better compatibility with old-style C compilers 2009-03-28 17:53:03 +00:00
md2.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
md4.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
md5.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
net.c - Made net_htons() endian-clean for big endian. 2009-04-19 18:55:16 +00:00
padlock.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
rsa.c - Fixed missing support for SHA2 in rsa_pkcs1_sign() 2009-05-17 10:11:56 +00:00
sha1.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
sha2.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
sha4.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
ssl_cli.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
ssl_srv.c - Added email address to header license information 2009-01-25 14:15:10 +00:00
ssl_tls.c - Added CRL revocation support to x509parse_verify() 2009-05-03 10:18:48 +00:00
timing.c - POLARSSL_HAVE_ASM also used in padlock and timing code. 2009-04-19 21:17:09 +00:00
x509parse.c - Added CRL revocation support to x509parse_verify() 2009-05-03 10:18:48 +00:00
xtea.c - Modified XTEA to use uint32_t instead of unsigned long 2009-05-03 12:54:07 +00:00