mbedtls/library
Paul Bakker 345a6fee91 - Replaced function that fixes man-in-the-middle attack
- Added message to indicate inclusion of man-in-the-middle attack (Reported by Larry Highsmith, Subreption LLC)
 - Released version 0.99-pre3
2011-02-28 21:20:02 +00:00
..
aes.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
arc4.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
base64.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
bignum.c - Make A only smaller if it is larger than |X| - 1 2011-01-05 15:53:06 +00:00
camellia.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
certs.c - Updated certificates for new test versions 2011-02-20 13:34:20 +00:00
cipher_wrap.c - Cleaned up warning-generating code 2011-01-18 16:17:47 +00:00
cipher.c - Require different input and output buffer in cipher_update() 2011-01-20 16:35:05 +00:00
CMakeLists.txt - Replaced function that fixes man-in-the-middle attack 2011-02-28 21:20:02 +00:00
debug.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
des.c - Support for DES weak keys and parity bits added 2011-01-15 17:32:24 +00:00
dhm.c - Replaced function that fixes man-in-the-middle attack 2011-02-28 21:20:02 +00:00
havege.c - Removed application code from library source file 2011-01-27 16:38:52 +00:00
Makefile - Added pem to library 2011-02-25 09:48:49 +00:00
md2.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
md4.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
md5.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
md_wrap.c - Fixed typo 2011-01-06 15:35:45 +00:00
md.c - Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use. 2011-01-20 16:42:01 +00:00
net.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
padlock.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
pem.c - Parsing of PEM files moved to separate module (Fixes ticket #13). Also possible to remove PEM support for systems only using DER encoding 2011-02-12 14:30:57 +00:00
pkcs11.c - Cleaned up warning-generating code 2011-01-18 16:17:47 +00:00
rsa.c - Changed origins of random function and pointer in rsa_pkcs1_encrypt, rsa_init, rsa_gen_key. 2010-08-16 11:10:02 +00:00
sha1.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
sha2.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
sha4.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
ssl_cli.c - Do not bail out if no client certificate specified. Try to negotiate anonymous connection (Fixes ticket #12) 2011-02-20 13:49:27 +00:00
ssl_srv.c - Renamed ciphers member of ssl_context and cipher member of ssl_session to ciphersuites and ciphersuite respectively. This clarifies the difference with the generic cipher layer and is better naming altogether 2011-01-27 17:40:50 +00:00
ssl_tls.c - Information about missing or non-verified client certificate is not provided as well. 2011-01-30 17:05:13 +00:00
timing.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
version.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
x509parse.c - Corrected parsing of UTCTime dates before 1990 and after 1950 2011-02-20 10:40:16 +00:00
xtea.c - Fixed copyright message 2010-07-18 20:36:00 +00:00