1. e26389f Document that Curve25519 can't be the only curve by Manuel Pégourié-Gonnard · 11 years ago
  2. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  3. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  4. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  5. 03b6a46 Properly comment two defines in config.h by Paul Bakker · 11 years ago
  6. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  7. d2c2c1c Doxygen typo in ripemd160.h by Paul Bakker · 11 years ago
  8. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  9. 043a2e2 Merge verification of the keyUsage extension in X.509 certificates by Paul Bakker · 11 years ago
  10. 02ff5ce Fixed typo by Paul Bakker · 11 years ago
  11. 7f2a07d Check keyUsage in SSL client and server by Manuel Pégourié-Gonnard · 11 years ago
  12. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  13. 2abed84 Specific return code for PK sig length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  14. 35e95dd Add special return code for ecdsa length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  15. 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
  16. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  17. 0763a40 Merged support for the ALPN extension by Paul Bakker · 11 years ago
  18. 27e36d3 Support for the ALPN SSL extension (re-enabled in config.h) by Paul Bakker · 11 years ago
  19. 95a0d11 Fix compile error when POLARSSL_ERROR_STRERROR_BC is undefined. by Shuo Chen · 11 years ago
  20. 83d8c73 Disable ALPN by default by Manuel Pégourié-Gonnard · 11 years ago
  21. 89e3579 Implement ALPN server-side by Manuel Pégourié-Gonnard · 11 years ago
  22. 0b874dc Implement ALPN client-side by Manuel Pégourié-Gonnard · 11 years ago
  23. 0148875 Add tests and fix bugs for RSA-alt contexts by Manuel Pégourié-Gonnard · 11 years ago
  24. 7e250d4 Add ALPN interface by Manuel Pégourié-Gonnard · 11 years ago
  25. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  26. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  27. 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
  28. b28487d Start printing extensions in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  29. 887aa5b Fix include path in ecdsa.h by Manuel Pégourié-Gonnard · 11 years ago
  30. e442111 Fix typo which broke ENTROPY_FORCE_SHA256 by Manuel Pégourié-Gonnard · 11 years ago
  31. a27cd4c Fix ENTROPY_LEN check by Manuel Pégourié-Gonnard · 11 years ago
  32. eb82a74 Fix header issue with default malloc() by Manuel Pégourié-Gonnard · 11 years ago
  33. dd75c31 Remove potential timing leak in ecdsa_sign() by Manuel Pégourié-Gonnard · 11 years ago
  34. 96d5265 Made ready for release 1.3.5 by Paul Bakker · 11 years ago polarssl-1.3.5
  35. 7a2aba8 Deprecate some non-PK compatibility functions by Manuel Pégourié-Gonnard · 11 years ago
  36. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  37. 766a5d0 Updated documentation for seed functions w.r.t. return values by Paul Bakker · 11 years ago
  38. 6fac351 Make support for SpecifiedECDomain optional by Manuel Pégourié-Gonnard · 11 years ago
  39. 5246ee5 Work around compressed EC public key in some cases by Manuel Pégourié-Gonnard · 11 years ago
  40. eab20d2 Implement parsing SpecifiedECParameters by Manuel Pégourié-Gonnard · 11 years ago
  41. a4b0343 Merged massive SSL Testing improvements by Paul Bakker · 11 years ago
  42. a612b44 Fix typo in doc by Manuel Pégourié-Gonnard · 11 years ago
  43. 5d917ff Add a 'sni' option to ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  44. 274a12e Fix bug with ssl_cache and max_entries=0 by Manuel Pégourié-Gonnard · 11 years ago
  45. e3b3d19 Improve doc of pk_parse_* functions by Manuel Pégourié-Gonnard · 11 years ago
  46. e2ce211 Update doc of ssl_set_authmode() by Manuel Pégourié-Gonnard · 11 years ago
  47. bb4dd37 Add a warning against compression in config.h by Manuel Pégourié-Gonnard · 11 years ago
  48. 7349142 Don't try to use MIPS32 asm macros on MIPS64 by Alex Wilson · 11 years ago
  49. 9a6e93e Reserve -1 as an error code (used in programs) by Manuel Pégourié-Gonnard · 11 years ago
  50. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  51. 83cdffc Forbid sequence number wrapping by Manuel Pégourié-Gonnard · 11 years ago
  52. 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
  53. 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago
  54. 1ec220b Add missing #ifdefs in aes.h by Manuel Pégourié-Gonnard · 11 years ago
  55. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  56. 2ceda57 Ability to force the Entropy module to use SHA-256 as its basis by Paul Bakker · 11 years ago
  57. f2561b3 Ability to provide alternate timing implementation by Paul Bakker · 11 years ago
  58. 47703a0 More entropy functions made thread-safe (add_source, update_manual, gather) by Paul Bakker · 11 years ago
  59. 6a28e72 Merged platform compatibility layer by Paul Bakker · 11 years ago
  60. 71dfa86 Made valid prototypes by adding ( void ) as parameter prototype by Paul Bakker · 11 years ago
  61. a9066cf Include stdlib in the right spot by Paul Bakker · 11 years ago
  62. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 11 years ago
  63. b2f66c9 Only include platform files when needed by Paul Bakker · 11 years ago
  64. 747a83a Platform abstraction layer for memory, printf and fprintf by Paul Bakker · 11 years ago
  65. ab50d8d Merged RSA-PSS support in Certificate, CSR and CRL by Paul Bakker · 11 years ago
  66. 7926570 Disable ecp_set_curve() for compatibility by Manuel Pégourié-Gonnard · 11 years ago
  67. ab24010 Enforce our choice of allowed curves. by Manuel Pégourié-Gonnard · 11 years ago
  68. 7f38ed0 ssl_set_curves is no longer ECDHE only by Manuel Pégourié-Gonnard · 11 years ago
  69. cd49f76 Make ssl_set_curves() work client-side too. by Manuel Pégourié-Gonnard · 11 years ago
  70. ac71941 Renamings and other fixes by Manuel Pégourié-Gonnard · 11 years ago
  71. e40c469 The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[]. by Gergely Budai · 11 years ago
  72. de05390 Rename ecdh_curve_list to curve_list by Manuel Pégourié-Gonnard · 11 years ago
  73. 5de2580 Make ssl_set_ecdh_curves() a compile-time option by Manuel Pégourié-Gonnard · 11 years ago
  74. 987bfb5 Added the possibility to define the allowed curves for ECDHE handshake. It also defines the preference of the curves. by Gergely Budai · 11 years ago
  75. 5fb8efe Merged HMAC-DRBG code by Paul Bakker · 11 years ago
  76. ffd94cc Fix curve list in dependency checking by Manuel Pégourié-Gonnard · 11 years ago
  77. ad3fab6 Fix outdated comment by Manuel Pégourié-Gonnard · 11 years ago
  78. b05db2a Save memory by not storing the HMAC key by Manuel Pégourié-Gonnard · 11 years ago
  79. cf38367 Fix HMAC_DRBG and RIPEMD160 error codes by Manuel Pégourié-Gonnard · 11 years ago
  80. f6a17d0 Fix some doc comments by Manuel Pégourié-Gonnard · 11 years ago
  81. 48bc3e8 Add hmac_drbg_{write,update}_seed_file() by Manuel Pégourié-Gonnard · 11 years ago
  82. 0520b60 Make options configurable for HMAC_DRBG by Manuel Pégourié-Gonnard · 11 years ago
  83. efc8d80 Use safer names for macros by Manuel Pégourié-Gonnard · 11 years ago
  84. 658dbed Add automatic periodic reseeding by Manuel Pégourié-Gonnard · 11 years ago
  85. af786ff Add hmac_drbg_set_prediction_resistance() by Manuel Pégourié-Gonnard · 11 years ago
  86. 8fc484d Add hmac_drbg_reseed() by Manuel Pégourié-Gonnard · 11 years ago
  87. 4e669c6 Add hmac_drbg_set_entropy_len() by Manuel Pégourié-Gonnard · 11 years ago
  88. fe34a5f Add entropy callbacks to HMAC_DRBG by Manuel Pégourié-Gonnard · 11 years ago
  89. 8208d16 Add hmac_random_with_add() by Manuel Pégourié-Gonnard · 11 years ago
  90. 7845fc0 Use new HMAC_DRBG module for deterministic ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  91. 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 11 years ago
  92. 2aca241 Ready for release 1.3.4 by Paul Bakker · 11 years ago
  93. 42099c3 Revert "Add pk_rsa_set_padding() and rsa_set_padding()" by Paul Bakker · 11 years ago
  94. 27b93ad Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 11 years ago
  95. 5cac583 Factor out some common code by Manuel Pégourié-Gonnard · 11 years ago
  96. 41cae8e Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  97. 5eeb32b Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  98. ce7c6fd Fix dependencies by Manuel Pégourié-Gonnard · 11 years ago
  99. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 11 years ago
  100. d9fd87b Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 11 years ago