Commit Graph

  • da4e129a99 - Released PolarSSL 0.12.1 polarssl-0.12.1 Paul Bakker 2009-10-04 15:39:26 +00:00
  • 1b30546be1 - Merged trunk changes 818-819 into the 0.12 branch archive/polarssl-0.12 Paul Bakker 2009-10-04 15:38:32 +00:00
  • c1f3caacf2 - Added config.h to requirements for testing Paul Bakker 2009-10-04 15:25:48 +00:00
  • 53443e4fa4 - Merged trunk changes 796:817 into the 0.12 branch Paul Bakker 2009-10-04 15:22:11 +00:00
  • 5d8d64e1a6 - Fixed texts Paul Bakker 2009-10-04 15:15:34 +00:00
  • 1bbeb69e38 - Compile tests before programs Paul Bakker 2009-10-04 15:08:01 +00:00
  • 477fd326bd - Removed dos newlines Paul Bakker 2009-10-04 13:22:13 +00:00
  • fe1aea7877 - Fixed typo in MD4 define Paul Bakker 2009-10-03 20:09:14 +00:00
  • 1271d9df55 - Updated to reflect changes of 'depends_on' in testing Paul Bakker 2009-10-03 20:05:57 +00:00
  • 76791f7c32 - Rewrote sign and verify tests to handle missing algorithm definitions Paul Bakker 2009-10-03 20:02:00 +00:00
  • 46b8071641 - Added 'depends_on' for tests dependent on specific hash algorithms Paul Bakker 2009-10-03 20:01:39 +00:00
  • de4d2eae95 - Added handling of missing POLARSSL_MD5_C define and POLARSSL_SHA1_c define Paul Bakker 2009-10-03 19:58:52 +00:00
  • ccff1671ae cat ../svn-commit.2.tmp Paul Bakker 2009-10-03 19:57:10 +00:00
  • 7b7400ad8a - Re-released 0.12.0 polarssl-0.12.0 Paul Bakker 2009-07-28 20:53:15 +00:00
  • 6506aff92d - Removed MD2 and MD4 by default Paul Bakker 2009-07-28 20:52:02 +00:00
  • f3ac24a860 - Added tag and branch for release of PolarSSL 0.12.0 Paul Bakker 2009-07-28 20:30:43 +00:00
  • 46a6839a03 - Added generic 'make check' in Makefile Paul Bakker 2009-07-28 20:29:34 +00:00
  • 972f8e77cf - Updated ChangeLog for release 0.12.0 Paul Bakker 2009-07-28 20:27:03 +00:00
  • d947d765e0 - Better implemented 'make check' in normal Makefile Paul Bakker 2009-07-28 20:16:47 +00:00
  • 3391b12ce3 - Fixed error codes. Negative when needed (SSL error codes). Non-negative if error-codes are OR'ed to other error codes (ASN1, Base64, MPI, DHM). The rest is negative by default. Paul Bakker 2009-07-28 20:11:54 +00:00
  • 9794cb4f03 - Addec 'make check' to the standard Makefile Paul Bakker 2009-07-28 18:55:00 +00:00
  • 77b385e91a - Updated copyright messages on all relevant files Paul Bakker 2009-07-28 17:23:11 +00:00
  • 13e2dfecaa - Cleaned up header documentation Paul Bakker 2009-07-28 07:18:38 +00:00
  • c6ce838d8f - Better handling of extension parsing Paul Bakker 2009-07-27 21:34:45 +00:00
  • b3bb6c0c66 - Fixed include location of endian.h and name clash on Apples (found by Martin van Hensbergen) Paul Bakker 2009-07-27 21:09:47 +00:00
  • 2a1fadffd7 - Increased size of generated value X Paul Bakker 2009-07-27 21:05:24 +00:00
  • 2b222c830b - Changed interface for AES and Camellia setkey functions to indicate invalid key lengths. Paul Bakker 2009-07-27 21:03:45 +00:00
  • 33768bf19b - Created better DHM tests Paul Bakker 2009-07-27 20:37:44 +00:00
  • e4ff413890 - Added extra coverage tests Paul Bakker 2009-07-27 20:22:10 +00:00
  • 9be19375e5 - Fill base data for x509_crl_entry in CRL correctly - Internal structure of sequences is not optional anymore (as per RFC) - nextUpdate handles optionality correct if no revokedCertificates are present. - x509parse_crl_info handles the case of no entries correctly Paul Bakker 2009-07-27 20:21:53 +00:00
  • 345fb49cb7 - Added extra coverage and regression tests Paul Bakker 2009-07-20 21:26:07 +00:00
  • c2547b0034 - Surpress warning of unused 'mode' parameter in Camellia Paul Bakker 2009-07-20 20:40:52 +00:00
  • 6b0fa4f33b - Added extra regression and coverage tests for ASN parsing of CRL and Key data Paul Bakker 2009-07-20 20:35:41 +00:00
  • 635f4b4cf9 - Updated error check on optional nextUpdate in CRL Paul Bakker 2009-07-20 20:34:41 +00:00
  • c89cf7ceff - Updated assembly to not clobber ebx and allow shared libs again Paul Bakker 2009-07-19 21:37:39 +00:00
  • 854963cee3 - Fixed include location of endian.h on FreeBSD (found by Gabriel) Paul Bakker 2009-07-19 20:50:11 +00:00
  • 38e2b482ff - Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE. Paul Bakker 2009-07-19 20:41:06 +00:00
  • fc22c441bc - Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code. Paul Bakker 2009-07-19 20:36:27 +00:00
  • 5d4a193e77 - Also generate CRL's with all the digests Paul Bakker 2009-07-19 20:31:02 +00:00
  • c26a189189 - Added extra X509 regression and coverage tests Paul Bakker 2009-07-19 20:30:14 +00:00
  • f1fec19797 - Updated ChangeLog to reflect change in error codes Paul Bakker 2009-07-19 20:29:42 +00:00
  • b5bf176f4c - Major change: Errors are now positive numbers instead of negative. Reason: You cannot OR negative values correctly Paul Bakker 2009-07-19 20:28:35 +00:00
  • 1e27bb24bc - Added newline at end of CRL info Paul Bakker 2009-07-19 20:25:25 +00:00
  • b2c38f54b4 - Added a lot of ASN1 Certificate parsing tests Paul Bakker 2009-07-19 19:36:15 +00:00
  • 94101362e8 - Added test for larger that 64 byte hmac-md2 key Paul Bakker 2009-07-19 19:35:51 +00:00
  • 821fb08b53 - Added extra tests (result of coverage) Paul Bakker 2009-07-12 13:26:42 +00:00
  • 4d6b31a999 - Added extra certificates and tests Paul Bakker 2009-07-12 11:11:06 +00:00
  • 9cdc87c1ad - Longer valid CRL Paul Bakker 2009-07-12 11:04:30 +00:00
  • ba48cb2fee - Added and modified tests (result from coverage) Paul Bakker 2009-07-12 11:01:32 +00:00
  • 71d59fb4b4 - Added extra tests (result from coverage) Paul Bakker 2009-07-12 11:00:55 +00:00
  • e23166f7e8 - Added generation of all digest certificates from a single key Paul Bakker 2009-07-12 11:00:06 +00:00
  • 596d504da2 - Updated ChangeLog for old fix of Camellia and XTEA for 64-bit Windows systems Paul Bakker 2009-07-11 21:06:01 +00:00
  • 6e61ea1320 - Updated ChangeLog Paul Bakker 2009-07-11 20:44:12 +00:00
  • 9863ca5001 - Added non-OpenSSL HMAC-MD2 hashes. They seem to be correct and OpenSSL wrong Paul Bakker 2009-07-11 20:42:12 +00:00
  • 2fd71f0757 - Fixed HMAC-MD2 by modifying md2_starts(), so that the required HMAC ipad and opad variables are not cleared! Paul Bakker 2009-07-11 20:40:58 +00:00
  • 396c52f711 - Updated and cleaned CMakeList Paul Bakker 2009-07-11 19:54:40 +00:00
  • 7cea7627c4 - Added first version of compilation guidelines Paul Bakker 2009-07-11 19:48:38 +00:00
  • 3bcf28c21f - Added warnings for declarations after statements Paul Bakker 2009-07-11 19:16:30 +00:00
  • 0049c2fd19 - Added Makefile for tests Paul Bakker 2009-07-11 19:15:43 +00:00
  • 69998dd2c8 - Made code compliant with ISO99 (no-declaration-after-statement) Paul Bakker 2009-07-11 19:15:20 +00:00
  • 765687985a - Fixed formatting of ChangeLog Paul Bakker 2009-07-11 18:39:36 +00:00
  • 1a9382ea80 - Prevented use of long long in bignum if POLARSSL_HAVE_LONGLONG not defined (found by Giles Bathgate). Paul Bakker 2009-07-11 16:35:32 +00:00
  • 5946fd9124 - Added further coverage tests for Base64 Paul Bakker 2009-07-11 15:29:30 +00:00
  • 37940d9ff6 - Added test coverage for X509parse - Fixed segfault in rsa_check_privkey() and rsa_check_pubkey() and added test Paul Bakker 2009-07-10 22:38:58 +00:00
  • 7d8a100783 - Added handling of escaped colon's in input Paul Bakker 2009-07-10 22:36:06 +00:00
  • 1973e4c582 - Fixed selftest of X509parse code Paul Bakker 2009-07-10 22:32:40 +00:00
  • ea9778f798 - Added dependency to polarssl Paul Bakker 2009-07-08 20:05:41 +00:00
  • 40fe2b02db - Fixed clobberlist of asm command. (Required for correct handling of coverage testing) Paul Bakker 2009-07-08 19:49:01 +00:00
  • e9276cc857 - Added basic Dart config file Paul Bakker 2009-07-08 19:48:13 +00:00
  • 5c60de2beb - Added preliminary test cases for DHM Paul Bakker 2009-07-08 19:47:36 +00:00
  • e5c19aab6e - Fixed name of xtea_crypt_ecb() Paul Bakker 2009-07-08 06:43:40 +00:00
  • f725a88e54 - Added test suite for XTEA Paul Bakker 2009-07-08 06:43:10 +00:00
  • 42a29bf7bf - Added test suite for RSA and PKCS#1 Paul Bakker 2009-07-07 20:18:41 +00:00
  • e896feafbe - Added additional cases for MPI, MDx - Added test case set for Camellia, DES and 3-DES Paul Bakker 2009-07-06 06:40:23 +00:00
  • f3eedce885 - Added shax_file tests and data files - Added tests for shax self_test() Paul Bakker 2009-07-05 11:30:16 +00:00
  • 3d36082a8d - Added test for self_test() Paul Bakker 2009-07-05 11:29:38 +00:00
  • 0a083c2a12 - Added ignore files because of CMake Paul Bakker 2009-06-28 21:51:12 +00:00
  • 367dae44b2 - Added CMake makefiles as alternative to regular Makefiles. - Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and HMAC-SHA-family. Paul Bakker 2009-06-28 21:50:27 +00:00
  • 48eab260e9 - Corrected is_prime() results for 0, 1 and 2 (found by code coverage tests) Paul Bakker 2009-06-25 21:25:49 +00:00
  • ce40a6d21d - Fixed incorrect handling of negative first input value in mpi_mod_mpi() and mpi_mod_int(). Resulting change also affects mpi_write_string() (found by code coverage tests). Paul Bakker 2009-06-23 19:46:08 +00:00
  • 1ef7a53fa2 - Fixed incorrect handling of negative first input value in mpi_sub_abs() (found by code coverage tests). Paul Bakker 2009-06-20 10:50:55 +00:00
  • f7ca7b99dd - Fixed incorrect handling of one single negative input value in mpi_add_abs() (found by code coverage tests). Paul Bakker 2009-06-20 10:31:06 +00:00
  • 05feca6f7c - Fixed incorrect handling of negative strings in mpi_read_string() (found by code coverage tests). Paul Bakker 2009-06-20 08:22:43 +00:00
  • 80ab9f5eb5 - Fixed uint32_t definition on Windows systems Paul Bakker 2009-05-24 14:42:46 +00:00
  • 8b0558e6a9 - Added release for 0.11.1 polarssl-0.11.1 Paul Bakker 2009-05-17 10:32:19 +00:00
  • 10e243e0f7 - Mergeinfo archive/polarssl-0.11 Paul Bakker 2009-05-17 10:31:12 +00:00
  • c0983aabe4 - Integrated comments for CBC mode into 0.11 branch Paul Bakker 2009-05-17 10:30:00 +00:00
  • a86cd2dfcd - Updated ChangeLog for rsa.c change Paul Bakker 2009-05-17 10:27:03 +00:00
  • 4c067eb92b - Added extra comments explaining CBC mode should receive multiples of block size as input. Paul Bakker 2009-05-17 10:25:19 +00:00
  • 1569ad872e - Integrated SHA2 in RSA fix (patch 657:658) into 0.11 branch Paul Bakker 2009-05-17 10:16:51 +00:00
  • cde51572df - Fixed missing support for SHA2 in rsa_pkcs1_sign() Paul Bakker 2009-05-17 10:11:56 +00:00
  • ad0c491c32 - Updated ssl_cert_test to properly parse return values from x509parse_verify(). Paul Bakker 2009-05-03 17:29:56 +00:00
  • 860d36b9d8 - Updated ssl_cert_test to properly parse return values from x509parse_verify(). Paul Bakker 2009-05-03 17:29:56 +00:00
  • 87ac047a65 - Released 0.11 polarssl-0.11.0 Paul Bakker 2009-05-03 16:07:55 +00:00
  • fdca45fded - Fixed ChangeLog Paul Bakker 2009-05-03 16:06:43 +00:00
  • ae6f48b6d0 - Branched and tagged 0.11.0 Paul Bakker 2009-05-03 13:14:31 +00:00
  • b44f3be436 - Updated ChangeLog to include XTEA and Camellia support on 64-bit platforms. Paul Bakker 2009-05-03 13:12:27 +00:00
  • c81f6c3f06 - Made Camellia use uint32_t for 64-bit compatibility Paul Bakker 2009-05-03 13:09:15 +00:00
  • 0fdf3cacf2 - Modified XTEA to use uint32_t instead of unsigned long Paul Bakker 2009-05-03 12:54:07 +00:00
  • c500bb7c43 - Updated VisualC project and workspace files Paul Bakker 2009-05-03 10:20:29 +00:00