.. |
aes.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 |
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 |
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
|
- Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions.
|
2011-05-18 15:47:11 +00:00 |
camellia.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 |
certs.c
|
- Re-added removed dhm test values
|
2011-03-08 13:58:16 +00:00 |
cipher_wrap.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 |
cipher.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 |
CMakeLists.txt
|
- A error_strerror function() has been added to translate between error codes and their description.
|
2011-05-09 16:17:09 +00:00 |
debug.c
|
- Improved compile-time compatibility with mingw32 64-bit versions
|
2011-04-24 16:08:12 +00:00 |
des.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 |
dhm.c
|
- A error_strerror function() has been added to translate between error codes and their description.
|
2011-05-09 16:17:09 +00:00 |
error.c
|
- Changed behaviour of net_recv(), ssl_fetch_input() and ssl_read(). net_recv() now returns 0 on EOF instead of POLARSSL_ERR_NET_CONN_RESET. ssl_fetch_input() returns POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function. ssl_read() returns 0 if a POLARSSL_ERR_SSL_CONN_EOF is received after the handshake.
|
2011-05-18 13:32:51 +00:00 |
havege.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 |
Makefile
|
- A error_strerror function() has been added to translate between error codes and their description.
|
2011-05-09 16:17:09 +00:00 |
md2.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
md4.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
md5.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
md_wrap.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
md.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
net.c
|
- Made listen backlog number a define
|
2011-05-20 12:31:31 +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
|
- A error_strerror function() has been added to translate between error codes and their description.
|
2011-05-09 16:17:09 +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
|
- A error_strerror function() has been added to translate between error codes and their description.
|
2011-05-09 16:17:09 +00:00 |
sha1.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
sha2.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
sha4.c
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
ssl_cli.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 |
ssl_srv.c
|
- A error_strerror function() has been added to translate between error codes and their description.
|
2011-05-09 16:17:09 +00:00 |
ssl_tls.c
|
- Changed behaviour of net_recv(), ssl_fetch_input() and ssl_read(). net_recv() now returns 0 on EOF instead of POLARSSL_ERR_NET_CONN_RESET. ssl_fetch_input() returns POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function. ssl_read() returns 0 if a POLARSSL_ERR_SSL_CONN_EOF is received after the handshake.
|
2011-05-18 13:32:51 +00:00 |
timing.c
|
- Better timer for Windows platforms
|
2011-04-24 15:28:55 +00:00 |
version.c
|
- Fixed copyright message
|
2010-07-18 20:36:00 +00:00 |
x509parse.c
|
- A error_strerror function() has been added to translate between error codes and their description.
|
2011-05-09 16:17:09 +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 |