1. ac03052 Fix segfault with some very short fragments by Manuel Pégourié-Gonnard · 11 years ago
  2. 64dffc5 Make handshake reassembly work with openssl by Manuel Pégourié-Gonnard · 11 years ago
  3. 502bf30 Handle reassembly of handshake messages by Manuel Pégourié-Gonnard · 11 years ago
  4. ed79a4b Prepare for DTLS handshake reassembly by Manuel Pégourié-Gonnard · 11 years ago
  5. edcbe54 Reorder checks in ssl_read_record by Manuel Pégourié-Gonnard · 11 years ago
  6. 0557bd5 Fix message_seq with server-initiated renego by Manuel Pégourié-Gonnard · 11 years ago
  7. c392b24 Fix server-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  8. 30d16eb Fix client-initiated renegotiation with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  9. 7d38d21 Allow disabling HelloVerifyRequest by Manuel Pégourié-Gonnard · 11 years ago
  10. d485d19 Move to a callback interface for DTLS cookies by Manuel Pégourié-Gonnard · 11 years ago
  11. 82202f0 Make DTLS_HELLO_VERIFY a compile option by Manuel Pégourié-Gonnard · 11 years ago
  12. 98545f1 Generate random key for HelloVerifyRequest by Manuel Pégourié-Gonnard · 11 years ago
  13. 43c0218 Add ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 11 years ago
  14. 879a4f9 Abort on DTLS epoch wrap by Manuel Pégourié-Gonnard · 11 years ago
  15. 805e230 Fix error message and return code by Manuel Pégourié-Gonnard · 11 years ago
  16. 67427c0 Fix checksum computation with HelloVerifyRequest by Manuel Pégourié-Gonnard · 11 years ago
  17. 7484881 Implement HelloVerifyRequest on client by Manuel Pégourié-Gonnard · 11 years ago
  18. b2f3be8 Support multiple records in one datagram by Manuel Pégourié-Gonnard · 11 years ago
  19. 34c1011 Fix a few warnings in reduced configs by Manuel Pégourié-Gonnard · 11 years ago
  20. fe98ace Adapt ssl_fetch_input() for UDP by Manuel Pégourié-Gonnard · 11 years ago
  21. e89bcf0 Write new DTLS handshake fields correctly by Manuel Pégourié-Gonnard · 11 years ago
  22. ce441b3 Add space for new DTLS fields in handshake by Manuel Pégourié-Gonnard · 11 years ago
  23. a59543a Minor refactoring in ssl_read_record() by Manuel Pégourié-Gonnard · 11 years ago
  24. f302fb5 Fix hmac computation for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  25. 5afb167 Implement DTLS epochs by Manuel Pégourié-Gonnard · 11 years ago
  26. 0619348 Add explicit counter in DTLS record header by Manuel Pégourié-Gonnard · 11 years ago
  27. 507e1e4 Prep: allow {in,out}_len != {in,out}_hdr + 3 by Manuel Pégourié-Gonnard · 11 years ago
  28. 7ee6f0e Preparation: allow {in,out}_ctr != {in,out}_buf by Manuel Pégourié-Gonnard · 11 years ago
  29. abc7e3b Handle DTLS version encoding and fix some checks by Manuel Pégourié-Gonnard · 11 years ago
  30. 864a81f More ssl_set_XXX() functions can return BAD_INPUT by Manuel Pégourié-Gonnard · 11 years ago
  31. b21ca2a Adapt version-handling functions to DTLS by Manuel Pégourié-Gonnard · 11 years ago
  32. 0b1ff29 Add basic flags for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  33. 82788fb Fix minor style issues by Paul Bakker · 11 years ago polarssl-1.3.9
  34. a13500f Fix bug with ssl_close_notify and non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  35. f07f421 Fix server-initiated renego with non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  36. 6591962 Allow delay on renego on client by Manuel Pégourié-Gonnard · 11 years ago
  37. f26a1e8 ssl_read() stops returning non-application data by Manuel Pégourié-Gonnard · 11 years ago
  38. 55e4ff2 Tune comments by Manuel Pégourié-Gonnard · 11 years ago
  39. 8d4ad07 SHA-2 ciphersuites now require TLS 1.x by Manuel Pégourié-Gonnard · 11 years ago
  40. 968afaa ssl_key_cert not available in all configurations by Paul Bakker · 11 years ago
  41. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  42. accaffe Restructure ssl_handshake_init() and small fixes by Paul Bakker · 11 years ago
  43. 8f870b0 Add dhm_init() by Paul Bakker · 11 years ago
  44. 5b4af39 Add _init() and _free() for hash modules by Paul Bakker · 11 years ago
  45. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  46. 8fb99ab Merge changes for leaner memory footprint by Paul Bakker · 11 years ago
  47. 481fcfd Make PSK_LEN configurable and adjust PMS size by Manuel Pégourié-Gonnard · 11 years ago
  48. a9964db Add ssl_set_renegotiation_enforced() by Manuel Pégourié-Gonnard · 11 years ago
  49. dd0c0f3 Better usage of dhm_calc_secret in SSL by Manuel Pégourié-Gonnard · 11 years ago
  50. 8df6863 Fix bug in DHE-PSK PMS computation by Manuel Pégourié-Gonnard · 11 years ago
  51. 0357688 Remove misplaced debugging message by Manuel Pégourié-Gonnard · 11 years ago
  52. eaa76f7 Fix computation of minlen for encrypted packets by Manuel Pégourié-Gonnard · 11 years ago
  53. e800cd8 Re-arrange some code in ssl_derive_keys() by Manuel Pégourié-Gonnard · 11 years ago
  54. 0bcc4e1 Fix length checking for AEAD ciphersuites by Manuel Pégourié-Gonnard · 11 years ago
  55. 4d2a8eb SSL modules now using x509_crt_parse_der() by Manuel Pégourié-Gonnard · 11 years ago
  56. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  57. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  58. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  59. 7792198 Normalize some error messages by Manuel Pégourié-Gonnard · 11 years ago
  60. c2bbac9 Fix misplaced parenthesis. by Peter Vaskovic · 11 years ago
  61. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  62. 8ff17c5 Add missing DEBUG_RET on cipher failures by Manuel Pégourié-Gonnard · 11 years ago
  63. 61edffe Normalize "should never happen" messages/errors by Manuel Pégourié-Gonnard · 11 years ago
  64. 2e5ee32 Implement CCM and CCM_8 ciphersuites by Manuel Pégourié-Gonnard · 11 years ago
  65. 5efd772 Small readability improvement by Manuel Pégourié-Gonnard · 11 years ago
  66. de7bb44 Use cipher_auth_{en,de}crypt() in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  67. 8764d27 Use cipher_crypt() in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  68. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  69. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  70. 2a024ac Merge dependency fixes by Paul Bakker · 11 years ago
  71. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  72. 1a1fbba Sanity length checks in ssl_read_record() and ssl_fetch_input() by Paul Bakker · 11 years ago
  73. 3a306b9 Fix misplaced #endif in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  74. 61885c7 Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites by Paul Bakker · 11 years ago
  75. 93389cc Remove const indicator by Paul Bakker · 11 years ago
  76. 0408fd1 Add extendedKeyUsage checking in SSL modules by Manuel Pégourié-Gonnard · 11 years ago
  77. d6ad8e9 Make ssl_check_cert_usage() dependent on POLARSSL_X509_CRT_PARSE_C by Paul Bakker · 11 years ago
  78. a77de8c Prevent warnings in ssl_check_cert_usage() if keyUsage checks are off by Paul Bakker · 11 years ago
  79. a9db85d Add tests for keyUsage with client auth by Manuel Pégourié-Gonnard · 11 years ago
  80. 7f2a07d Check keyUsage in SSL client and server by Manuel Pégourié-Gonnard · 11 years ago
  81. 0763a40 Merged support for the ALPN extension by Paul Bakker · 11 years ago
  82. 4224bc0 Prevent potential NULL pointer dereference in ssl_read_record() by Paul Bakker · 11 years ago
  83. 0b874dc Implement ALPN client-side by Manuel Pégourié-Gonnard · 11 years ago
  84. 7e250d4 Add ALPN interface by Manuel Pégourié-Gonnard · 11 years ago
  85. 77f4f39 Make sure no random pointer occur during failed malloc()'s by Paul Bakker · 11 years ago
  86. 91c61bc Further tightened the padlen check to prevent underflow / overflow by Paul Bakker · 11 years ago
  87. b2bf5a1 Fix possible buffer overflow with PSK by Manuel Pégourié-Gonnard · 11 years ago
  88. 3d6504a ssl_init() left a dirty in_ctr pointer on failed allocation of out_ctr by Paul Bakker · 11 years ago
  89. 83cdffc Forbid sequence number wrapping by Manuel Pégourié-Gonnard · 11 years ago
  90. 796c6f3 Countermeasure against "triple handshake" attack by Manuel Pégourié-Gonnard · 11 years ago
  91. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 years ago
  92. ab24010 Enforce our choice of allowed curves. by Manuel Pégourié-Gonnard · 11 years ago
  93. 7f38ed0 ssl_set_curves is no longer ECDHE only by Manuel Pégourié-Gonnard · 11 years ago
  94. ac71941 Renamings and other fixes by Manuel Pégourié-Gonnard · 11 years ago
  95. 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
  96. de05390 Rename ecdh_curve_list to curve_list by Manuel Pégourié-Gonnard · 11 years ago
  97. 5de2580 Make ssl_set_ecdh_curves() a compile-time option by Manuel Pégourié-Gonnard · 12 years ago
  98. 987bfb5 Added the possibility to define the allowed curves for ECDHE handshake. It also defines the preference of the curves. by Gergely Budai · 12 years ago
  99. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  100. 7cfdcb8 Add a length check in ssl_derive_keys() by Manuel Pégourié-Gonnard · 12 years ago