.. |
helpers.function
|
- Made function resilient to endianness differences.
|
2011-03-13 16:57:25 +00:00 |
test_suite_aes.data
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
test_suite_aes.function
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
test_suite_arc4.data
|
- Added test for self_test()
|
2009-07-05 11:29:38 +00:00 |
test_suite_arc4.function
|
- Changed ARC4 to use seperate input/output buffer
|
2010-03-21 15:42:15 +00:00 |
test_suite_base64.data
|
- Added further coverage tests for Base64
|
2009-07-11 15:29:30 +00:00 |
test_suite_base64.function
|
- Added further coverage tests for Base64
|
2009-07-11 15:29:30 +00:00 |
test_suite_camellia.data
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
test_suite_camellia.function
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
test_suite_cipher.data
|
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
|
2011-01-06 15:37:30 +00:00 |
test_suite_cipher.function
|
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
|
2011-01-06 15:37:30 +00:00 |
test_suite_debug.data
|
- Replaced with current value of the certificate after certificate replacement
|
2011-02-20 13:52:44 +00:00 |
test_suite_debug.function
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
test_suite_des.data
|
- Support for DES weak keys and parity bits added
|
2011-01-15 17:32:24 +00:00 |
test_suite_des.function
|
- Support for DES weak keys and parity bits added
|
2011-01-15 17:32:24 +00:00 |
test_suite_dhm.data
|
- Created better DHM tests
|
2009-07-27 20:37:44 +00:00 |
test_suite_dhm.function
|
- Removed dependency of tests on rand()
|
2011-03-13 15:45:42 +00:00 |
test_suite_hmac_shax.data
|
- Added CMake makefiles as alternative to regular Makefiles.
|
2009-06-28 21:50:27 +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
|
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
|
2011-01-06 14:20:01 +00:00 |
test_suite_md.function
|
- 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 |
test_suite_mdx.data
|
- Fixed faulty dependency in test
|
2011-01-15 17:05:17 +00:00 |
test_suite_mdx.function
|
- Added config.h to requirements for testing
|
2009-10-04 15:25:48 +00:00 |
test_suite_mpi.data
|
- Added extra test cases
|
2010-01-18 21:26:30 +00:00 |
test_suite_mpi.function
|
- Added and modified tests (result from coverage)
|
2009-07-12 11:01:32 +00:00 |
test_suite_pkcs1_v21.data
|
- Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21)
|
2011-03-08 14:16:06 +00:00 |
test_suite_pkcs1_v21.function
|
- Renamed rnd_info structure to correct rnd_buf_info structure
|
2011-03-13 16:56:35 +00:00 |
test_suite_rsa.data
|
- Made function resilient to endianness differences.
|
2011-03-13 16:57:25 +00:00 |
test_suite_rsa.function
|
- Removed dependency of tests on rand()
|
2011-03-13 15:45:42 +00:00 |
test_suite_shax.data
|
- Added shax_file tests and data files
|
2009-07-05 11:30:16 +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
|
- Replaced function that fixes man-in-the-middle attack
|
2011-02-28 21:20:02 +00:00 |
test_suite_version.function
|
- Added runtime and compiletime version information
|
2010-06-18 22:47:29 +00:00 |
test_suite_x509parse.data
|
- Corrected parsing of UTCTime dates before 1990 and after 1950
|
2011-02-20 10:40:16 +00:00 |
test_suite_x509parse.function
|
- 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 |
test_suite_xtea.data
|
- Added proper dependencies
|
2011-02-06 13:12:25 +00:00 |
test_suite_xtea.function
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |