1. a9d7d03 SIGTERM also interrupts server2 during net_read() by Manuel Pégourié-Gonnard · 10 years ago
  2. 6a2bc23 Allow exchanges=0 in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  3. cce220d Adapt ssl_server2 to datagram-style read by Manuel Pégourié-Gonnard · 10 years ago
  4. 46fb942 Fix warning about function that should be static by Manuel Pégourié-Gonnard · 10 years ago
  5. f1e9b09 Fix missing #ifdef's by Manuel Pégourié-Gonnard · 10 years ago
  6. 85beb30 Add test for resumption with non-blocking I/O by Manuel Pégourié-Gonnard · 10 years ago
  7. a59af05 Give more time to tests that time out too often by Manuel Pégourié-Gonnard · 10 years ago
  8. 4e2f245 Fix timer issues by Manuel Pégourié-Gonnard · 10 years ago
  9. 7a26d73 Add test for session resumption by Manuel Pégourié-Gonnard · 10 years ago
  10. df9a0a8 Drop unexpected ApplicationData by Manuel Pégourié-Gonnard · 10 years ago
  11. f1e0df3 Allow ssl_client2 to resend on read timeout by Manuel Pégourié-Gonnard · 10 years ago
  12. 6b65141 Implement ssl_read() timeout (DTLS only for now) by Manuel Pégourié-Gonnard · 10 years ago
  13. 2707430 Fix types and comments about read_timeout by Manuel Pégourié-Gonnard · 10 years ago
  14. 6c1fa3a Fix misplaced initialisation of timeout by Manuel Pégourié-Gonnard · 10 years ago
  15. 37a4de2 Use shorter timeouts in ssl-opt.sh proxy tests by Manuel Pégourié-Gonnard · 10 years ago
  16. d823bd0 Add handshake_timeout option to test server/client by Manuel Pégourié-Gonnard · 10 years ago
  17. c8d8e97 Move to milliseconds in recv_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  18. 905dd24 Add ssl_set_handshake_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  19. 0ac247f Implement timeout back-off (fixed range for now) by Manuel Pégourié-Gonnard · 10 years ago
  20. ce8588c Make udp_proxy more robust by Manuel Pégourié-Gonnard · 10 years ago
  21. 6093d81 Add tests with proxy and non-blocking I/O by Manuel Pégourié-Gonnard · 10 years ago
  22. 579950c Fix bug with non-blocking I/O and cookies by Manuel Pégourié-Gonnard · 10 years ago
  23. f036512 Adapt programs to use nbio with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  24. 7de3c9e Count timeout per flight, not per message by Manuel Pégourié-Gonnard · 10 years ago
  25. db2858c Preparation for timers by Manuel Pégourié-Gonnard · 10 years ago
  26. bd97fdb Make ssl_server2's HVR handling more realistic by Manuel Pégourié-Gonnard · 10 years ago
  27. 3679519 Rm now useless MTU setting in compat.sh by Manuel Pégourié-Gonnard · 10 years ago
  28. 7a66cbc Rm some redundant tests by Manuel Pégourié-Gonnard · 10 years ago
  29. 9590e0a Add proxy tests with gnutls-srv & fragmentation by Manuel Pégourié-Gonnard · 10 years ago
  30. fa60f12 Quit using "yes" in ssl-opt.sh with openssl by Manuel Pégourié-Gonnard · 10 years ago
  31. ae666c5 proxy: avoid always dropping the same packet by Manuel Pégourié-Gonnard · 10 years ago
  32. 08a1d4b Fix bug with client auth with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  33. d0fd1da Add test with proxy and openssl server by Manuel Pégourié-Gonnard · 10 years ago
  34. 1b753f1 Add test for renego with proxy by Manuel Pégourié-Gonnard · 10 years ago
  35. 23b7b70 Fix issue with renego & resend by Manuel Pégourié-Gonnard · 10 years ago
  36. 8cc7e03 udp_proxy: show encrypted messages as encrypted by Manuel Pégourié-Gonnard · 10 years ago
  37. 18e519a Add proxy tests with more handshake flows by Manuel Pégourié-Gonnard · 10 years ago
  38. 6265d30 Fix some delayed packets going the wrong way by Manuel Pégourié-Gonnard · 10 years ago
  39. bf02319 udp_proxy: don't overwrite delayed packets by Manuel Pégourié-Gonnard · 10 years ago
  40. 76fe9e4 Test that anti-replay ignores all duplicates by Manuel Pégourié-Gonnard · 10 years ago
  41. f03c7aa Add replay detection in parse_client_hello() by Manuel Pégourié-Gonnard · 10 years ago
  42. 2739313 Make anti-replay a runtime option by Manuel Pégourié-Gonnard · 10 years ago
  43. 8464a46 Make DTLS_ANTI_REPLAY depends on PROTO_DTLS by Manuel Pégourié-Gonnard · 10 years ago
  44. 246c13a Fix epoch checking by Manuel Pégourié-Gonnard · 10 years ago
  45. b47368a Add replay detection by Manuel Pégourié-Gonnard · 10 years ago
  46. 4956fd7 Test and fix anti-replay functions by Manuel Pégourié-Gonnard · 10 years ago
  47. 7a7e140 Add functions for replay protection by Manuel Pégourié-Gonnard · 10 years ago
  48. ea22ce5 Rm unneeded counter increment with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  49. 6312e0f udp_proxy: allow successive clients by Manuel Pégourié-Gonnard · 10 years ago
  50. 484b8f9 Fix bug in ssl_client2 reconnect option by Manuel Pégourié-Gonnard · 10 years ago
  51. b46780e Enlarge udp_proxy's message buffer by Manuel Pégourié-Gonnard · 10 years ago
  52. 825a49e Add more udp_proxy tests by Manuel Pégourié-Gonnard · 10 years ago
  53. ae8d239 udp_proxy: also drop messages from the last flight by Manuel Pégourié-Gonnard · 10 years ago
  54. abf1624 Add ability to resend last flight by Manuel Pégourié-Gonnard · 10 years ago
  55. 992e136 Make decisions pseudo-random in udp_proxy by Manuel Pégourié-Gonnard · 10 years ago
  56. cd32a50 Fix NewSesssionTicket vs ChangeCipherSpec bug by Manuel Pégourié-Gonnard · 10 years ago
  57. a6189f0 udp_proxy wasn't actually killed by Manuel Pégourié-Gonnard · 10 years ago
  58. a071972 Add tests with dropped packets by Manuel Pégourié-Gonnard · 10 years ago
  59. bc010a0 udp_proxy: don't drop messages in the last flight by Manuel Pégourié-Gonnard · 10 years ago
  60. b6440a4 ssl_server2 now dies on SIGTERM during a read by Manuel Pégourié-Gonnard · 10 years ago
  61. 767c695 Drop out-of-sequence ChangeCipherSpec messages by Manuel Pégourié-Gonnard · 10 years ago
  62. 7cf3518 Enhance output of udp_proxy (with time) by Manuel Pégourié-Gonnard · 10 years ago
  63. 93017de Minor optim: don't resend on duplicated HVR by Manuel Pégourié-Gonnard · 10 years ago
  64. c715aed Fix epoch swapping by Manuel Pégourié-Gonnard · 10 years ago
  65. 6a2bdfa Actually resend flights by Manuel Pégourié-Gonnard · 10 years ago
  66. 5d8ba53 Expand and fix resend infrastructure by Manuel Pégourié-Gonnard · 10 years ago
  67. ffa67be Infrastructure for buffering & resending flights by Manuel Pégourié-Gonnard · 10 years ago
  68. a014829 Use ssl_set_bio_timeout() in test client/server by Manuel Pégourié-Gonnard · 10 years ago
  69. 57fa314 Fix depend documentation by Manuel Pégourié-Gonnard · 10 years ago
  70. 9d9b003 Add net_recv_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  71. 8fa6dfd Introduce f_recv_timeout callback by Manuel Pégourié-Gonnard · 10 years ago
  72. e6bdc44 Merge I/O contexts into one by Manuel Pégourié-Gonnard · 10 years ago
  73. f4acfe1 Document previous API changes in this branch by Manuel Pégourié-Gonnard · 10 years ago
  74. d92d6a1 ssl_parse_server_key_exchange() cleanups by Manuel Pégourié-Gonnard · 10 years ago
  75. 5ee9654 Add length checks in parse_certificate_verify() by Manuel Pégourié-Gonnard · 10 years ago
  76. 7222621 Merge checks in ssl_parse_certificate_verify() by Manuel Pégourié-Gonnard · 10 years ago
  77. ca6440b Small cleanups in parse_finished() by Manuel Pégourié-Gonnard · 10 years ago
  78. 624bcb5 No memmove: done, rm temporary things by Manuel Pégourié-Gonnard · 10 years ago
  79. 000d5ae No memmove: parse_new_session_ticket() by Manuel Pégourié-Gonnard · 10 years ago
  80. 0b3400d No memmove: ssl_parse_server_hello() by Manuel Pégourié-Gonnard · 10 years ago
  81. 069eb79 No memmove: ssl_parse_hello_verify_request() by Manuel Pégourié-Gonnard · 10 years ago
  82. 04c1b4e No memmove: certificate_request + server_hello_done by Manuel Pégourié-Gonnard · 10 years ago
  83. f4830b5 No memmove: ssl_parse_server_key_exchange() by Manuel Pégourié-Gonnard · 10 years ago
  84. 4528f3f No memmove: parse_certificate_verify() by Manuel Pégourié-Gonnard · 10 years ago
  85. 2114d72 No memmove: ssl_parse_client_key_exchange() by Manuel Pégourié-Gonnard · 10 years ago
  86. f49a7da No memmove: ssl_parse_certificate() by Manuel Pégourié-Gonnard · 10 years ago
  87. 4abc327 No memmove: ssl_parse_finished() by Manuel Pégourié-Gonnard · 10 years ago
  88. f899583 Prepare moving away from memmove() on incoming HS by Manuel Pégourié-Gonnard · 10 years ago
  89. 4a17536 Fix missing return in error check by Manuel Pégourié-Gonnard · 10 years ago
  90. 19d438f Get rid of memmove for DTLS in parse_client_hello() by Manuel Pégourié-Gonnard · 10 years ago
  91. 63eca93 Drop invalid records with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  92. 167a376 Split two functions out of ssl_read_record() by Manuel Pégourié-Gonnard · 10 years ago
  93. 6c18a39 Add option 'bad_ad' to udp_proxy by Manuel Pégourié-Gonnard · 10 years ago
  94. eb00bfd Add option 'mtu' to udp_proxy by Manuel Pégourié-Gonnard · 10 years ago
  95. 81f2fe9 Add option 'delay_ccs' to udp_proxy by Manuel Pégourié-Gonnard · 10 years ago
  96. 60fdd7e Add option 'drop' to udp_proxy by Manuel Pégourié-Gonnard · 10 years ago
  97. 21398c3 Add option 'delay' to udp_proxy by Manuel Pégourié-Gonnard · 10 years ago
  98. 990f9e4 Handle late handshake messages gracefully by Manuel Pégourié-Gonnard · 10 years ago
  99. 2c41bd8 Add a 'duplicate' option to udp_proxy by Manuel Pégourié-Gonnard · 10 years ago
  100. 44d5e63 Enhance output of udp_proxy by Manuel Pégourié-Gonnard · 10 years ago