Commit graph

  • e9276cc857 - Added basic Dart config file Paul Bakker 2009-07-08 19:48:13 +0000
  • 5c60de2beb - Added preliminary test cases for DHM Paul Bakker 2009-07-08 19:47:36 +0000
  • e5c19aab6e - Fixed name of xtea_crypt_ecb() Paul Bakker 2009-07-08 06:43:40 +0000
  • f725a88e54 - Added test suite for XTEA Paul Bakker 2009-07-08 06:43:10 +0000
  • 42a29bf7bf - Added test suite for RSA and PKCS#1 Paul Bakker 2009-07-07 20:18:41 +0000
  • 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 +0000
  • f3eedce885 - Added shax_file tests and data files - Added tests for shax self_test() Paul Bakker 2009-07-05 11:30:16 +0000
  • 3d36082a8d - Added test for self_test() Paul Bakker 2009-07-05 11:29:38 +0000
  • 0a083c2a12 - Added ignore files because of CMake Paul Bakker 2009-06-28 21:51:12 +0000
  • 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 +0000
  • 48eab260e9 - Corrected is_prime() results for 0, 1 and 2 (found by code coverage tests) Paul Bakker 2009-06-25 21:25:49 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 05feca6f7c - Fixed incorrect handling of negative strings in mpi_read_string() (found by code coverage tests). Paul Bakker 2009-06-20 08:22:43 +0000
  • 80ab9f5eb5 - Fixed uint32_t definition on Windows systems Paul Bakker 2009-05-24 14:42:46 +0000
  • a86cd2dfcd - Updated ChangeLog for rsa.c change Paul Bakker 2009-05-17 10:27:03 +0000
  • 4c067eb92b - Added extra comments explaining CBC mode should receive multiples of block size as input. Paul Bakker 2009-05-17 10:25:19 +0000
  • cde51572df - Fixed missing support for SHA2 in rsa_pkcs1_sign() Paul Bakker 2009-05-17 10:11:56 +0000
  • 860d36b9d8 - Updated ssl_cert_test to properly parse return values from x509parse_verify(). Paul Bakker 2009-05-03 17:29:56 +0000
  • fdca45fded - Fixed ChangeLog Paul Bakker 2009-05-03 16:06:43 +0000
  • b44f3be436 - Updated ChangeLog to include XTEA and Camellia support on 64-bit platforms. Paul Bakker 2009-05-03 13:12:27 +0000
  • c81f6c3f06 - Made Camellia use uint32_t for 64-bit compatibility Paul Bakker 2009-05-03 13:09:15 +0000
  • 0fdf3cacf2 - Modified XTEA to use uint32_t instead of unsigned long Paul Bakker 2009-05-03 12:54:07 +0000
  • c500bb7c43 - Updated VisualC project and workspace files Paul Bakker 2009-05-03 10:20:29 +0000
  • 40ea7de46d - Added CRL revocation support to x509parse_verify() - Fixed an off-by-one allocation in ssl_set_hostname() - Added CRL support to SSL/TLS code Paul Bakker 2009-05-03 10:18:48 +0000
  • 7d06ad2b52 - Fixed formatting Paul Bakker 2009-05-02 15:53:56 +0000
  • d98030e7d6 - Added prelimenary CRL parsing and info support Paul Bakker 2009-05-02 15:13:40 +0000
  • 68041ec500 - added description to POLARSSL_HAVE_ASM Paul Bakker 2009-04-19 21:17:55 +0000
  • 34a9056f39 - POLARSSL_HAVE_ASM also used in padlock and timing code. Paul Bakker 2009-04-19 21:17:09 +0000
  • 1d4f30ca4d - Made net_htons() endian-clean for big endian. Paul Bakker 2009-04-19 18:55:16 +0000
  • 2b245ebd9f - Moved file loading to load_file Paul Bakker 2009-04-19 18:44:26 +0000
  • 592457c0ad - Fixed documentation typos.. Paul Bakker 2009-04-01 19:01:43 +0000
  • 619467aff8 - Added explanation for first bit/byte to zero in rsa_public Paul Bakker 2009-03-28 23:26:51 +0000
  • 7c6d4a4e6b - Fixed new logic on certificate chains in x509parse_verify() Paul Bakker 2009-03-28 20:35:47 +0000
  • e9581d66b0 - Fixed logic error on end of 'full' chain Paul Bakker 2009-03-28 20:29:25 +0000
  • 6335fafd74 - Added x509parse_crt() fix Paul Bakker 2009-03-28 18:54:06 +0000
  • 320a4b59a8 - Added input handling for x509parse_crt() - Prevented memory leak by only adding new certificate if needed in x509parse_crt() - Add certificate before parsing if chain is 'full' in x509parse_crt() Paul Bakker 2009-03-28 18:52:39 +0000
  • ef75f25be7 - Proper sequence of ciphersuites Paul Bakker 2009-03-28 18:43:23 +0000
  • 1ace1fdd4c - Added camellia to polarssl visualc project Paul Bakker 2009-03-28 18:33:55 +0000
  • 026c03b7f4 - Made changes for better compatibility with old-style C compilers Paul Bakker 2009-03-28 17:53:03 +0000
  • ebb2bebbe2 - Added genprime fix Paul Bakker 2009-03-28 17:52:44 +0000
  • a1d3e5f835 - Add checking of certificate and key match Paul Bakker 2009-03-28 17:30:26 +0000
  • 70b3eed2aa - Moved mpi_gcd() outside of the POLARSSL_GENPRIME define. Is needed in rsa.c for normal use. Paul Bakker 2009-03-14 18:01:25 +0000
  • 8cda68bcdc - Updated certificates to PolarSSL certificates Paul Bakker 2009-02-10 22:19:29 +0000
  • 0e6975b7ed - Fixed use of correct ca certificate (test_ca_cert) instead of xyssl_ca_cert Paul Bakker 2009-02-10 22:19:10 +0000
  • c03d9258f6 - Fixed server2 certificate to CN=localhost Paul Bakker 2009-02-10 22:17:58 +0000
  • 92f880bf47 - Second server should be called localhost Paul Bakker 2009-02-10 22:17:38 +0000
  • 5a0aa77564 - Fixed buffer overrun because of SHA-512 Paul Bakker 2009-02-09 22:38:52 +0000
  • 3a3c3c2a55 - Added SHA-512 benchmark Paul Bakker 2009-02-09 22:33:30 +0000
  • 4593aeadaf - Added support for RFC4055 SHA2 and SHA4 signature algorithms for use with PKCS#1 v1.5 signing and verification. - Added extra certificates to test-ca and test code to further test functionality of SHA2 and SHA4 signing and verification. - Updated other program files accordingly Paul Bakker 2009-02-09 22:32:35 +0000
  • b29e23c586 - Enhanced generation CA script and config to further automate different actions Paul Bakker 2009-02-09 21:06:41 +0000
  • 3681b118ec - Enlarged debug buffer to facilitate long certificate values and filenames Paul Bakker 2009-02-07 17:14:21 +0000
  • 2da561c2a1 - Moved debug message in ssl_free() before clearing of ssl context Paul Bakker 2009-02-05 18:00:28 +0000
  • 869117f4e4 - Removed empty workspace file Paul Bakker 2009-02-05 17:47:45 +0000
  • 4e0d7ca233 - Fixed a bug in mpi_gcd() that prevented correct funtioning when both input numbers are even. Paul Bakker 2009-01-29 22:24:33 +0000
  • 785a9eeece - Added email address to header license information Paul Bakker 2009-01-25 14:15:10 +0000
  • 3b8dfc373f - Renamed script for correctness Paul Bakker 2009-01-25 12:00:24 +0000
  • 864801ef41 - Added license replacement script Paul Bakker 2009-01-25 11:59:46 +0000
  • 3375b21081 - Fixed last mistake Paul Bakker 2009-01-15 20:46:08 +0000
  • 71cd2c6fbd - Updated version from 0.10 to 0.10.0 Paul Bakker 2009-01-15 19:45:54 +0000
  • 222aa4bd61 - New PolarSSL test CA, servers and clients Paul Bakker 2009-01-14 22:44:12 +0000
  • b159ed234a - Added test-ca generation script Paul Bakker 2009-01-14 22:39:57 +0000
  • fa049dba45 - Added POLARSSL_CAMELLIA_SMALL_MEMORY define for SBOX'es Paul Bakker 2009-01-12 22:12:03 +0000
  • f1306186d0 - Updated Changelog Paul Bakker 2009-01-12 21:50:17 +0000
  • 060c56871c - Fixed possible heap overflow in pkcs1_decrypt on data larger than output buffer after padding. For instance the premaster decryption in ssl_parse_client_key_exchange() in ssl_serv.c (Thanks to Christophe Devine) Paul Bakker 2009-01-12 21:48:39 +0000
  • c32c6b56ca - Minimally optimized camellia_feistel() - Removed debug code Paul Bakker 2009-01-11 21:36:43 +0000
  • 72989ffcaf - Updated ChangeLog Paul Bakker 2009-01-11 20:26:11 +0000
  • b5ef0bada4 - Added SSL_RSA_CAMELLIA_128_SHA, SSL_RSA_CAMELLIA_256_SHA, SSL_EDH_RSA_CAMELLIA_256_SHA ciphersuites to SSL Paul Bakker 2009-01-11 20:25:36 +0000
  • 38119b18d6 - Added first version of Camellia Paul Bakker 2009-01-10 23:31:23 +0000
  • 7a7c78fd02 - Added XTEA Algorithm (Not used in SSL) Paul Bakker 2009-01-04 18:15:48 +0000
  • e0ccd0a7c3 - Updated Copyright notices Paul Bakker 2009-01-04 16:27:10 +0000
  • b749d68f9c - Updates to PolarSSL - Added ignores Paul Bakker 2009-01-04 16:08:55 +0000
  • 41d6e3a58e - Migrated to PolarSSL Paul Bakker 2009-01-04 16:05:10 +0000
  • 40e46940df - First replacement of xyssl by polarssl where needed Paul Bakker 2009-01-03 21:51:57 +0000
  • 8e831edc24 Paul Bakker 2009-01-03 21:24:11 +0000
  • 5121ce5bdb - Renamed include directory to polarssl Paul Bakker 2009-01-03 21:22:43 +0000