1. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  2. 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
  3. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  4. 0763a40 Merged support for the ALPN extension by Paul Bakker · 11 years ago
  5. 4224bc0 Prevent potential NULL pointer dereference in ssl_read_record() by Paul Bakker · 11 years ago
  6. 8c045ef Fix embarrassing X.509 bug introduced in 9533765 by Manuel Pégourié-Gonnard · 11 years ago
  7. f6521de Add ALPN tests to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  8. 89e3579 Implement ALPN server-side by Manuel Pégourié-Gonnard · 11 years ago
  9. 0b874dc Implement ALPN client-side by Manuel Pégourié-Gonnard · 11 years ago
  10. 0148875 Add tests and fix bugs for RSA-alt contexts by Manuel Pégourié-Gonnard · 11 years ago
  11. 7e250d4 Add ALPN interface by Manuel Pégourié-Gonnard · 11 years ago
  12. 79e5842 Also test net_usleep in timing_selttest() by Manuel Pégourié-Gonnard · 11 years ago
  13. 3fec220 Add test for dhm_parse_dhmfile by Manuel Pégourié-Gonnard · 11 years ago
  14. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  15. d6aebe1 Add 'volatile' to hardclock()'s asm by Manuel Pégourié-Gonnard · 11 years ago
  16. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  17. 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
  18. 487588d Whitespace fixes by Manuel Pégourié-Gonnard · 11 years ago
  19. e4205dc Merged printing of X509 extensions by Paul Bakker · 11 years ago
  20. 5ff3f91 Small fix for EFI build under Windows in x509_crt.c by Paul Bakker · 11 years ago
  21. 0db29b0 More compact code using macros by Manuel Pégourié-Gonnard · 11 years ago
  22. 7b30cfc x509_crt_info() list output cosmectics by Manuel Pégourié-Gonnard · 11 years ago
  23. f6f4ab4 Print extended key usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  24. 65c2ddc Print key_usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  25. bce2b30 Print subject alt name in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  26. 919f8f5 Print NS Cert Type in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  27. b28487d Start printing extensions in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  28. 74bc68a Fix default #define for malloc/free by Manuel Pégourié-Gonnard · 11 years ago
  29. 75a2860 Potential memory leak in mpi_exp_mod() when error occurs during by Paul Bakker · 11 years ago
  30. dd75c31 Remove potential timing leak in ecdsa_sign() by Manuel Pégourié-Gonnard · 11 years ago
  31. 5b8c409 Fix a warning (theoretical uninitialised variable) by Manuel Pégourié-Gonnard · 11 years ago
  32. 969ccc6 Fix length checking of various ClientKeyExchange's by Manuel Pégourié-Gonnard · 11 years ago
  33. 96d5265 Made ready for release 1.3.5 by Paul Bakker · 11 years ago polarssl-1.3.5
  34. 5fff23b x509_get_current_time() uses localtime_r() to prevent thread issues by Paul Bakker · 11 years ago
  35. 4c284c9 Removed LCOV directives from code by Paul Bakker · 11 years ago
  36. 77f4f39 Make sure no random pointer occur during failed malloc()'s by Paul Bakker · 11 years ago
  37. db1f059 Add a check for buffer overflow to pkcs11_sign() by Paul Bakker · 11 years ago
  38. 91c61bc Further tightened the padlen check to prevent underflow / overflow by Paul Bakker · 11 years ago
  39. c042cf0 Fix broken tests due to changed error code by Manuel Pégourié-Gonnard · 11 years ago
  40. b2bf5a1 Fix possible buffer overflow with PSK by Manuel Pégourié-Gonnard · 11 years ago
  41. fdddac9 Fix stupid bug in rsa_copy() by Manuel Pégourié-Gonnard · 11 years ago
  42. f84f799 Tune debug_print_ret format by Manuel Pégourié-Gonnard · 11 years ago
  43. b13d3ff Provide no info from entropy_func() on future entropy by Paul Bakker · 11 years ago
  44. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  45. 3f0be61 Merged support for parsing EC keys that use SpecifiedECDomain by Paul Bakker · 11 years ago
  46. 9592485 Fix some MSVC12 conversion warnings by Manuel Pégourié-Gonnard · 11 years ago
  47. 3b6269a Fix warnings on MinGW by Manuel Pégourié-Gonnard · 11 years ago
  48. 6fac351 Make support for SpecifiedECDomain optional by Manuel Pégourié-Gonnard · 11 years ago
  49. 5246ee5 Work around compressed EC public key in some cases by Manuel Pégourié-Gonnard · 11 years ago
  50. eab20d2 Implement parsing SpecifiedECParameters by Manuel Pégourié-Gonnard · 11 years ago
  51. 6c1f69b MinGW32 static build should link to windows libs and libz by Paul Bakker · 11 years ago
  52. 3d6504a ssl_init() left a dirty in_ctr pointer on failed allocation of out_ctr by Paul Bakker · 11 years ago
  53. 2eea292 Make the compiler work-around more specific by Manuel Pégourié-Gonnard · 11 years ago
  54. a4b0343 Merged massive SSL Testing improvements by Paul Bakker · 11 years ago
  55. bb8661e Work around a compiler bug on OS X. by Manuel Pégourié-Gonnard · 11 years ago
  56. d701c9a Fix memory leak in server with expired tickets by Manuel Pégourié-Gonnard · 11 years ago
  57. 84c30c7 Fix memory leak in ssl_cache by Manuel Pégourié-Gonnard · 11 years ago
  58. 145dfcb Fix bug with NewSessionTicket and non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  59. 96ea2f2 Add tests for SNI by Manuel Pégourié-Gonnard · 11 years ago
  60. 8520dac Add tests for auth_mode by Manuel Pégourié-Gonnard · 11 years ago
  61. da6b4d3 Change RSA embedded cert to a localhost cert by Manuel Pégourié-Gonnard · 11 years ago
  62. dfbf9c7 Fix bug in m_sleep() by Manuel Pégourié-Gonnard · 11 years ago
  63. 274a12e Fix bug with ssl_cache and max_entries=0 by Manuel Pégourié-Gonnard · 11 years ago
  64. f7c5201 Add basic tests for session resumption by Manuel Pégourié-Gonnard · 11 years ago
  65. 3c6409b CMake: allow to build both shared and static at once by hasufell · 11 years ago
  66. 9a6e93e Reserve -1 as an error code (used in programs) by Manuel Pégourié-Gonnard · 11 years ago
  67. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  68. 83cdffc Forbid sequence number wrapping by Manuel Pégourié-Gonnard · 11 years ago
  69. 3c599f1 Avoid possible segfault on bad server ciphersuite by Manuel Pégourié-Gonnard · 11 years ago
  70. 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
  71. 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago
  72. 29dcc0b Fix depend issues in test suites for cipher modes by Manuel Pégourié-Gonnard · 11 years ago
  73. 1ec220b Add missing #ifdefs in aes.h by Manuel Pégourié-Gonnard · 11 years ago
  74. 648656a Fix error code in dhm_selftest() by Manuel Pégourié-Gonnard · 11 years ago
  75. 796c6f3 Countermeasure against "triple handshake" attack by Manuel Pégourié-Gonnard · 11 years ago
  76. fdf3f0e Avoid "unreachable code" warning by Manuel Pégourié-Gonnard · 11 years ago
  77. 2a2ae64 Fix forgotten curves in #ifdef by Manuel Pégourié-Gonnard · 11 years ago
  78. 6b1e207 Fix verion-major intolerance by Manuel Pégourié-Gonnard · 11 years ago
  79. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  80. 6df0957 Revert "Mutex call in x509_crt.c depended on PTHREAD specific instead of generic" by Manuel Pégourié-Gonnard · 11 years ago
  81. f2561b3 Ability to provide alternate timing implementation by Paul Bakker · 12 years ago
  82. 47703a0 More entropy functions made thread-safe (add_source, update_manual, gather) by Paul Bakker · 12 years ago
  83. 9eae7aa Mutex call in x509_crt.c depended on PTHREAD specific instead of generic by Paul Bakker · 12 years ago
  84. 6a28e72 Merged platform compatibility layer by Paul Bakker · 12 years ago
  85. 0910f32 Fixed compile warning (in test-ref-configs) by Paul Bakker · 12 years ago
  86. 119602b Typo fix in memory_buffer_alloc.c by Paul Bakker · 12 years ago
  87. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 12 years ago
  88. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 years ago
  89. 747a83a Platform abstraction layer for memory, printf and fprintf by Paul Bakker · 12 years ago
  90. ab50d8d Merged RSA-PSS support in Certificate, CSR and CRL by Paul Bakker · 12 years ago
  91. f07031a debug_ecp: don't print Z, always 1 by Manuel Pégourié-Gonnard · 12 years ago
  92. f6dc5e1 Remove temporary debug code by Manuel Pégourié-Gonnard · 12 years ago
  93. c3f6b62c Print curve name instead of size in debugging by Manuel Pégourié-Gonnard · 12 years ago
  94. ab24010 Enforce our choice of allowed curves. by Manuel Pégourié-Gonnard · 12 years ago
  95. 7f38ed0 ssl_set_curves is no longer ECDHE only by Manuel Pégourié-Gonnard · 12 years ago
  96. cd49f76 Make ssl_set_curves() work client-side too. by Manuel Pégourié-Gonnard · 12 years ago
  97. ac71941 Renamings and other fixes by Manuel Pégourié-Gonnard · 12 years ago
  98. e40c469 The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[]. by Gergely Budai · 12 years ago
  99. de05390 Rename ecdh_curve_list to curve_list by Manuel Pégourié-Gonnard · 12 years ago
  100. 5de2580 Make ssl_set_ecdh_curves() a compile-time option by Manuel Pégourié-Gonnard · 12 years ago