1. ed79a4b Prepare for DTLS handshake reassembly by Manuel Pégourié-Gonnard · 10 years ago
  2. edcbe54 Reorder checks in ssl_read_record by Manuel Pégourié-Gonnard · 10 years ago
  3. 0557bd5 Fix message_seq with server-initiated renego by Manuel Pégourié-Gonnard · 10 years ago
  4. c392b24 Fix server-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  5. 30d16eb Fix client-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  6. b35fe56 Fix HelloVerifyRequest version handling by Manuel Pégourié-Gonnard · 10 years ago
  7. 562eb78 Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL by Manuel Pégourié-Gonnard · 10 years ago
  8. bef8f09 Make cookie timeout configurable by Manuel Pégourié-Gonnard · 10 years ago
  9. e903081 Add timestamp/serial to cookies, with timeout by Manuel Pégourié-Gonnard · 10 years ago
  10. 445a1ec Change internal names by Manuel Pégourié-Gonnard · 10 years ago
  11. 29ad7e8 Add check for missing ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 10 years ago
  12. a64acd4 Add separate SSL_COOKIE_C define by Manuel Pégourié-Gonnard · 10 years ago
  13. 7d38d21 Allow disabling HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  14. e4de061 Fix cookie context usage by Manuel Pégourié-Gonnard · 10 years ago
  15. 232edd4 Move cookie callbacks implementation to own module by Manuel Pégourié-Gonnard · 10 years ago
  16. d485d19 Move to a callback interface for DTLS cookies by Manuel Pégourié-Gonnard · 10 years ago
  17. d7f9bc5 Refactor cookie to prepare for external callbacks by Manuel Pégourié-Gonnard · 10 years ago
  18. 82202f0 Make DTLS_HELLO_VERIFY a compile option by Manuel Pégourié-Gonnard · 10 years ago
  19. 98545f1 Generate random key for HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  20. dd3cdb0 Start using client IP in HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  21. 43c0218 Add ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 10 years ago
  22. fb2d223 Reuse random when responding to a verify request by Manuel Pégourié-Gonnard · 10 years ago
  23. b760f00 Extract generate client random to a function by Manuel Pégourié-Gonnard · 10 years ago
  24. 2c9ee81 Start adding srv support for hello verify request by Manuel Pégourié-Gonnard · 10 years ago
  25. a0e1632 Do not use compression with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  26. 5d53cbe Fix length check in ssl_write_ticket() by Manuel Pégourié-Gonnard · 10 years ago
  27. 879a4f9 Abort on DTLS epoch wrap by Manuel Pégourié-Gonnard · 10 years ago
  28. 805e230 Fix error message and return code by Manuel Pégourié-Gonnard · 10 years ago
  29. 67427c0 Fix checksum computation with HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  30. 7484881 Implement HelloVerifyRequest on client by Manuel Pégourié-Gonnard · 10 years ago
  31. b2f3be8 Support multiple records in one datagram by Manuel Pégourié-Gonnard · 10 years ago
  32. 34c1011 Fix a few warnings in reduced configs by Manuel Pégourié-Gonnard · 11 years ago
  33. fe98ace Adapt ssl_fetch_input() for UDP by Manuel Pégourié-Gonnard · 11 years ago
  34. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  35. d6b721c More ssl_parse_client_hello() adjustments by Manuel Pégourié-Gonnard · 11 years ago
  36. 4128aa7 Add the 'cookie' field of DTLS ClientHello by Manuel Pégourié-Gonnard · 11 years ago
  37. 8933a65 Rework ssl_parse_client_hello() a bit by Manuel Pégourié-Gonnard · 11 years ago
  38. e89bcf0 Write new DTLS handshake fields correctly by Manuel Pégourié-Gonnard · 11 years ago
  39. ce441b3 Add space for new DTLS fields in handshake by Manuel Pégourié-Gonnard · 11 years ago
  40. a59543a Minor refactoring in ssl_read_record() by Manuel Pégourié-Gonnard · 11 years ago
  41. f302fb5 Fix hmac computation for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  42. 5afb167 Implement DTLS epochs by Manuel Pégourié-Gonnard · 11 years ago
  43. 0619348 Add explicit counter in DTLS record header by Manuel Pégourié-Gonnard · 11 years ago
  44. 507e1e4 Prep: allow {in,out}_len != {in,out}_hdr + 3 by Manuel Pégourié-Gonnard · 11 years ago
  45. 7ee6f0e Preparation: allow {in,out}_ctr != {in,out}_buf by Manuel Pégourié-Gonnard · 11 years ago
  46. abc7e3b Handle DTLS version encoding and fix some checks by Manuel Pégourié-Gonnard · 11 years ago
  47. 864a81f More ssl_set_XXX() functions can return BAD_INPUT by Manuel Pégourié-Gonnard · 11 years ago
  48. b21ca2a Adapt version-handling functions to DTLS by Manuel Pégourié-Gonnard · 11 years ago
  49. d666451 Add a ciphersuite NODTLS flag by Manuel Pégourié-Gonnard · 11 years ago
  50. 0b1ff29 Add basic flags for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  51. 82788fb Fix minor style issues by Paul Bakker · 10 years ago polarssl-1.3.9
  52. 9eac4f7 Prepare for release 1.3.9 by Paul Bakker · 10 years ago
  53. f7cdbc0 Fix potential bad read of length by Manuel Pégourié-Gonnard · 10 years ago
  54. ef9a6ae Allow comparing name with mismatched encodings by Manuel Pégourié-Gonnard · 10 years ago
  55. 8842124 Rename a function by Manuel Pégourié-Gonnard · 10 years ago
  56. 43c3b28 Fix memory leak with crafted ClientHello by Manuel Pégourié-Gonnard · 10 years ago
  57. 5d86185 Fix memory leak while parsing some X.509 certs by Manuel Pégourié-Gonnard · 10 years ago
  58. 64938c6 Accept spaces at end of line/buffer in base64 by Manuel Pégourié-Gonnard · 10 years ago
  59. 7f4ed67 Fix compile error with armcc in mpi_is_prime() by Manuel Pégourié-Gonnard · 10 years ago
  60. 5a5fa92 x509_crt_parse() did not increase total_failed on PEM error by Paul Bakker · 10 years ago
  61. 480905d Fix selection of hash from sig_alg ClientHello ext. by Manuel Pégourié-Gonnard · 10 years ago
  62. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 10 years ago
  63. 8ef7088 Use polarssl_zeroize() in asn1parse too by Manuel Pégourié-Gonnard · 10 years ago
  64. a676acf Fix missing curly braces. by Peter Vaskovic · 10 years ago
  65. a13500f Fix bug with ssl_close_notify and non-blocking I/O by Manuel Pégourié-Gonnard · 10 years ago
  66. 44ade65 Implement (partial) renego delay on client by Manuel Pégourié-Gonnard · 10 years ago
  67. f07f421 Fix server-initiated renego with non-blocking I/O by Manuel Pégourié-Gonnard · 10 years ago
  68. 6591962 Allow delay on renego on client by Manuel Pégourié-Gonnard · 10 years ago
  69. f26a1e8 ssl_read() stops returning non-application data by Manuel Pégourié-Gonnard · 10 years ago
  70. 55e4ff2 Tune comments by Manuel Pégourié-Gonnard · 10 years ago
  71. 462906f Do no test net_usleep() when not defined by Manuel Pégourié-Gonnard · 10 years ago
  72. 192253a Fix buffer size in pk_write_*_pem() by Manuel Pégourié-Gonnard · 10 years ago
  73. b308dd7 timing.c: avoid referencing garbage value by Alfred Klomp · 10 years ago
  74. 7ee5562 gcm.c: remove dead store by Alfred Klomp · 10 years ago
  75. 1b4eda3 pkcs5.c: fix dead store: return proper exit status by Alfred Klomp · 10 years ago
  76. 8d77eee Fix integer suffix rejected by some MSVC versions by Manuel Pégourié-Gonnard · 10 years ago
  77. 9a6b442 Fix non-blocking sockets in net_accept() by Manuel Pégourié-Gonnard · 10 years ago
  78. a04fa4f RSA-PSK key exchange requires TLS 1.x by Manuel Pégourié-Gonnard · 10 years ago
  79. 8d4ad07 SHA-2 ciphersuites now require TLS 1.x by Manuel Pégourié-Gonnard · 10 years ago
  80. 2fbf311 Fix dependency issue in memory_buffer_alloc by Manuel Pégourié-Gonnard · 10 years ago
  81. 97884a3 Fix printf format warnings in memory_buffer_alloc by Manuel Pégourié-Gonnard · 10 years ago
  82. 86bbc7f Fix typo causing compile error with NULL cipher by Manuel Pégourié-Gonnard · 10 years ago
  83. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 10 years ago
  84. 21e081b Prevent (incorrect) compiler warning by Paul Bakker · 10 years ago
  85. 6c343d7 Fix mpi_write_string() to write "00" as hex output for empty MPI by Paul Bakker · 10 years ago
  86. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 10 years ago
  87. b196fc2 Fix dhm_selftest() return value by Manuel Pégourié-Gonnard · 10 years ago
  88. 968afaa ssl_key_cert not available in all configurations by Paul Bakker · 10 years ago
  89. ec3a617 Make ready for release of 1.3.8 and soversion 7 by Paul Bakker · 10 years ago
  90. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 10 years ago
  91. accaffe Restructure ssl_handshake_init() and small fixes by Paul Bakker · 10 years ago
  92. a317a98 Adapt programs / test suites by Paul Bakker · 10 years ago
  93. 8f870b0 Add dhm_init() by Paul Bakker · 10 years ago
  94. fff0366 Add ctr_drbg_free() by Paul Bakker · 10 years ago
  95. 5b4af39 Add _init() and _free() for hash modules by Paul Bakker · 10 years ago
  96. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 10 years ago
  97. d27680b Clarify code using PSK callback by Manuel Pégourié-Gonnard · 10 years ago
  98. 0698f7c Rm duplicate entry in oid_md_alg by Manuel Pégourié-Gonnard · 10 years ago
  99. 14beb08 Fix missing const by Manuel Pégourié-Gonnard · 10 years ago
  100. ba782bb Save some space in ECP curve tables by Manuel Pégourié-Gonnard · 10 years ago