1. 00c1f43 Merge branch 'ecc-devel-mpg' into development by Paul Bakker · 12 years ago
  2. d589a0d Modified Makefiles to include new files and and config.h to PolarSSL standard by Paul Bakker · 12 years ago
  3. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 12 years ago
  4. c9118b4 Renamed hash structures to ctx by Paul Bakker · 12 years ago
  5. 09d6725 Modified to work in-place by Paul Bakker · 12 years ago
  6. 92be97b Align data with future location based on IV size by Paul Bakker · 12 years ago
  7. 07eb38b Update ssl_hw_record_init() to receive keylen, ivlen and maclen as well by Paul Bakker · 12 years ago
  8. c787811 Do not set done in case of a fall-through by Paul Bakker · 12 years ago
  9. 5bd4229 Reverted commit 186751d9dd28082d4b19e69a2c15fd432d366133 and made out_hdr and out_msg back-to-back again by Paul Bakker · 12 years ago
  10. fae35f0 Functions in cipher_wrap.c marked static by Paul Bakker · 12 years ago
  11. d1df02a Functions inside md_wrap.c now marked static by Paul Bakker · 12 years ago
  12. ac0fba5 Added missing header for MD2 and made code compile with missing header files by Paul Bakker · 12 years ago
  13. 1bd3ae8 Added md_process() to MD layer for generic internal access to hash by Paul Bakker · 12 years ago
  14. 90f042d Prepared for PolarSSL 1.2.6 release by Paul Bakker · 12 years ago polarssl-1.2.6
  15. e81beda The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) by Paul Bakker · 12 years ago
  16. 78a8c71 Re-added support for parsing and handling SSLv2 Client Hello messages by Paul Bakker · 12 years ago
  17. 37286a5 Fixed net_bind() for specified IP addresses on little endian systems by Paul Bakker · 12 years ago
  18. 926c8e4 Fixed possible NULL pointer exception in ssl_get_ciphersuite() by Paul Bakker · 12 years ago
  19. 8804f69 Removed timing differences due to bad padding from RSA decrypt for by Paul Bakker · 12 years ago
  20. a43231c Added support for custom labels when using rsa_rsaes_oaep_encrypt() or rsa_rsaes_oaep_decrypt() by Paul Bakker · 12 years ago
  21. b386913 Split up the RSA PKCS#1 encrypt, decrypt, sign and verify functions by Paul Bakker · 12 years ago
  22. 8ddb645 Added conversion to int for a t_uint value to prevent compiler warnings by Paul Bakker · 12 years ago
  23. 3d2dc0f Corrected GCM counter incrementation to use only 32-bits instead of 128-bits by Paul Bakker · 12 years ago
  24. e47b34b Removed further timing differences during SSL message decryption in ssl_decrypt_buf() by Paul Bakker · 12 years ago
  25. 2ca8ad1 Made x509parse.c also work with missing hash header files by Paul Bakker · 12 years ago
  26. 86f04f4 Fixed comment by Paul Bakker · 12 years ago
  27. c046350 Fixed memory leak in ssl_free() and ssl_reset() for active session by Paul Bakker · 12 years ago
  28. f35b739 Add a few check for context validity. by Manuel Pégourié-Gonnard · 12 years ago
  29. 424fda5 Add ecdh_calc_secret() by Manuel Pégourié-Gonnard · 12 years ago
  30. 5cceb41 Add ecdh_{make,read}_public() by Manuel Pégourié-Gonnard · 12 years ago
  31. 854fbd7 Add ecdh_read_params(). by Manuel Pégourié-Gonnard · 12 years ago
  32. 1372476 Add ecdh_make_server_params (untested yet) by Manuel Pégourié-Gonnard · 12 years ago
  33. 63533e4 Create ecdh_context structure by Manuel Pégourié-Gonnard · 12 years ago
  34. 98f5181 Fix ecp_tls_read_point's signature by Manuel Pégourié-Gonnard · 12 years ago
  35. 7c145c6 Fix ecp_tls_read_group's signature by Manuel Pégourié-Gonnard · 12 years ago
  36. 46106a9 Add tests for (and fix bug in) ecp_tls_write_group by Manuel Pégourié-Gonnard · 12 years ago
  37. 420f1eb Fix ecp_tls_write_point's signature by Manuel Pégourié-Gonnard · 12 years ago
  38. b325887 Add ecp_tls_write_group() by Manuel Pégourié-Gonnard · 12 years ago
  39. 7e86025 Rename ecp_*_binary to ecp_point_*_binary by Manuel Pégourié-Gonnard · 12 years ago
  40. d84895d Supress 'format' argument to ecp_read_binary. by Manuel Pégourié-Gonnard · 12 years ago
  41. 0079405 Add functions for read/write ECPoint records by Manuel Pégourié-Gonnard · 12 years ago
  42. 1a96728 Add function parsing a TLS ECParameters record by Manuel Pégourié-Gonnard · 12 years ago
  43. c7a2da4 Updated for PolarSSL 1.2.5 by Paul Bakker · 12 years ago polarssl-1.2.5
  44. 40865c8 Added sending of alert messages in case of decryption failures as per RFC by Paul Bakker · 12 years ago
  45. d66f070 Disable debug messages that can introduce a timing side channel. by Paul Bakker · 12 years ago
  46. 4582999 Fixed timing difference resulting from badly formatted padding. by Paul Bakker · 12 years ago
  47. 8fe40dc Allow enabling of dummy error_strerror() to support some use-cases by Paul Bakker · 12 years ago
  48. 3aeb5a7 Add ECDSA signature primitive. by Manuel Pégourié-Gonnard · 12 years ago
  49. b309ab2 Add ECDSA sign primitive by Manuel Pégourié-Gonnard · 12 years ago
  50. 2aea141 Add skeleton ecdsa.[ch] by Manuel Pégourié-Gonnard · 12 years ago
  51. 6545ca7 Add ECDH primitives by Manuel Pégourié-Gonnard · 12 years ago
  52. 0bad5c2 Add skeleton ecdh.[ch] by Manuel Pégourié-Gonnard · 12 years ago
  53. 45a035a Add ecp_gen_keypair() by Manuel Pégourié-Gonnard · 12 years ago
  54. 14c56a3 Updated for PolarSSL 1.2.4 by Paul Bakker · 12 years ago polarssl-1.2.4
  55. 1961b70 Added ssl_handshake_step() to allow single stepping the handshake process by Paul Bakker · 12 years ago
  56. 9c94cdd Correctly handle CertificateRequest with empty DN list in <= TLS 1.1 by Paul Bakker · 12 years ago
  57. cf4365f Updated error codes for ECP by Paul Bakker · 12 years ago
  58. a95919b Added ECP files to Makefiles as well by Paul Bakker · 12 years ago
  59. 5e402d8 Added ecp_read_binary(). by Manuel Pégourié-Gonnard · 12 years ago
  60. 37d218a Added support for writing points compressed by Manuel Pégourié-Gonnard · 12 years ago
  61. e19feb5 Added ecp_write_binary(). by Manuel Pégourié-Gonnard · 12 years ago
  62. 1c33057 Added ecp_check_pubkey(). by Manuel Pégourié-Gonnard · 12 years ago
  63. 3680c82 Made choice of w safer and more optimal by Manuel Pégourié-Gonnard · 12 years ago
  64. cdd4432 Added ecp_normalize_many() for faster precompute() by Manuel Pégourié-Gonnard · 12 years ago
  65. b63f9e9 Made ecp_mul() faster and truly SPA resistant by Manuel Pégourié-Gonnard · 12 years ago
  66. 7652a59 Added a precompute() function for fast mult by Manuel Pégourié-Gonnard · 12 years ago
  67. 8555607 Added function preparing for faster multiplication by Manuel Pégourié-Gonnard · 12 years ago
  68. b4a310b Added a selftest about SPA resistance by Manuel Pégourié-Gonnard · 12 years ago
  69. 9674fd0 Added ecp_sub() as a variant of ecp_add() by Manuel Pégourié-Gonnard · 12 years ago
  70. 1c2782c Changed to jacobian coordinates everywhere by Manuel Pégourié-Gonnard · 12 years ago
  71. 773ed54 Added a nbits member to ecp_group by Manuel Pégourié-Gonnard · 12 years ago
  72. 4bdd47d Multiplication by negative is now forbidden by Manuel Pégourié-Gonnard · 12 years ago
  73. 8433824 Added fast mod_p192 by Manuel Pégourié-Gonnard · 12 years ago
  74. 4712325 Clarifications in comments; code cosmetics & style by Manuel Pégourié-Gonnard · 12 years ago
  75. dada4da Moved domain paramaters to ecp.c by Manuel Pégourié-Gonnard · 12 years ago
  76. 62aad14 Added slot for fast modp, with mod_p521 by Manuel Pégourié-Gonnard · 12 years ago
  77. 84d1aea Now reducing mod p after every single operation by Manuel Pégourié-Gonnard · 12 years ago
  78. e0c1692 Point multiplication using Jacobian coordinates by Manuel Pégourié-Gonnard · 12 years ago
  79. 7e0adfb Replaced add_generic with add_mixed by Manuel Pégourié-Gonnard · 12 years ago
  80. 989c32b Replaced double_generic with double_jac by Manuel Pégourié-Gonnard · 12 years ago
  81. 27b1ba8 Changed ecp_mul() to always add the same point by Manuel Pégourié-Gonnard · 12 years ago
  82. d070f51 Started introducting Jacobian coordinates by Manuel Pégourié-Gonnard · 12 years ago
  83. 4b8c3f2 Moved tests from selftest to tests/test_suite_ecp by Manuel Pégourié-Gonnard · 12 years ago
  84. a5402fe Added ecp_use_known_dp() by Manuel Pégourié-Gonnard · 12 years ago
  85. efaa31e Implemented multiplication by Manuel Pégourié-Gonnard · 12 years ago
  86. b4ab8a8 Fixed memory leak due to typo by Manuel Pégourié-Gonnard · 12 years ago
  87. de532ee Implemented generic doubling by Manuel Pégourié-Gonnard · 12 years ago
  88. ab38b70 Fixed add_generic by Manuel Pégourié-Gonnard · 12 years ago
  89. b505c27 Got first tests working, fixed ecp_copy() by Manuel Pégourié-Gonnard · 12 years ago
  90. d0dc631 Added a few test cases for addition by Manuel Pégourié-Gonnard · 12 years ago
  91. 847395a Added ecp_XXX_read_string() by Manuel Pégourié-Gonnard · 12 years ago
  92. 7cfcea3 Documented error codes properly by Manuel Pégourié-Gonnard · 12 years ago
  93. ae180d0 Got started on ecp_add(): generic case done by Manuel Pégourié-Gonnard · 12 years ago
  94. 883f313 Added ecp_copy() (for points) by Manuel Pégourié-Gonnard · 12 years ago
  95. 5179e46 Allowed point at infinity, supressed ecp_double() by Manuel Pégourié-Gonnard · 12 years ago
  96. 1e8c8ec Implemented ecp_{point,group}_free() by Manuel Pégourié-Gonnard · 12 years ago
  97. 39d2adb Added (skeleton) ecp.[ch] by Manuel Pégourié-Gonnard · 12 years ago
  98. 21dca69 Handle future version properly in ssl_write_certificate_request() by Paul Bakker · 12 years ago
  99. 02303e8 Moved md_init_ctx() calls around to minimize exit points by Paul Bakker · 12 years ago
  100. 40628ba Memory leak when using RSA_PKCS_V21 operations fixed by Paul Bakker · 12 years ago