1. 70df2fb Split parts of ssl_parse_client_key_exchange() into separate functions by Paul Bakker · 12 years ago
  2. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  3. f7abd42 Removed extra spaces on end of lines by Paul Bakker · 12 years ago
  4. 29e1f12 split parts of ssl_parse_server_key_exchange() into separate functions by Paul Bakker · 12 years ago
  5. 8f4ddae Ability to specify allowed ciphersuites based on the protocol version. by Paul Bakker · 12 years ago
  6. eff2e6d Fixed MPI assembly for ARM when -O2 is used by Paul Bakker · 12 years ago
  7. 0ecdb23 Cleanup of the GCM code by Paul Bakker · 12 years ago
  8. 286bf3c Split up largest test suite data files into smaller chunks by Paul Bakker · 12 years ago
  9. 370e90c Enable PBKDF2 by default by Paul Bakker · 12 years ago
  10. abfdfbf Removed duplicate value from compat.sh ciphersuite list by Paul Bakker · 12 years ago
  11. a280d0f Fixed compiler warning for possible uninitialized ret by Paul Bakker · 12 years ago
  12. 27714b1 Added Camellia ECDHE-based CBC ciphersuites by Paul Bakker · 12 years ago
  13. bfe671f Blowfish has default of 128-bit keysize in cipher layer by Paul Bakker · 12 years ago
  14. d5c2b54 Indication of x509_get_numeric_string() deprecation by Paul Bakker · 12 years ago
  15. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  16. 37de6be Const correctness added for asn1write functions by Paul Bakker · 12 years ago
  17. c295b83 Minor checks to prevent NULL-pointer exceptions by Paul Bakker · 12 years ago
  18. 3b6a07b Prevented compiler warning on uninitialized end by Paul Bakker · 12 years ago
  19. d3edc86 Moved writing of client extensions to separate functions in ssl_cli.c by Paul Bakker · 12 years ago
  20. a54e493 Added ECDHE-based SHA256 and SHA384 ciphersuites by Paul Bakker · 12 years ago
  21. b7149bc Corrected behaviour for CBC-based suites using the SHA384 MAC and PRF by Paul Bakker · 12 years ago
  22. a023437 Made change to error.c for dummy error_strerror() permanent by Paul Bakker · 12 years ago
  23. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  24. 00c1f43 Merge branch 'ecc-devel-mpg' into development by Paul Bakker · 12 years ago
  25. d589a0d Modified Makefiles to include new files and and config.h to PolarSSL standard by Paul Bakker · 12 years ago
  26. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 12 years ago
  27. 9b5798d Modified ChangeLog to include explanations of last SSL module changes by Paul Bakker · 12 years ago
  28. c9118b4 Renamed hash structures to ctx by Paul Bakker · 12 years ago
  29. 09d6725 Modified to work in-place by Paul Bakker · 12 years ago
  30. 92be97b Align data with future location based on IV size by Paul Bakker · 12 years ago
  31. 07eb38b Update ssl_hw_record_init() to receive keylen, ivlen and maclen as well by Paul Bakker · 12 years ago
  32. c787811 Do not set done in case of a fall-through by Paul Bakker · 12 years ago
  33. 5bd4229 Reverted commit 186751d9dd28082d4b19e69a2c15fd432d366133 and made out_hdr and out_msg back-to-back again by Paul Bakker · 12 years ago
  34. fae35f0 Functions in cipher_wrap.c marked static by Paul Bakker · 12 years ago
  35. d1df02a Functions inside md_wrap.c now marked static by Paul Bakker · 12 years ago
  36. ac0fba5 Added missing header for MD2 and made code compile with missing header files by Paul Bakker · 12 years ago
  37. 1bd3ae8 Added md_process() to MD layer for generic internal access to hash by Paul Bakker · 12 years ago
  38. 90f042d Prepared for PolarSSL 1.2.6 release by Paul Bakker · 12 years ago polarssl-1.2.6
  39. fb1cbd3 Fixed assembly code for ARM (Thumb and regular) for some compilers by Paul Bakker · 12 years ago
  40. e81beda The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) by Paul Bakker · 12 years ago
  41. a35aa54 Fixed whitespaces in ChangeLog by Paul Bakker · 12 years ago
  42. 78a8c71 Re-added support for parsing and handling SSLv2 Client Hello messages by Paul Bakker · 12 years ago
  43. 37286a5 Fixed net_bind() for specified IP addresses on little endian systems by Paul Bakker · 12 years ago
  44. 926c8e4 Fixed possible NULL pointer exception in ssl_get_ciphersuite() by Paul Bakker · 12 years ago
  45. 8804f69 Removed timing differences due to bad padding from RSA decrypt for by Paul Bakker · 12 years ago
  46. a43231c Added support for custom labels when using rsa_rsaes_oaep_encrypt() or rsa_rsaes_oaep_decrypt() by Paul Bakker · 12 years ago
  47. b386913 Split up the RSA PKCS#1 encrypt, decrypt, sign and verify functions by Paul Bakker · 12 years ago
  48. e3e4a59 Added bugfix line for previous fixes for MS Visual Studio by Paul Bakker · 12 years ago
  49. 8ea31ff Added missing typedef for INT64 by Paul Bakker · 12 years ago
  50. 9f2018e Fixed typo in _MSC_VER (double underscore at the start) by Paul Bakker · 12 years ago
  51. 8ddb645 Added conversion to int for a t_uint value to prevent compiler warnings by Paul Bakker · 12 years ago
  52. 3d2dc0f Corrected GCM counter incrementation to use only 32-bits instead of 128-bits by Paul Bakker · 12 years ago
  53. e47b34b Removed further timing differences during SSL message decryption in ssl_decrypt_buf() by Paul Bakker · 12 years ago
  54. 2ca8ad1 Made x509parse.c also work with missing hash header files by Paul Bakker · 12 years ago
  55. 6deb37e Added comments to indicate dependency from PEM on AES, DES and MD5 by Paul Bakker · 12 years ago
  56. fbb5cf9 Fixed typo in base64.h by Paul Bakker · 12 years ago
  57. 86f04f4 Fixed comment by Paul Bakker · 12 years ago
  58. c046350 Fixed memory leak in ssl_free() and ssl_reset() for active session by Paul Bakker · 12 years ago
  59. f35b739 Add a few check for context validity. by Manuel Pégourié-Gonnard · 12 years ago
  60. 424fda5 Add ecdh_calc_secret() by Manuel Pégourié-Gonnard · 12 years ago
  61. 5cceb41 Add ecdh_{make,read}_public() by Manuel Pégourié-Gonnard · 12 years ago
  62. 854fbd7 Add ecdh_read_params(). by Manuel Pégourié-Gonnard · 12 years ago
  63. 1372476 Add ecdh_make_server_params (untested yet) by Manuel Pégourié-Gonnard · 12 years ago
  64. 63533e4 Create ecdh_context structure by Manuel Pégourié-Gonnard · 12 years ago
  65. 98f5181 Fix ecp_tls_read_point's signature by Manuel Pégourié-Gonnard · 12 years ago
  66. 7c145c6 Fix ecp_tls_read_group's signature by Manuel Pégourié-Gonnard · 12 years ago
  67. 8c16f96 Add a few tests for ecp_tls_read_point by Manuel Pégourié-Gonnard · 12 years ago
  68. 46106a9 Add tests for (and fix bug in) ecp_tls_write_group by Manuel Pégourié-Gonnard · 12 years ago
  69. 420f1eb Fix ecp_tls_write_point's signature by Manuel Pégourié-Gonnard · 12 years ago
  70. b325887 Add ecp_tls_write_group() by Manuel Pégourié-Gonnard · 12 years ago
  71. 6282aca Add basic tests for ecp_tls_*_point by Manuel Pégourié-Gonnard · 12 years ago
  72. 7e86025 Rename ecp_*_binary to ecp_point_*_binary by Manuel Pégourié-Gonnard · 12 years ago
  73. d84895d Supress 'format' argument to ecp_read_binary. by Manuel Pégourié-Gonnard · 12 years ago
  74. 0079405 Add functions for read/write ECPoint records by Manuel Pégourié-Gonnard · 12 years ago
  75. 1a96728 Add function parsing a TLS ECParameters record by Manuel Pégourié-Gonnard · 12 years ago
  76. c7a2da4 Updated for PolarSSL 1.2.5 by Paul Bakker · 12 years ago polarssl-1.2.5
  77. 40865c8 Added sending of alert messages in case of decryption failures as per RFC by Paul Bakker · 12 years ago
  78. d66f070 Disable debug messages that can introduce a timing side channel. by Paul Bakker · 12 years ago
  79. 4582999 Fixed timing difference resulting from badly formatted padding. by Paul Bakker · 12 years ago
  80. 8fe40dc Allow enabling of dummy error_strerror() to support some use-cases by Paul Bakker · 12 years ago
  81. cf4a70c Adjust names of ECDSA tests. by Manuel Pégourié-Gonnard · 12 years ago
  82. 450a163 Fix valgrind warning in ECDSA test suite. by Manuel Pégourié-Gonnard · 12 years ago
  83. 007b717 ECDH : add test vectors from RFC 5903. by Manuel Pégourié-Gonnard · 12 years ago
  84. 602a897 ECDSA : test vectors from RFC 4754 by Manuel Pégourié-Gonnard · 12 years ago
  85. d1c7150 Basic tests for ECDSA. by Manuel Pégourié-Gonnard · 12 years ago
  86. 3aeb5a7 Add ECDSA signature primitive. by Manuel Pégourié-Gonnard · 12 years ago
  87. b309ab2 Add ECDSA sign primitive by Manuel Pégourié-Gonnard · 12 years ago
  88. 2aea141 Add skeleton ecdsa.[ch] by Manuel Pégourié-Gonnard · 12 years ago
  89. 61ce13b Basic tests for ECDH primitive by Manuel Pégourié-Gonnard · 12 years ago
  90. 6545ca7 Add ECDH primitives by Manuel Pégourié-Gonnard · 12 years ago
  91. 0bad5c2 Add skeleton ecdh.[ch] by Manuel Pégourié-Gonnard · 12 years ago
  92. 45a035a Add ecp_gen_keypair() by Manuel Pégourié-Gonnard · 12 years ago
  93. 14c56a3 Updated for PolarSSL 1.2.4 by Paul Bakker · 12 years ago polarssl-1.2.4
  94. 9d2bb65 Added PolarSSL 1.1.5 ChangeLog from 1.1 branch by Paul Bakker · 12 years ago
  95. 1961b70 Added ssl_handshake_step() to allow single stepping the handshake process by Paul Bakker · 12 years ago
  96. 9c94cdd Correctly handle CertificateRequest with empty DN list in <= TLS 1.1 by Paul Bakker · 12 years ago
  97. f626e1d Fixed comment on maximum tested size for POLARSSL_MPI_MAX_LIMBS by Paul Bakker · 12 years ago
  98. cf4365f Updated error codes for ECP by Paul Bakker · 12 years ago
  99. a95919b Added ECP files to Makefiles as well by Paul Bakker · 12 years ago
  100. 5e402d8 Added ecp_read_binary(). by Manuel Pégourié-Gonnard · 12 years ago