..
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
- mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases.
2011-05-05 11:49:20 +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
- A error_strerror function() has been added to translate between error codes and their description.
2011-05-09 16:17:09 +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
- Improved compile-time compatibility with mingw32 64-bit versions
2011-04-24 16:08:12 +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
- A error_strerror function() has been added to translate between error codes and their description.
2011-05-09 16:17:09 +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