.. |
helpers.function
|
- 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 |
test_suite_aes.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_aes.function
|
- Adjusted to use proper size_t arguments
|
2011-06-09 13:55:44 +00:00 |
test_suite_arc4.data
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
test_suite_arc4.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_base64.data
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
test_suite_base64.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_camellia.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_camellia.function
|
- Updated unsignedness in some missed cases
|
2011-06-09 14:14:58 +00:00 |
test_suite_cipher.aes.data
|
- Split cipher test suite into three different sets
|
2011-07-13 14:54:54 +00:00 |
test_suite_cipher.camellia.data
|
- Split cipher test suite into three different sets
|
2011-07-13 14:54:54 +00:00 |
test_suite_cipher.des.data
|
- Split cipher test suite into three different sets
|
2011-07-13 14:54:54 +00:00 |
test_suite_cipher.function
|
- Fixed error code
|
2011-06-09 15:44:37 +00:00 |
test_suite_cipher.null.data
|
- Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default!
|
2012-02-06 16:45:10 +00:00 |
test_suite_ctr_drbg.data
|
- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
|
2011-11-27 14:46:59 +00:00 |
test_suite_ctr_drbg.function
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
test_suite_debug.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_debug.function
|
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
|
2011-12-10 21:55:01 +00:00 |
test_suite_des.data
|
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
|
2011-04-25 15:28:35 +00:00 |
test_suite_des.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_dhm.data
|
- Created better DHM tests
|
2009-07-27 20:37:44 +00:00 |
test_suite_dhm.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_error.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_error.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_gcm.decrypt.data
|
- Added base Galois/Counter mode (GCM) for AES
|
2012-03-20 13:50:09 +00:00 |
test_suite_gcm.encrypt.data
|
- Added base Galois/Counter mode (GCM) for AES
|
2012-03-20 13:50:09 +00:00 |
test_suite_gcm.function
|
- Added base Galois/Counter mode (GCM) for AES
|
2012-03-20 13:50:09 +00:00 |
test_suite_hmac_shax.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_hmac_shax.function
|
- Made code compliant with ISO99 (no-declaration-after-statement)
|
2009-07-11 19:15:20 +00:00 |
test_suite_md.data
|
- Fixed faulty HMAC-MD2 implementation (Fixes ticket #37)
|
2011-10-06 14:18:49 +00:00 |
test_suite_md.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_mdx.data
|
- Fixed faulty HMAC-MD2 implementation (Fixes ticket #37)
|
2011-10-06 14:18:49 +00:00 |
test_suite_mdx.function
|
- The config header file is now always included in all tests
|
2011-03-26 13:39:34 +00:00 |
test_suite_mpi.data
|
- Fixed a mistake in mpi_cmp_mpi() where longer B values are handled wrong
|
2012-03-22 14:08:57 +00:00 |
test_suite_mpi.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_pkcs1_v21.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_pkcs1_v21.function
|
- 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 |
test_suite_rsa.data
|
- Moved test to entropy and CTR_DRBG
|
2011-12-04 17:12:15 +00:00 |
test_suite_rsa.function
|
- Moved test to entropy and CTR_DRBG
|
2011-12-04 17:12:15 +00:00 |
test_suite_shax.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_shax.function
|
- Made code compliant with ISO99 (no-declaration-after-statement)
|
2009-07-11 19:15:20 +00:00 |
test_suite_version.data
|
- Made changes for 1.1.1 release
|
2012-01-23 09:44:43 +00:00 |
test_suite_version.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_x509parse.data
|
- Multi-domain certificates support wildcards as well
|
2012-02-11 17:38:38 +00:00 |
test_suite_x509parse.function
|
- Removed test memory leaks
|
2012-02-11 18:43:20 +00:00 |
test_suite_x509write.data
|
- First tests for x509_write_cert_req() compat with OpenSSL output
|
2012-02-16 14:09:13 +00:00 |
test_suite_x509write.function
|
- First tests for x509_write_cert_req() compat with OpenSSL output
|
2012-02-16 14:09:13 +00:00 |
test_suite_xtea.data
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |
test_suite_xtea.function
|
- Fixed a whole bunch of dependencies on defines between files, examples and tests
|
2011-05-26 13:16:06 +00:00 |