..
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
- Surpress warning of unused 'mode' parameter in Camellia
2009-07-20 20:40:52 +00:00
certs.c
- Updated certificates to PolarSSL certificates
2009-02-10 22:19:29 +00:00
CMakeLists.txt
- Updated and cleaned CMakeList
2009-07-11 19:54:40 +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
- Fixed HMAC-MD2 by modifying md2_starts(), so that the required HMAC ipad and opad variables are not cleared!
2009-07-11 20:40:58 +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
- Fixed include location of endian.h on FreeBSD (found by Gabriel)
2009-07-19 20:50:11 +00:00
padlock.c
- Added email address to header license information
2009-01-25 14:15:10 +00:00
rsa.c
- Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE.
2009-07-19 20:41:06 +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
- Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code.
2009-07-19 20:36:27 +00:00
ssl_srv.c
- Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code.
2009-07-19 20:36:27 +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
- Fill base data for x509_crl_entry in CRL correctly
2009-07-27 20:21:53 +00:00
xtea.c
- Modified XTEA to use uint32_t instead of unsigned long
2009-05-03 12:54:07 +00:00