.. |
aes.c
|
- Small code rewrite
|
2012-04-18 14:16:09 +00:00 |
arc4.c
|
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
|
2011-04-24 08:57:21 +00:00 |
asn1parse.c
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
asn1write.c
|
- Certificate Requests written now have the Email address written in IA5String
|
2012-02-16 10:26:57 +00:00 |
base64.c
|
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
|
2011-04-24 08:57:21 +00:00 |
bignum.c
|
- mpi_exp_mod() now correctly handles negative base numbers (Closes ticket #52)
|
2012-05-16 08:02:29 +00:00 |
camellia.c
|
- Small code rewrite
|
2012-04-18 14:16:09 +00:00 |
certs.c
|
- Re-added removed dhm test values
|
2011-03-08 13:58:16 +00:00 |
cipher_wrap.c
|
- Removed trailing char
|
2012-03-15 10:54:25 +00:00 |
cipher.c
|
- Fixed size of clean
|
2012-04-26 10:09:35 +00:00 |
CMakeLists.txt
|
- Add Windows required library
|
2012-05-10 21:54:28 +00:00 |
ctr_drbg.c
|
- Small code rewrite
|
2012-04-18 14:16:09 +00:00 |
debug.c
|
- Improved compile-time compatibility with mingw32 64-bit versions
|
2011-04-24 16:08:12 +00:00 |
des.c
|
- Made des_key_check_weak() conform to other functions in return values.
|
2011-07-06 14:37:33 +00:00 |
dhm.c
|
- Added extra sanity check to DHM values
|
2012-04-26 18:59:59 +00:00 |
entropy_poll.c
|
- Prevented warning from unused parameter data
|
2011-12-05 13:54:00 +00:00 |
entropy.c
|
- Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES)
|
2011-12-15 20:11:16 +00:00 |
error.c
|
- Added exception error parsing when FATAL ssl message is received
|
2012-05-08 13:12:27 +00:00 |
gcm.c
|
- Added input checking and more efficient buffer overlap use
|
2012-04-18 14:17:01 +00:00 |
havege.c
|
- Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs
|
2011-11-27 21:07:34 +00:00 |
Makefile
|
Makefile more compatible with WINDOWS environment
|
2012-05-10 21:26:28 +00:00 |
md2.c
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
md4.c
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
md5.c
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
md_wrap.c
|
- Only include dependencies when required
|
2012-03-05 14:01:29 +00:00 |
md.c
|
- Fixed size of clean
|
2012-04-26 10:09:35 +00:00 |
net.c
|
- Updated to support NetBSD
|
2012-05-08 13:23:16 +00:00 |
padlock.c
|
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
|
2011-04-24 08:57:21 +00:00 |
pem.c
|
- Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error
|
2011-12-04 12:24:18 +00:00 |
pkcs11.c
|
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
|
2011-04-24 08:57:21 +00:00 |
rsa.c
|
- Added alternative for SHA1 signature structure to check for (without NULL)
|
2012-03-22 15:31:27 +00:00 |
sha1.c
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
sha2.c
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
sha4.c
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
ssl_cli.c
|
- Abstracted checksum updating during handshake
|
2012-04-18 16:10:25 +00:00 |
ssl_srv.c
|
- Abstracted checksum updating during handshake
|
2012-04-18 16:10:25 +00:00 |
ssl_tls.c
|
- Moved out_msg to out_hdr + 32 to support hardware acceleration
|
2012-05-08 13:16:14 +00:00 |
timing.c
|
- Expanded clobber list on i386 RDTSC call
|
2011-10-19 14:27:36 +00:00 |
version.c
|
- Fixed copyright message
|
2010-07-18 20:36:00 +00:00 |
x509parse.c
|
- Changed certificate verify behaviour to comply with RFC 6125 section 6.3 to not match CN if subjectAltName extension is present.
|
2012-05-10 14:12:46 +00:00 |
x509write.c
|
- x509_write_cert_req() now supports all available hash functions
|
2012-02-16 14:08:06 +00:00 |
xtea.c
|
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
|
2011-04-24 08:57:21 +00:00 |