1. abf1624 Add ability to resend last flight by Manuel Pégourié-Gonnard · 10 years ago
  2. cd32a50 Fix NewSesssionTicket vs ChangeCipherSpec bug by Manuel Pégourié-Gonnard · 10 years ago
  3. 767c695 Drop out-of-sequence ChangeCipherSpec messages by Manuel Pégourié-Gonnard · 10 years ago
  4. 93017de Minor optim: don't resend on duplicated HVR by Manuel Pégourié-Gonnard · 10 years ago
  5. c715aed Fix epoch swapping by Manuel Pégourié-Gonnard · 10 years ago
  6. 6a2bdfa Actually resend flights by Manuel Pégourié-Gonnard · 10 years ago
  7. 5d8ba53 Expand and fix resend infrastructure by Manuel Pégourié-Gonnard · 10 years ago
  8. ffa67be Infrastructure for buffering & resending flights by Manuel Pégourié-Gonnard · 10 years ago
  9. 9d9b003 Add net_recv_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  10. 8fa6dfd Introduce f_recv_timeout callback by Manuel Pégourié-Gonnard · 10 years ago
  11. e6bdc44 Merge I/O contexts into one by Manuel Pégourié-Gonnard · 10 years ago
  12. f4acfe1 Document previous API changes in this branch by Manuel Pégourié-Gonnard · 10 years ago
  13. d92d6a1 ssl_parse_server_key_exchange() cleanups by Manuel Pégourié-Gonnard · 10 years ago
  14. 5ee9654 Add length checks in parse_certificate_verify() by Manuel Pégourié-Gonnard · 10 years ago
  15. 7222621 Merge checks in ssl_parse_certificate_verify() by Manuel Pégourié-Gonnard · 10 years ago
  16. ca6440b Small cleanups in parse_finished() by Manuel Pégourié-Gonnard · 10 years ago
  17. 624bcb5 No memmove: done, rm temporary things by Manuel Pégourié-Gonnard · 10 years ago
  18. 000d5ae No memmove: parse_new_session_ticket() by Manuel Pégourié-Gonnard · 10 years ago
  19. 0b3400d No memmove: ssl_parse_server_hello() by Manuel Pégourié-Gonnard · 10 years ago
  20. 069eb79 No memmove: ssl_parse_hello_verify_request() by Manuel Pégourié-Gonnard · 10 years ago
  21. 04c1b4e No memmove: certificate_request + server_hello_done by Manuel Pégourié-Gonnard · 10 years ago
  22. f4830b5 No memmove: ssl_parse_server_key_exchange() by Manuel Pégourié-Gonnard · 10 years ago
  23. 4528f3f No memmove: parse_certificate_verify() by Manuel Pégourié-Gonnard · 10 years ago
  24. 2114d72 No memmove: ssl_parse_client_key_exchange() by Manuel Pégourié-Gonnard · 10 years ago
  25. f49a7da No memmove: ssl_parse_certificate() by Manuel Pégourié-Gonnard · 10 years ago
  26. 4abc327 No memmove: ssl_parse_finished() by Manuel Pégourié-Gonnard · 10 years ago
  27. f899583 Prepare moving away from memmove() on incoming HS by Manuel Pégourié-Gonnard · 10 years ago
  28. 4a17536 Fix missing return in error check by Manuel Pégourié-Gonnard · 10 years ago
  29. 19d438f Get rid of memmove for DTLS in parse_client_hello() by Manuel Pégourié-Gonnard · 10 years ago
  30. 63eca93 Drop invalid records with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  31. 167a376 Split two functions out of ssl_read_record() by Manuel Pégourié-Gonnard · 10 years ago
  32. 990f9e4 Handle late handshake messages gracefully by Manuel Pégourié-Gonnard · 10 years ago
  33. 60ca5af Drop records from wrong epoch by Manuel Pégourié-Gonnard · 10 years ago
  34. 1aa586e Check handshake message_seq field by Manuel Pégourié-Gonnard · 10 years ago
  35. 9d1d719 Check length before reading handshake header by Manuel Pégourié-Gonnard · 10 years ago
  36. d9ba0d9 Prepare for checking incoming handshake seqnum by Manuel Pégourié-Gonnard · 10 years ago
  37. ac03052 Fix segfault with some very short fragments by Manuel Pégourié-Gonnard · 10 years ago
  38. 64dffc5 Make handshake reassembly work with openssl by Manuel Pégourié-Gonnard · 10 years ago
  39. 502bf30 Handle reassembly of handshake messages by Manuel Pégourié-Gonnard · 10 years ago
  40. ed79a4b Prepare for DTLS handshake reassembly by Manuel Pégourié-Gonnard · 10 years ago
  41. edcbe54 Reorder checks in ssl_read_record by Manuel Pégourié-Gonnard · 10 years ago
  42. 0557bd5 Fix message_seq with server-initiated renego by Manuel Pégourié-Gonnard · 10 years ago
  43. c392b24 Fix server-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  44. 30d16eb Fix client-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  45. b35fe56 Fix HelloVerifyRequest version handling by Manuel Pégourié-Gonnard · 10 years ago
  46. 562eb78 Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL by Manuel Pégourié-Gonnard · 10 years ago
  47. bef8f09 Make cookie timeout configurable by Manuel Pégourié-Gonnard · 10 years ago
  48. e903081 Add timestamp/serial to cookies, with timeout by Manuel Pégourié-Gonnard · 10 years ago
  49. 445a1ec Change internal names by Manuel Pégourié-Gonnard · 10 years ago
  50. 29ad7e8 Add check for missing ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 10 years ago
  51. a64acd4 Add separate SSL_COOKIE_C define by Manuel Pégourié-Gonnard · 10 years ago
  52. 7d38d21 Allow disabling HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  53. e4de061 Fix cookie context usage by Manuel Pégourié-Gonnard · 10 years ago
  54. 232edd4 Move cookie callbacks implementation to own module by Manuel Pégourié-Gonnard · 10 years ago
  55. d485d19 Move to a callback interface for DTLS cookies by Manuel Pégourié-Gonnard · 10 years ago
  56. d7f9bc5 Refactor cookie to prepare for external callbacks by Manuel Pégourié-Gonnard · 10 years ago
  57. 82202f0 Make DTLS_HELLO_VERIFY a compile option by Manuel Pégourié-Gonnard · 10 years ago
  58. 98545f1 Generate random key for HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  59. dd3cdb0 Start using client IP in HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  60. 43c0218 Add ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 10 years ago
  61. fb2d223 Reuse random when responding to a verify request by Manuel Pégourié-Gonnard · 10 years ago
  62. b760f00 Extract generate client random to a function by Manuel Pégourié-Gonnard · 10 years ago
  63. 2c9ee81 Start adding srv support for hello verify request by Manuel Pégourié-Gonnard · 10 years ago
  64. a0e1632 Do not use compression with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  65. 5d53cbe Fix length check in ssl_write_ticket() by Manuel Pégourié-Gonnard · 10 years ago
  66. 879a4f9 Abort on DTLS epoch wrap by Manuel Pégourié-Gonnard · 10 years ago
  67. 805e230 Fix error message and return code by Manuel Pégourié-Gonnard · 10 years ago
  68. 67427c0 Fix checksum computation with HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  69. 7484881 Implement HelloVerifyRequest on client by Manuel Pégourié-Gonnard · 10 years ago
  70. b2f3be8 Support multiple records in one datagram by Manuel Pégourié-Gonnard · 10 years ago
  71. 34c1011 Fix a few warnings in reduced configs by Manuel Pégourié-Gonnard · 11 years ago
  72. fe98ace Adapt ssl_fetch_input() for UDP by Manuel Pégourié-Gonnard · 11 years ago
  73. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  74. d6b721c More ssl_parse_client_hello() adjustments by Manuel Pégourié-Gonnard · 11 years ago
  75. 4128aa7 Add the 'cookie' field of DTLS ClientHello by Manuel Pégourié-Gonnard · 11 years ago
  76. 8933a65 Rework ssl_parse_client_hello() a bit by Manuel Pégourié-Gonnard · 11 years ago
  77. e89bcf0 Write new DTLS handshake fields correctly by Manuel Pégourié-Gonnard · 11 years ago
  78. ce441b3 Add space for new DTLS fields in handshake by Manuel Pégourié-Gonnard · 11 years ago
  79. a59543a Minor refactoring in ssl_read_record() by Manuel Pégourié-Gonnard · 11 years ago
  80. f302fb5 Fix hmac computation for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  81. 5afb167 Implement DTLS epochs by Manuel Pégourié-Gonnard · 11 years ago
  82. 0619348 Add explicit counter in DTLS record header by Manuel Pégourié-Gonnard · 11 years ago
  83. 507e1e4 Prep: allow {in,out}_len != {in,out}_hdr + 3 by Manuel Pégourié-Gonnard · 11 years ago
  84. 7ee6f0e Preparation: allow {in,out}_ctr != {in,out}_buf by Manuel Pégourié-Gonnard · 11 years ago
  85. abc7e3b Handle DTLS version encoding and fix some checks by Manuel Pégourié-Gonnard · 11 years ago
  86. 864a81f More ssl_set_XXX() functions can return BAD_INPUT by Manuel Pégourié-Gonnard · 11 years ago
  87. b21ca2a Adapt version-handling functions to DTLS by Manuel Pégourié-Gonnard · 11 years ago
  88. d666451 Add a ciphersuite NODTLS flag by Manuel Pégourié-Gonnard · 11 years ago
  89. 0b1ff29 Add basic flags for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  90. 82788fb Fix minor style issues by Paul Bakker · 10 years ago polarssl-1.3.9
  91. 9eac4f7 Prepare for release 1.3.9 by Paul Bakker · 10 years ago
  92. f7cdbc0 Fix potential bad read of length by Manuel Pégourié-Gonnard · 10 years ago
  93. ef9a6ae Allow comparing name with mismatched encodings by Manuel Pégourié-Gonnard · 10 years ago
  94. 8842124 Rename a function by Manuel Pégourié-Gonnard · 10 years ago
  95. 43c3b28 Fix memory leak with crafted ClientHello by Manuel Pégourié-Gonnard · 10 years ago
  96. 5d86185 Fix memory leak while parsing some X.509 certs by Manuel Pégourié-Gonnard · 10 years ago
  97. 64938c6 Accept spaces at end of line/buffer in base64 by Manuel Pégourié-Gonnard · 10 years ago
  98. 7f4ed67 Fix compile error with armcc in mpi_is_prime() by Manuel Pégourié-Gonnard · 10 years ago
  99. 5a5fa92 x509_crt_parse() did not increase total_failed on PEM error by Paul Bakker · 10 years ago
  100. 480905d Fix selection of hash from sig_alg ClientHello ext. by Manuel Pégourié-Gonnard · 10 years ago