mbedtls/library
2011-11-15 16:38:34 +00:00
..
aes.c - Removed deprecated casts to int for now unsigned values 2011-06-09 13:55:13 +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 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. 2011-11-10 14:43:23 +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 - Fixed unconverted t_dbl into t_udbl 2011-08-23 14:55:55 +00:00
camellia.c - Updated unsignedness in some missed cases 2011-06-09 14:14:58 +00:00
certs.c - Re-added removed dhm test values 2011-03-08 13:58:16 +00:00
cipher_wrap.c - Fixed typos in copied text (Fixed ticket #39) 2011-11-11 10:34:04 +00:00
cipher.c - Added and updated cipher error codes and documentation 2011-06-09 15:42:02 +00:00
CMakeLists.txt - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. 2011-11-10 14:43:23 +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 - 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 - Adapted error generation to include ASN.1 changes and have Windows snprintf macro 2011-11-15 16:38:34 +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 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. 2011-11-10 14:43:23 +00:00
md2.c - Fixed faulty HMAC-MD2 implementation (Fixes ticket #37) 2011-10-06 14:18:49 +00:00
md4.c - Removed deprecated casts to int for now unsigned values 2011-06-09 13:55:13 +00:00
md5.c - Removed deprecated casts to int for now unsigned values 2011-06-09 13:55:13 +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 - Added regular error codes for generic message digest layer 2011-06-09 15:55:11 +00:00
net.c - Added define for OpenBSD (sys/endian.h) 2011-07-01 09:07:24 +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 - Fixed incorrect behaviour in case of RSASSA-PSS with a salt length smaller than the hash length. (Closes ticket #41) 2011-11-15 15:26:03 +00:00
sha1.c - Removed deprecated casts to int for now unsigned values 2011-06-09 13:55:13 +00:00
sha2.c - Removed deprecated casts to int for now unsigned values 2011-06-09 13:55:13 +00:00
sha4.c - Minor update in types to prevent compiler warning under VS2010 2011-07-11 08:16:18 +00:00
ssl_cli.c - Added ssl_set_max_version() to set the client's maximum sent version number 2011-10-06 13:04:09 +00:00
ssl_srv.c - Fixed a whole bunch of dependencies on defines between files, examples and tests 2011-05-26 13:16:06 +00:00
ssl_tls.c - Added ssl_set_max_version() to set the client's maximum sent version number 2011-10-06 13:04:09 +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 - Allowed X509 key usage parsing to accept 4 byte values instead of the standard 1 byte version sometimes used by Microsoft. (Closes ticket #38) 2011-11-11 15:01:31 +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