mbedtls/library
Paul Bakker 1bc9efc00a - Fixed const correctness
- Added ctr_drbg_update for non-fixed data lengths
 - Fixed void pointer arithmetic
2011-12-03 11:29:32 +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 - Better buffer handling in mpi_read_file() 2011-11-30 16:00:20 +00:00
camellia.c - Cleaned up define 2011-11-18 12:58:25 +00:00
certs.c - Re-added removed dhm test values 2011-03-08 13:58:16 +00:00
cipher.c - Added and updated cipher error codes and documentation 2011-06-09 15:42:02 +00:00
cipher_wrap.c - Fixed typos in copied text (Fixed ticket #39) 2011-11-11 10:34:04 +00:00
CMakeLists.txt - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator 2011-11-27 14:46:59 +00:00
ctr_drbg.c - Fixed const correctness 2011-12-03 11:29:32 +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 - 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
error.c - Added handling for CTR_DRBG module 2011-11-27 14:50:49 +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 CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator 2011-11-27 14:46:59 +00:00
md.c - Added regular error codes for generic message digest layer 2011-06-09 15:55:11 +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
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 - 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
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 - 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
ssl_srv.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
ssl_tls.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
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 - * If certificate serial is longer than 32 octets, serial number is now appended with '....' after first 28 octets 2011-11-25 12:37:37 +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