.. |
aes.c
|
|
|
arc4.c
|
|
|
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 |
base64.c
|
|
|
bignum.c
|
- Changed back statement
|
2012-01-22 20:37:32 +00:00 |
camellia.c
|
- Cleaned up define
|
2011-11-18 12:58:25 +00:00 |
certs.c
|
|
|
cipher.c
|
- Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default!
|
2012-02-06 16:45:10 +00:00 |
cipher_wrap.c
|
- Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default!
|
2012-02-06 16:45:10 +00:00 |
CMakeLists.txt
|
- Made changes for 1.1.1 release
|
2012-01-23 09:44:43 +00:00 |
ctr_drbg.c
|
- Fixed selftest for CTR_DRBG
|
2012-01-22 20:29:47 +00:00 |
debug.c
|
|
|
des.c
|
|
|
dhm.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 |
entropy.c
|
- Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES)
|
2011-12-15 20:11:16 +00:00 |
entropy_poll.c
|
- Prevented warning from unused parameter data
|
2011-12-05 13:54:00 +00:00 |
error.c
|
- Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared
|
2012-01-14 18:07:41 +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
|
- Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources
|
2011-12-03 21:45:14 +00:00 |
md.c
|
- Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared
|
2012-01-14 18:07:41 +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
|
|
|
net.c
|
- Support for FreeBSD _SOCKLEN_T_DECLARED
|
2011-12-20 12:19:03 +00:00 |
padlock.c
|
|
|
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
|
|
|
rsa.c
|
- Fixed signed status of ret
|
2012-01-14 18:10:38 +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
|
- Removed redundant POLARSSL_DEBUG_MSG define
|
2012-02-11 16:17:43 +00:00 |
ssl_srv.c
|
- Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default!
|
2012-02-06 16:45:10 +00:00 |
ssl_tls.c
|
- Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default!
|
2012-02-06 16:45:10 +00:00 |
timing.c
|
|
|
version.c
|
|
|
x509parse.c
|
- Clean Subject Alternative Name data
|
2012-02-11 18:42:45 +00:00 |
xtea.c
|
|
|