.. |
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
|
- Added mpi_fill_random() for centralized filling of big numbers with random data (Fixed ticket #10)
|
2011-03-26 13:18:49 +00:00 |
camellia.c
|
- Fixed copyright message
|
2010-07-18 20:36:00 +00:00 |
certs.c
|
- Re-added removed dhm test values
|
2011-03-08 13:58:16 +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
|
- Ready for release 0.99-pre4
|
2011-04-01 12:23:26 +00:00 |
debug.c
|
- Debug print of MPI now removes leading zero octets and displays actual bit size of the value
|
2011-03-14 20:41:31 +00:00 |
des.c
|
- Support for DES weak keys and parity bits added
|
2011-01-15 17:32:24 +00:00 |
dhm.c
|
- Fixed possible uninitialized values
|
2011-04-01 11:39:39 +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
|
- Added flag to disable Chinese Remainder Theorem when using RSA private operation (POLARSSL_RSA_NO_CRT)
|
2011-03-26 13:40:23 +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
|
- Fixed possible uninitialized values
|
2011-04-01 11:39:39 +00:00 |
ssl_srv.c
|
- Fixed possible uninitialized values
|
2011-04-01 11:39:39 +00:00 |
ssl_tls.c
|
- Fixed bug in ssl_write() when flushing old data (Fixes ticket #18)
|
2011-03-14 20:50:15 +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
|
- Added missing rsa_init() call in x509parse_self_test()
|
2011-03-25 14:22:50 +00:00 |
xtea.c
|
- Fixed copyright message
|
2010-07-18 20:36:00 +00:00 |