1. 26a4cf6 Add retransmission of HelloRequest by Manuel Pégourié-Gonnard · 11 years ago
  2. 74a1378 Avoid false positive in ssl-opt.sh with memcheck by Manuel Pégourié-Gonnard · 11 years ago
  3. 8e704f0 DTLS depends on TIMING_C for now by Manuel Pégourié-Gonnard · 11 years ago
  4. b0643d1 Add ssl_set_dtls_badmac_limit() by Manuel Pégourié-Gonnard · 11 years ago
  5. 9b35f18 Add ssl_get_record_expansion() by Manuel Pégourié-Gonnard · 11 years ago
  6. 37e08e1 Fix max_fragment_length with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  7. 23cad33 Fail cleanly on unhandled case by Manuel Pégourié-Gonnard · 11 years ago
  8. fc572dd Retransmit only on last message from prev flight by Manuel Pégourié-Gonnard · 11 years ago
  9. 8a7cf25 Add a few #ifdefs by Manuel Pégourié-Gonnard · 11 years ago
  10. ba958b8 Add test for server-initiated renego by Manuel Pégourié-Gonnard · 11 years ago
  11. 46fb942 Fix warning about function that should be static by Manuel Pégourié-Gonnard · 11 years ago
  12. f1e9b09 Fix missing #ifdef's by Manuel Pégourié-Gonnard · 11 years ago
  13. 4e2f245 Fix timer issues by Manuel Pégourié-Gonnard · 11 years ago
  14. df9a0a8 Drop unexpected ApplicationData by Manuel Pégourié-Gonnard · 11 years ago
  15. 6b65141 Implement ssl_read() timeout (DTLS only for now) by Manuel Pégourié-Gonnard · 11 years ago
  16. 2707430 Fix types and comments about read_timeout by Manuel Pégourié-Gonnard · 11 years ago
  17. 6c1fa3a Fix misplaced initialisation of timeout by Manuel Pégourié-Gonnard · 11 years ago
  18. c8d8e97 Move to milliseconds in recv_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  19. 905dd24 Add ssl_set_handshake_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  20. 0ac247f Implement timeout back-off (fixed range for now) by Manuel Pégourié-Gonnard · 11 years ago
  21. 579950c Fix bug with non-blocking I/O and cookies by Manuel Pégourié-Gonnard · 11 years ago
  22. 7de3c9e Count timeout per flight, not per message by Manuel Pégourié-Gonnard · 11 years ago
  23. db2858c Preparation for timers by Manuel Pégourié-Gonnard · 11 years ago
  24. 08a1d4b Fix bug with client auth with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  25. 23b7b70 Fix issue with renego & resend by Manuel Pégourié-Gonnard · 11 years ago
  26. f03c7aa Add replay detection in parse_client_hello() by Manuel Pégourié-Gonnard · 11 years ago
  27. 2739313 Make anti-replay a runtime option by Manuel Pégourié-Gonnard · 11 years ago
  28. 8464a46 Make DTLS_ANTI_REPLAY depends on PROTO_DTLS by Manuel Pégourié-Gonnard · 11 years ago
  29. 246c13a Fix epoch checking by Manuel Pégourié-Gonnard · 11 years ago
  30. b47368a Add replay detection by Manuel Pégourié-Gonnard · 11 years ago
  31. 4956fd7 Test and fix anti-replay functions by Manuel Pégourié-Gonnard · 11 years ago
  32. 7a7e140 Add functions for replay protection by Manuel Pégourié-Gonnard · 11 years ago
  33. ea22ce5 Rm unneeded counter increment with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  34. abf1624 Add ability to resend last flight by Manuel Pégourié-Gonnard · 11 years ago
  35. cd32a50 Fix NewSesssionTicket vs ChangeCipherSpec bug by Manuel Pégourié-Gonnard · 11 years ago
  36. 767c695 Drop out-of-sequence ChangeCipherSpec messages by Manuel Pégourié-Gonnard · 11 years ago
  37. 93017de Minor optim: don't resend on duplicated HVR by Manuel Pégourié-Gonnard · 11 years ago
  38. c715aed Fix epoch swapping by Manuel Pégourié-Gonnard · 11 years ago
  39. 6a2bdfa Actually resend flights by Manuel Pégourié-Gonnard · 11 years ago
  40. 5d8ba53 Expand and fix resend infrastructure by Manuel Pégourié-Gonnard · 11 years ago
  41. ffa67be Infrastructure for buffering & resending flights by Manuel Pégourié-Gonnard · 11 years ago
  42. 9d9b003 Add net_recv_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  43. 8fa6dfd Introduce f_recv_timeout callback by Manuel Pégourié-Gonnard · 11 years ago
  44. e6bdc44 Merge I/O contexts into one by Manuel Pégourié-Gonnard · 11 years ago
  45. f4acfe1 Document previous API changes in this branch by Manuel Pégourié-Gonnard · 11 years ago
  46. d92d6a1 ssl_parse_server_key_exchange() cleanups by Manuel Pégourié-Gonnard · 11 years ago
  47. 5ee9654 Add length checks in parse_certificate_verify() by Manuel Pégourié-Gonnard · 11 years ago
  48. 7222621 Merge checks in ssl_parse_certificate_verify() by Manuel Pégourié-Gonnard · 11 years ago
  49. ca6440b Small cleanups in parse_finished() by Manuel Pégourié-Gonnard · 11 years ago
  50. 624bcb5 No memmove: done, rm temporary things by Manuel Pégourié-Gonnard · 11 years ago
  51. 000d5ae No memmove: parse_new_session_ticket() by Manuel Pégourié-Gonnard · 11 years ago
  52. 0b3400d No memmove: ssl_parse_server_hello() by Manuel Pégourié-Gonnard · 11 years ago
  53. 069eb79 No memmove: ssl_parse_hello_verify_request() by Manuel Pégourié-Gonnard · 11 years ago
  54. 04c1b4e No memmove: certificate_request + server_hello_done by Manuel Pégourié-Gonnard · 11 years ago
  55. f4830b5 No memmove: ssl_parse_server_key_exchange() by Manuel Pégourié-Gonnard · 11 years ago
  56. 4528f3f No memmove: parse_certificate_verify() by Manuel Pégourié-Gonnard · 11 years ago
  57. 2114d72 No memmove: ssl_parse_client_key_exchange() by Manuel Pégourié-Gonnard · 11 years ago
  58. f49a7da No memmove: ssl_parse_certificate() by Manuel Pégourié-Gonnard · 11 years ago
  59. 4abc327 No memmove: ssl_parse_finished() by Manuel Pégourié-Gonnard · 11 years ago
  60. f899583 Prepare moving away from memmove() on incoming HS by Manuel Pégourié-Gonnard · 11 years ago
  61. 4a17536 Fix missing return in error check by Manuel Pégourié-Gonnard · 11 years ago
  62. 19d438f Get rid of memmove for DTLS in parse_client_hello() by Manuel Pégourié-Gonnard · 11 years ago
  63. 63eca93 Drop invalid records with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  64. 167a376 Split two functions out of ssl_read_record() by Manuel Pégourié-Gonnard · 11 years ago
  65. 990f9e4 Handle late handshake messages gracefully by Manuel Pégourié-Gonnard · 11 years ago
  66. 60ca5af Drop records from wrong epoch by Manuel Pégourié-Gonnard · 11 years ago
  67. 1aa586e Check handshake message_seq field by Manuel Pégourié-Gonnard · 11 years ago
  68. 9d1d719 Check length before reading handshake header by Manuel Pégourié-Gonnard · 11 years ago
  69. d9ba0d9 Prepare for checking incoming handshake seqnum by Manuel Pégourié-Gonnard · 11 years ago
  70. ac03052 Fix segfault with some very short fragments by Manuel Pégourié-Gonnard · 11 years ago
  71. 64dffc5 Make handshake reassembly work with openssl by Manuel Pégourié-Gonnard · 11 years ago
  72. 502bf30 Handle reassembly of handshake messages by Manuel Pégourié-Gonnard · 11 years ago
  73. ed79a4b Prepare for DTLS handshake reassembly by Manuel Pégourié-Gonnard · 11 years ago
  74. edcbe54 Reorder checks in ssl_read_record by Manuel Pégourié-Gonnard · 11 years ago
  75. 0557bd5 Fix message_seq with server-initiated renego by Manuel Pégourié-Gonnard · 11 years ago
  76. c392b24 Fix server-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  77. 30d16eb Fix client-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  78. b35fe56 Fix HelloVerifyRequest version handling by Manuel Pégourié-Gonnard · 11 years ago
  79. 562eb78 Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL by Manuel Pégourié-Gonnard · 11 years ago
  80. bef8f09 Make cookie timeout configurable by Manuel Pégourié-Gonnard · 11 years ago
  81. e903081 Add timestamp/serial to cookies, with timeout by Manuel Pégourié-Gonnard · 11 years ago
  82. 445a1ec Change internal names by Manuel Pégourié-Gonnard · 11 years ago
  83. 29ad7e8 Add check for missing ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 11 years ago
  84. a64acd4 Add separate SSL_COOKIE_C define by Manuel Pégourié-Gonnard · 11 years ago
  85. 7d38d21 Allow disabling HelloVerifyRequest by Manuel Pégourié-Gonnard · 11 years ago
  86. e4de061 Fix cookie context usage by Manuel Pégourié-Gonnard · 11 years ago
  87. 232edd4 Move cookie callbacks implementation to own module by Manuel Pégourié-Gonnard · 11 years ago
  88. d485d19 Move to a callback interface for DTLS cookies by Manuel Pégourié-Gonnard · 11 years ago
  89. d7f9bc5 Refactor cookie to prepare for external callbacks by Manuel Pégourié-Gonnard · 11 years ago
  90. 82202f0 Make DTLS_HELLO_VERIFY a compile option by Manuel Pégourié-Gonnard · 11 years ago
  91. 98545f1 Generate random key for HelloVerifyRequest by Manuel Pégourié-Gonnard · 11 years ago
  92. dd3cdb0 Start using client IP in HelloVerifyRequest by Manuel Pégourié-Gonnard · 11 years ago
  93. 43c0218 Add ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 11 years ago
  94. fb2d223 Reuse random when responding to a verify request by Manuel Pégourié-Gonnard · 11 years ago
  95. b760f00 Extract generate client random to a function by Manuel Pégourié-Gonnard · 11 years ago
  96. 2c9ee81 Start adding srv support for hello verify request by Manuel Pégourié-Gonnard · 11 years ago
  97. a0e1632 Do not use compression with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  98. 5d53cbe Fix length check in ssl_write_ticket() by Manuel Pégourié-Gonnard · 11 years ago
  99. 879a4f9 Abort on DTLS epoch wrap by Manuel Pégourié-Gonnard · 11 years ago
  100. 805e230 Fix error message and return code by Manuel Pégourié-Gonnard · 11 years ago