1. 9d1d719 Check length before reading handshake header by Manuel Pégourié-Gonnard · 10 years ago
  2. d9ba0d9 Prepare for checking incoming handshake seqnum by Manuel Pégourié-Gonnard · 10 years ago
  3. 64dffc5 Make handshake reassembly work with openssl by Manuel Pégourié-Gonnard · 10 years ago
  4. 502bf30 Handle reassembly of handshake messages by Manuel Pégourié-Gonnard · 10 years ago
  5. 562eb78 Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL by Manuel Pégourié-Gonnard · 10 years ago
  6. bef8f09 Make cookie timeout configurable by Manuel Pégourié-Gonnard · 10 years ago
  7. e903081 Add timestamp/serial to cookies, with timeout by Manuel Pégourié-Gonnard · 10 years ago
  8. a64acd4 Add separate SSL_COOKIE_C define by Manuel Pégourié-Gonnard · 10 years ago
  9. 7d38d21 Allow disabling HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  10. 232edd4 Move cookie callbacks implementation to own module by Manuel Pégourié-Gonnard · 10 years ago
  11. d485d19 Move to a callback interface for DTLS cookies by Manuel Pégourié-Gonnard · 10 years ago
  12. d7f9bc5 Refactor cookie to prepare for external callbacks by Manuel Pégourié-Gonnard · 10 years ago
  13. 82202f0 Make DTLS_HELLO_VERIFY a compile option by Manuel Pégourié-Gonnard · 10 years ago
  14. 98545f1 Generate random key for HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  15. 43c0218 Add ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 10 years ago
  16. 2c9ee81 Start adding srv support for hello verify request by Manuel Pégourié-Gonnard · 10 years ago
  17. a0e1632 Do not use compression with DTLS by Manuel Pégourié-Gonnard · 10 years ago
  18. 67427c0 Fix checksum computation with HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  19. 7484881 Implement HelloVerifyRequest on client by Manuel Pégourié-Gonnard · 10 years ago
  20. b2f3be8 Support multiple records in one datagram by Manuel Pégourié-Gonnard · 10 years ago
  21. 34c1011 Fix a few warnings in reduced configs by Manuel Pégourié-Gonnard · 11 years ago
  22. fe98ace Adapt ssl_fetch_input() for UDP by Manuel Pégourié-Gonnard · 11 years ago
  23. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  24. e89bcf0 Write new DTLS handshake fields correctly by Manuel Pégourié-Gonnard · 11 years ago
  25. 0619348 Add explicit counter in DTLS record header by Manuel Pégourié-Gonnard · 11 years ago
  26. 7ee6f0e Preparation: allow {in,out}_ctr != {in,out}_buf by Manuel Pégourié-Gonnard · 11 years ago
  27. abc7e3b Handle DTLS version encoding and fix some checks by Manuel Pégourié-Gonnard · 11 years ago
  28. 864a81f More ssl_set_XXX() functions can return BAD_INPUT by Manuel Pégourié-Gonnard · 11 years ago
  29. b21ca2a Adapt version-handling functions to DTLS by Manuel Pégourié-Gonnard · 11 years ago
  30. d666451 Add a ciphersuite NODTLS flag by Manuel Pégourié-Gonnard · 11 years ago
  31. 0b1ff29 Add basic flags for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  32. 9eac4f7 Prepare for release 1.3.9 by Paul Bakker · 10 years ago
  33. da1b4de Increase MPI_MAX_BYTES to allow RSA 8192 by Manuel Pégourié-Gonnard · 10 years ago
  34. 9e4ff95 Clarified len parameter of ssl_read() by Paul Bakker · 10 years ago
  35. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 10 years ago
  36. 44ade65 Implement (partial) renego delay on client by Manuel Pégourié-Gonnard · 10 years ago
  37. 6591962 Allow delay on renego on client by Manuel Pégourié-Gonnard · 10 years ago
  38. 55e4ff2 Tune comments by Manuel Pégourié-Gonnard · 10 years ago
  39. 8d4ad07 SHA-2 ciphersuites now require TLS 1.x by Manuel Pégourié-Gonnard · 10 years ago
  40. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 10 years ago
  41. ec3a617 Make ready for release of 1.3.8 and soversion 7 by Paul Bakker · 10 years ago
  42. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 10 years ago
  43. accaffe Restructure ssl_handshake_init() and small fixes by Paul Bakker · 10 years ago
  44. a317a98 Adapt programs / test suites by Paul Bakker · 10 years ago
  45. 8f870b0 Add dhm_init() by Paul Bakker · 10 years ago
  46. fff0366 Add ctr_drbg_free() by Paul Bakker · 10 years ago
  47. 5b4af39 Add _init() and _free() for hash modules by Paul Bakker · 10 years ago
  48. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 10 years ago
  49. 08e81e0 Change selection of hash algorithm for TLS 1.2 by Manuel Pégourié-Gonnard · 10 years ago
  50. 8fb99ab Merge changes for leaner memory footprint by Paul Bakker · 10 years ago
  51. 481fcfd Make PSK_LEN configurable and adjust PMS size by Manuel Pégourié-Gonnard · 10 years ago
  52. dfc7df0 Add SSL_CIPHERSUITES config option by Manuel Pégourié-Gonnard · 10 years ago
  53. a9964db Add ssl_set_renegotiation_enforced() by Manuel Pégourié-Gonnard · 10 years ago
  54. c27807d Make SSL_BUFFER_LEN overhead depend more on config by Manuel Pégourié-Gonnard · 10 years ago
  55. 237a847 Fix typos in comments by Paul Bakker · 10 years ago
  56. d543a58 Clarify padding questions in the PK documentation by Manuel Pégourié-Gonnard · 10 years ago
  57. 2361746 Try to clarify ECDH interface documentation by Manuel Pégourié-Gonnard · 10 years ago
  58. 5af0e5b Document in-out param of dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  59. bf31977 Update BIGNUM_C comments by Manuel Pégourié-Gonnard · 10 years ago
  60. 3926a2c Clarify mpi_write_binary()'s doc. by Manuel Pégourié-Gonnard · 10 years ago
  61. dc16aa7 Improve comments on POLARSSL_ERROR_STRERROR_DUMMY by Manuel Pégourié-Gonnard · 10 years ago
  62. 01edb10 Add POLARSSL_REMOVE_RC4_CIPHERSUITES by Manuel Pégourié-Gonnard · 10 years ago
  63. 2a45d1c Merge changes to config examples and configuration issues by Paul Bakker · 10 years ago
  64. 3135725 Disable broken Sparc64 bn_mul assembly by Manuel Pégourié-Gonnard · 10 years ago
  65. acbcbba Fix asm format of bn_mul.h for more portability by Manuel Pégourié-Gonnard · 10 years ago
  66. 35e7cb9 Fix preprocessor checks for bn_mul PPC asm by Barry K. Nathan · 10 years ago
  67. f4e1b64 Fix comments about X.509 versions by Manuel Pégourié-Gonnard · 10 years ago
  68. 08485cc Fix SSL_BUFFER_LEN by Manuel Pégourié-Gonnard · 10 years ago
  69. 8f62563 Fix dependencies: GCM != AEAD != CCM by Manuel Pégourié-Gonnard · 10 years ago
  70. 1c98ff9 Merge more test improvements and tests by Paul Bakker · 10 years ago
  71. f3b4724 Split x509_csr_parse_der() out of x509_csr_parse() by Manuel Pégourié-Gonnard · 10 years ago
  72. d77cd5d Add tests for x509_csr_parse by Manuel Pégourié-Gonnard · 10 years ago
  73. 81754a0 Create a 'flags' field in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  74. db20c10 Add #endif comments for #endif more than 10 lines from #if / #else by Paul Bakker · 10 years ago
  75. c2ff208 Merge parsing and verification of RSASSA-PSS in X.509 modules by Paul Bakker · 10 years ago
  76. 6dade7c Fix typos and spacing by Paul Bakker · 10 years ago
  77. 508e573 Merge tests for asn1write, XTEA and Entropy modules by Paul Bakker · 10 years ago
  78. c7c56b2 Add more tests for the entropy module by Manuel Pégourié-Gonnard · 10 years ago
  79. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 10 years ago
  80. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 10 years ago
  81. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 10 years ago
  82. dddbb1d Rm sig_params from various X509 structures by Manuel Pégourié-Gonnard · 10 years ago
  83. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 10 years ago
  84. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 10 years ago
  85. 20422e9 Add pk_verify_ext() by Manuel Pégourié-Gonnard · 10 years ago
  86. 5ec628a Add rsa_rsassa_pss_verify_ext() by Manuel Pégourié-Gonnard · 10 years ago
  87. e6d1d82 Relax checks on RSA mode for public key operations by Manuel Pégourié-Gonnard · 10 years ago
  88. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 10 years ago
  89. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 11 years ago
  90. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 11 years ago
  91. 39868ee Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  92. 8e42ff6 Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  93. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 11 years ago
  94. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 11 years ago
  95. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 11 years ago
  96. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  97. 911c5dc Add Second Oakley Group to dhm.h by Paul Bakker · 10 years ago
  98. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 10 years ago
  99. 64a96ea Fix typo in a6916fa by Paul Bakker · 10 years ago
  100. 4d8db4a Fix typo in a config.h #define by Manuel Pégourié-Gonnard · 10 years ago