1. b7de86d More checks for length match in rsassa-pss params by Manuel Pégourié-Gonnard · 11 years ago
  2. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 11 years ago
  3. d9fd87b Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 11 years ago
  4. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  5. d75ba40 SMTP lines are officially terminated with CRLF, ssl_mail_client fixed by Paul Bakker · 11 years ago
  6. 556efba Added AES CFB8 mode by Paul Bakker · 11 years ago
  7. 8002541 net_is_block() renamed to net_would_block() and corrected behaviour on by Paul Bakker · 11 years ago
  8. c2024f4 Added MPI_CHK around unguarded mpi calls by Paul Bakker · 11 years ago
  9. a56d363 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 11 years ago
  10. 8e205fc Fix potential buffer overflow in suported_curves_ext by Manuel Pégourié-Gonnard · 11 years ago
  11. 8505d50 Fix "check" mode warnings by Manuel Pégourié-Gonnard · 11 years ago
  12. 027a7cb Rm now useless test helper function by Manuel Pégourié-Gonnard · 11 years ago
  13. 544416a Fix failing ECDH test (test vectors misuse) by Manuel Pégourié-Gonnard · 11 years ago
  14. 9f3c7d7 Added missing POLARSSL_ECDSA_DETERMINISTIC around ecdsa_write_signature_det() by Paul Bakker · 11 years ago
  15. 18e9f32 Added missing static to md_info_by_size() in ecdsa.c by Paul Bakker · 11 years ago
  16. bf98c3d Merged deterministic ECDSA by Paul Bakker · 11 years ago
  17. 5eb264c Minor fixes to o_p_test.c (CMakeLists.txt and includes) by Paul Bakker · 11 years ago
  18. 1b46044 Disable unused-function warning for clang-check by Manuel Pégourié-Gonnard · 11 years ago
  19. 2d5f142 Fix warning in main_test by Manuel Pégourié-Gonnard · 11 years ago
  20. dfab4c1 Add forgotten #ifdef and depends_on by Manuel Pégourié-Gonnard · 11 years ago
  21. e707eb6 Fix unused variable in test case by Manuel Pégourié-Gonnard · 11 years ago
  22. a7eac95 Merged ASM format fixes in bn_mul.h by Paul Bakker · 11 years ago
  23. 5862eee Merged RIPEMD-160 support by Paul Bakker · 11 years ago
  24. 9f4c162 Support alternative implementation for RIPEMD-160 (POLARSSL_RIPEMD160_ALT) by Paul Bakker · 11 years ago
  25. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 11 years ago
  26. 0ac99ca Merged support for secp224k1, secp192k1 and secp25k1 by Paul Bakker · 11 years ago
  27. 3eb9673 Updated ChangeLog with recent changes by Paul Bakker · 11 years ago
  28. 83a7fdd Replace expired test certificate by Manuel Pégourié-Gonnard · 11 years ago
  29. b4fae57 Add pk_rsa_set_padding() and rsa_set_padding() by Manuel Pégourié-Gonnard · 11 years ago
  30. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 11 years ago
  31. 9e987ed Fix potential memory leak in bignum selftest by Manuel Pégourié-Gonnard · 11 years ago
  32. fd6a191 Fix misplaced initialisation. by Manuel Pégourié-Gonnard · 11 years ago
  33. 073f0fa Fix missing error checking in gcm by Manuel Pégourié-Gonnard · 11 years ago
  34. 280f95b Add #ifs arround ssl_ciphersuite_uses_XXX() by Manuel Pégourié-Gonnard · 11 years ago
  35. 7cfdcb8 Add a length check in ssl_derive_keys() by Manuel Pégourié-Gonnard · 11 years ago
  36. 2f5217e Gitignore ssl_pthread_server by Manuel Pégourié-Gonnard · 11 years ago
  37. bd0de94 Enable cmake tests with Clang too by Manuel Pégourié-Gonnard · 11 years ago
  38. 9af7d3a Add fast reduction for the other Koblitz curves by Manuel Pégourié-Gonnard · 11 years ago
  39. 8887d8d Add mod_p256k1 by Manuel Pégourié-Gonnard · 11 years ago
  40. ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 11 years ago
  41. 0a56c2c Fix bug in ecdh_calc_secret() by Manuel Pégourié-Gonnard · 11 years ago
  42. 5304812 Fix theoretical compliance issue in ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  43. 18e3ec9 Add support for secp224k1 by Manuel Pégourié-Gonnard · 11 years ago
  44. e4d47a6 Add RIPEMD-160 to the generic MD layer by Manuel Pégourié-Gonnard · 11 years ago
  45. ff40c3a Add HMAC support to RIPEMD-160 by Manuel Pégourié-Gonnard · 11 years ago
  46. 1744d72 Add RIPEMD-160 to selftest by Manuel Pégourié-Gonnard · 11 years ago
  47. 01b0b38 Add RIPEMD-160 to benchmark by Manuel Pégourié-Gonnard · 11 years ago
  48. 130fe97 Tighten sizes in mdx.function by Manuel Pégourié-Gonnard · 11 years ago
  49. df2437d Rm redundant "depends" in mdx.data by Manuel Pégourié-Gonnard · 11 years ago
  50. cab4a88 Add RIPEMD-160 (core functions) by Manuel Pégourié-Gonnard · 11 years ago
  51. cf1d73b Clarified ssl_set_ciphersuites() doc for influencing preference as well by Paul Bakker · 11 years ago
  52. 4c52af2 Included GCM in API documentation for Enc/Dec by Paul Bakker · 11 years ago
  53. 9bcff39 Add OIDs and TLS IDs for prime Koblitz curves by Manuel Pégourié-Gonnard · 11 years ago
  54. f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 11 years ago
  55. 5af8e64 Fix asm format for alpha by Manuel Pégourié-Gonnard · 11 years ago
  56. 3f687ad Fix asm format for tricore by Manuel Pégourié-Gonnard · 11 years ago
  57. 1753e2f Fix asm format for microblaze by Manuel Pégourié-Gonnard · 11 years ago
  58. 3b05e4c Fix asm format for MC68020 by Manuel Pégourié-Gonnard · 11 years ago
  59. 02d800c Fix BN ASM for PowerPC by Manuel Pégourié-Gonnard · 11 years ago
  60. 8b1b103 Fix bignum's ASM format for MIPS by Manuel Pégourié-Gonnard · 11 years ago
  61. def018d Fix bignum ASM format for X86-64 by Manuel Pégourié-Gonnard · 11 years ago
  62. 5b1a573 Document dependency of ECDSA_DETERMINISTIC on MD_C by Manuel Pégourié-Gonnard · 11 years ago
  63. 65ad3e4 Use deterministic ECDSA in the PK layer by Manuel Pégourié-Gonnard · 11 years ago
  64. 5e6edcf Add fallback for md_alg == NONE to ecdsa_sign_det() by Manuel Pégourié-Gonnard · 11 years ago
  65. 937340b Add ecdsa_write_signature_det() by Manuel Pégourié-Gonnard · 11 years ago
  66. f42bca6 Little HMAC_DRBG refactoring by Manuel Pégourié-Gonnard · 11 years ago
  67. 4daaef7 Add ecdsa_sign_det() with test vectors by Manuel Pégourié-Gonnard · 11 years ago
  68. 461d416 Add minified HMAC_DRBG for deterministic ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  69. e7072f8 Fix theoretical compliance issue in ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  70. c957399 Fix unchecked error codes in ecp_gen_keypair() by Manuel Pégourié-Gonnard · 11 years ago
  71. fae079e Adapt ECDSA tests to new ecp_gen_keypair() by Manuel Pégourié-Gonnard · 11 years ago
  72. 79f73b9 Remove bias in EC private key generation by Manuel Pégourié-Gonnard · 11 years ago
  73. 217a29c Fix bug in rnd_pseudo_rnd() test helper function by Manuel Pégourié-Gonnard · 11 years ago
  74. c78c842 Added failure stub for uninitialized POLARSSL_THREADING_ALT functions by Paul Bakker · 11 years ago polarssl-1.3.3
  75. a8fd3e3 Removed POLARSSL_THREADING_DUMMY option by Paul Bakker · 11 years ago
  76. 4de44aa Rewrote check to prevent read of uninitialized data in rsa_rsassa_pss_verify() by Paul Bakker · 11 years ago
  77. 6992eb7 Fixed potential overflow in certificate size in ssl_write_certificate() by Paul Bakker · 11 years ago
  78. 6ea1a95 Added missing MPI_CHK() around some statements by Paul Bakker · 11 years ago
  79. 5bc07a3 Prepped for 1.3.3 by Paul Bakker · 11 years ago
  80. 00f5c52 Added cast to socket() return value to prevent Windows warning by Paul Bakker · 11 years ago
  81. c738791 Merged ECP memory usage optimizations by Paul Bakker · 11 years ago
  82. 53e1513 Initialize ebx and edx in padlock functions by Paul Bakker · 11 years ago
  83. 3a8cb6f Proper const modifier in test_suite_x509_csr_check() by Paul Bakker · 11 years ago
  84. 26bc1c0 Fix a few unchecked return codes in EC by Manuel Pégourié-Gonnard · 11 years ago
  85. 93759b0 Made AES-NI bit-size specific key expansion functions static by Paul Bakker · 11 years ago
  86. 9e4191c Add another option to reduce EC memory usage by Manuel Pégourié-Gonnard · 11 years ago
  87. 70896a0 Add statistics about number of allocated blocks by Manuel Pégourié-Gonnard · 11 years ago
  88. caf0e60 Forced cast to unsigned int for %u format in the ecdsa application by Paul Bakker · 11 years ago
  89. ec4bea7 Forced cast to unsigned int for %u format in ecp_selftest() by Paul Bakker · 11 years ago
  90. e1e962d Position of -Werror is relevant by Paul Bakker · 11 years ago
  91. a36d23e Fixed documentation issues found by clang by Paul Bakker · 11 years ago
  92. 92bc875 Support for CLANG compiler in CMakeLists.txt by Paul Bakker · 11 years ago
  93. 1f789b8 Lessen peak memory usage in EC by freeing earlier by Manuel Pégourié-Gonnard · 11 years ago
  94. 72c172a Save some small memory allocations inside ecp_mul() by Manuel Pégourié-Gonnard · 11 years ago
  95. f0fc2a2 Properly put the pragma comment for the MSVC linker in defines by Paul Bakker · 11 years ago
  96. 29e86ea Removed 'z' length modifier from format in ecdsa program by Paul Bakker · 11 years ago
  97. 92bcadb Removed 'z' length modifier from low-value size_t in ecp_selftest() by Paul Bakker · 11 years ago
  98. e7f5133 Fixed superfluous return value in aesni.c by Paul Bakker · 11 years ago
  99. 0d0de92 Only specify done label in aes.c when AES-NI is possible by Paul Bakker · 11 years ago
  100. 3e72f6e Only search for Pthread on Windows platforms by Paul Bakker · 11 years ago