1. dfab4c1 Add forgotten #ifdef and depends_on by Manuel Pégourié-Gonnard · 12 years ago
  2. 5862eee Merged RIPEMD-160 support by Paul Bakker · 12 years ago
  3. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  4. 0ac99ca Merged support for secp224k1, secp192k1 and secp25k1 by Paul Bakker · 12 years ago
  5. b4fae57 Add pk_rsa_set_padding() and rsa_set_padding() by Manuel Pégourié-Gonnard · 12 years ago
  6. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  7. 9e987ed Fix potential memory leak in bignum selftest by Manuel Pégourié-Gonnard · 12 years ago
  8. fd6a191 Fix misplaced initialisation. by Manuel Pégourié-Gonnard · 12 years ago
  9. 073f0fa Fix missing error checking in gcm by Manuel Pégourié-Gonnard · 12 years ago
  10. 280f95b Add #ifs arround ssl_ciphersuite_uses_XXX() by Manuel Pégourié-Gonnard · 12 years ago
  11. 7cfdcb8 Add a length check in ssl_derive_keys() by Manuel Pégourié-Gonnard · 12 years ago
  12. 9af7d3a Add fast reduction for the other Koblitz curves by Manuel Pégourié-Gonnard · 12 years ago
  13. 8887d8d Add mod_p256k1 by Manuel Pégourié-Gonnard · 12 years ago
  14. ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 12 years ago
  15. 0a56c2c Fix bug in ecdh_calc_secret() by Manuel Pégourié-Gonnard · 12 years ago
  16. 5304812 Fix theoretical compliance issue in ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  17. 18e3ec9 Add support for secp224k1 by Manuel Pégourié-Gonnard · 12 years ago
  18. e4d47a6 Add RIPEMD-160 to the generic MD layer by Manuel Pégourié-Gonnard · 12 years ago
  19. ff40c3a Add HMAC support to RIPEMD-160 by Manuel Pégourié-Gonnard · 12 years ago
  20. cab4a88 Add RIPEMD-160 (core functions) by Manuel Pégourié-Gonnard · 12 years ago
  21. 9bcff39 Add OIDs and TLS IDs for prime Koblitz curves by Manuel Pégourié-Gonnard · 12 years ago
  22. f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 12 years ago
  23. c78c842 Added failure stub for uninitialized POLARSSL_THREADING_ALT functions by Paul Bakker · 12 years ago polarssl-1.3.3
  24. a8fd3e3 Removed POLARSSL_THREADING_DUMMY option by Paul Bakker · 12 years ago
  25. 4de44aa Rewrote check to prevent read of uninitialized data in rsa_rsassa_pss_verify() by Paul Bakker · 12 years ago
  26. 6992eb7 Fixed potential overflow in certificate size in ssl_write_certificate() by Paul Bakker · 12 years ago
  27. 6ea1a95 Added missing MPI_CHK() around some statements by Paul Bakker · 12 years ago
  28. 5bc07a3 Prepped for 1.3.3 by Paul Bakker · 12 years ago
  29. 00f5c52 Added cast to socket() return value to prevent Windows warning by Paul Bakker · 12 years ago
  30. c738791 Merged ECP memory usage optimizations by Paul Bakker · 12 years ago
  31. 53e1513 Initialize ebx and edx in padlock functions by Paul Bakker · 12 years ago
  32. 26bc1c0 Fix a few unchecked return codes in EC by Manuel Pégourié-Gonnard · 12 years ago
  33. 93759b0 Made AES-NI bit-size specific key expansion functions static by Paul Bakker · 12 years ago
  34. 9e4191c Add another option to reduce EC memory usage by Manuel Pégourié-Gonnard · 12 years ago
  35. 70896a0 Add statistics about number of allocated blocks by Manuel Pégourié-Gonnard · 12 years ago
  36. ec4bea7 Forced cast to unsigned int for %u format in ecp_selftest() by Paul Bakker · 12 years ago
  37. 1f789b8 Lessen peak memory usage in EC by freeing earlier by Manuel Pégourié-Gonnard · 12 years ago
  38. 72c172a Save some small memory allocations inside ecp_mul() by Manuel Pégourié-Gonnard · 12 years ago
  39. f0fc2a2 Properly put the pragma comment for the MSVC linker in defines by Paul Bakker · 12 years ago
  40. 92bcadb Removed 'z' length modifier from low-value size_t in ecp_selftest() by Paul Bakker · 12 years ago
  41. e7f5133 Fixed superfluous return value in aesni.c by Paul Bakker · 12 years ago
  42. 0d0de92 Only specify done label in aes.c when AES-NI is possible by Paul Bakker · 12 years ago
  43. 956c9e0 Reduced the input / output overhead with 200+ bytes and covered corner case by Paul Bakker · 12 years ago
  44. d4588cf aesni_gcm_mult() now returns void by Manuel Pégourié-Gonnard · 12 years ago
  45. bfa3c9a Remove temporary code by Manuel Pégourié-Gonnard · 12 years ago
  46. 23c2f6f Add AES-NI key expansion for 192 bits by Manuel Pégourié-Gonnard · 12 years ago
  47. 4a5b995 Add AES-NI key expansion for 256 bits by Manuel Pégourié-Gonnard · 12 years ago
  48. 47a3536 Add AES-NI key expansion for 128 bits by Manuel Pégourié-Gonnard · 12 years ago
  49. 01e31bb Add support for key inversion using AES-NI by Manuel Pégourié-Gonnard · 12 years ago
  50. 80637c7 Use aesni_gcm_mult() if available by Manuel Pégourié-Gonnard · 12 years ago
  51. d333f67 Add aesni_gcm_mult() by Manuel Pégourié-Gonnard · 12 years ago
  52. 9d57482 Add comments on GCM multiplication by Manuel Pégourié-Gonnard · 12 years ago
  53. 8eaf20b Allow detection of CLMUL by Manuel Pégourié-Gonnard · 12 years ago
  54. 5b68565 Add aesni_crypt_ecb() and use it by Manuel Pégourié-Gonnard · 12 years ago
  55. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago
  56. 1e5369c Variables in proper block or within proper defines in ssl_decrypt_buf() by Paul Bakker · 12 years ago
  57. 0c0476f Disable ecp_use_curve25519() if not POLARSSL_ECP_DP_M255_ENABLED by Paul Bakker · 12 years ago
  58. 1a56fc9 Fixed x509_crt_parse_path() bug on Windows platforms by Paul Bakker · 12 years ago
  59. 1321135 Fix MingW version issue by Manuel Pégourié-Gonnard · 12 years ago
  60. ee5db1d Fix typo in previous commit by Manuel Pégourié-Gonnard · 12 years ago
  61. 6a398d4 Add missing header for windows by Manuel Pégourié-Gonnard · 12 years ago
  62. 173402b net_prepare() returns int by Manuel Pégourié-Gonnard · 12 years ago
  63. 5a607d2 Merged IPv6 support in the NET module by Paul Bakker · 12 years ago
  64. fd6b4cc Add forgotten SO_REUSEADDR option by Manuel Pégourié-Gonnard · 12 years ago
  65. 5ab68ba Merged storing curves fully in ROM by Paul Bakker · 12 years ago
  66. fdf9469 Merged support for ECDH-RSA / ECDH-ECDSA key exchanges and ciphersuites by Paul Bakker · 12 years ago
  67. 77e257e Fixed bad check for maximum size of fragment length index by Paul Bakker · 12 years ago
  68. 6c21276 Place olen initalization after reference check in cipher_update() by Paul Bakker · 12 years ago
  69. 6f0636a Potential memory leak in ssl_ticket_keys_init() by Paul Bakker · 12 years ago
  70. 6e315a9 Adapt net_accept() to IPv6 by Manuel Pégourié-Gonnard · 12 years ago
  71. 389ce63 Add IPv6 support to net_bind() by Manuel Pégourié-Gonnard · 12 years ago
  72. 10934de Adapt net_connect() for IPv6 by Manuel Pégourié-Gonnard · 12 years ago
  73. 2e5c316 Factor our some code in net.c by Manuel Pégourié-Gonnard · 12 years ago
  74. 5538970 Add server support for ECDH key exchanges by Manuel Pégourié-Gonnard · 12 years ago
  75. d18cc57 Add client-side support for ECDH key exchanges by Manuel Pégourié-Gonnard · 12 years ago
  76. cdff3cf Add ecdh_get_params() to import from an EC key by Manuel Pégourié-Gonnard · 12 years ago
  77. 25781b2 Add ECDH_RSA and ECDH_ECDSA ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  78. 69ab354 Fix bug from stupid typo by Manuel Pégourié-Gonnard · 12 years ago
  79. 14a96c5 Avoid wasting memory with some curves by Manuel Pégourié-Gonnard · 12 years ago
  80. 95b45b7 Rename macros by Manuel Pégourié-Gonnard · 12 years ago
  81. baee5d4 Add previously forgotten #ifdef's by Manuel Pégourié-Gonnard · 12 years ago
  82. 81e1b10 Rm a few unneeded variables by Manuel Pégourié-Gonnard · 12 years ago
  83. 1f82b04 Adapt ecp_group_free() to static constants by Manuel Pégourié-Gonnard · 12 years ago
  84. 73cc01d Remove last non-static parts of known EC groups by Manuel Pégourié-Gonnard · 12 years ago
  85. 731d08b Start using constants from ROM for EC groups by Manuel Pégourié-Gonnard · 12 years ago
  86. c72ac7c Fix SSLv3 handling of SHA-384 suites by Manuel Pégourié-Gonnard · 12 years ago
  87. fef3c5a Fixed typo in POLARSSL_PKCS1_V15 in rsa.c by Paul Bakker · 12 years ago
  88. 93f41db Fix possible issue in corner-case for ecp_mul_mx() by Manuel Pégourié-Gonnard · 12 years ago
  89. 7a949d3 Update comments by Manuel Pégourié-Gonnard · 12 years ago
  90. d962273 Add #ifdef's for curve types by Manuel Pégourié-Gonnard · 12 years ago
  91. 7c94d8b WIP #ifdef's by Manuel Pégourié-Gonnard · 12 years ago
  92. b6f45a6 Avoid potential leak in ecp_mul_mxz() by Manuel Pégourié-Gonnard · 12 years ago
  93. a60fe89 Add mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 12 years ago
  94. 97871ef Some operations are not supported with Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
  95. 3d7053a Add ecp_mod_p255(): Curve25519 about 4x faster now by Manuel Pégourié-Gonnard · 12 years ago
  96. 357ff65 Details in ecp_mul_mxz() by Manuel Pégourié-Gonnard · 12 years ago
  97. fe0af40 Adapt ecp_gen_keypair() to Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
  98. 9a4a5ac Fix bug in mpi_set_bit by Manuel Pégourié-Gonnard · 12 years ago
  99. a0179b8 Change ecp_mul to handle Curve25519 too by Manuel Pégourié-Gonnard · 12 years ago
  100. 312d2e8 Adapt key checking functions for Curve25519 by Manuel Pégourié-Gonnard · 12 years ago