1. 20e9fad Add test files for EC cert & crl validation by Manuel Pégourié-Gonnard · 11 years ago
  2. bf3109f Add forgotten ecdsa_free() in ecdsa example by Manuel Pégourié-Gonnard · 11 years ago
  3. e09631b Create ecp_group_copy() and use it by Manuel Pégourié-Gonnard · 11 years ago
  4. aa43161 Add ecdsa example program by Manuel Pégourié-Gonnard · 11 years ago
  5. 8eebd01 Add an ecdsa_genkey() function by Manuel Pégourié-Gonnard · 11 years ago
  6. 4846f5e ecdsa now depends on ASN.1 parse & write by Manuel Pégourié-Gonnard · 11 years ago
  7. b694b48 Add ecdsa_{read,write}_signature() by Manuel Pégourié-Gonnard · 11 years ago
  8. 5a8a62c Fixed some x509parse tests after merge of new test framework by Paul Bakker · 11 years ago
  9. 898edb7 Merged the revamped test framework into development by Paul Bakker · 11 years ago
  10. 3a074a7 Actually skip certificate if we do not understand hash type by Paul Bakker · 11 years ago
  11. dc4baf1 Removed errant printf in x509parse_self_test() by Paul Bakker · 11 years ago
  12. 68a4fce Added missing dependencies on functions and tests by Paul Bakker · 11 years ago
  13. bb20f4b Failing TEST_ASSERT now breaks off test by Paul Bakker · 11 years ago
  14. b34fef2 Suite dependencies handled correctly now by Paul Bakker · 11 years ago
  15. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 11 years ago
  16. 42c3ccf Fixed potential negative value misinterpretation in load_file() by Paul Bakker · 11 years ago
  17. 75c1a6f Fixed potential heap buffer overflow on large hostname setting by Paul Bakker · 11 years ago
  18. 694d3ae Fixed potential heap buffer overflow on large file reading by Paul Bakker · 11 years ago
  19. 55a7e90 Enhanced test output presentation by Paul Bakker · 11 years ago
  20. 04784f5 Added config check for SSL/TLS module that depends on cipher layer by Paul Bakker · 11 years ago
  21. 5fd4917 Add missing ifdefs in ssl modules by Paul Bakker · 11 years ago
  22. 59da0a4 Added config check for POLARSSL_SSL_SESSION_TICKETS by Paul Bakker · 11 years ago
  23. 04376b1 Fixed memory leak in ssl_parse_server_key_exchange from missing md_free_ctx() by Paul Bakker · 11 years ago
  24. b03de8b Add test for EC keys with all curves. by Manuel Pégourié-Gonnard · 11 years ago
  25. 298aae4 Adapt core OID functions to embeded null bytes by Manuel Pégourié-Gonnard · 11 years ago
  26. c13c0d4 Add a length check in rsa_get_pubkey() by Manuel Pégourié-Gonnard · 11 years ago
  27. 56a487a Minor ecdsa cleanups by Manuel Pégourié-Gonnard · 11 years ago
  28. 686bfae Fix memory error in x509_get_attr_type_value by Manuel Pégourié-Gonnard · 11 years ago
  29. ba77bbf Fix memory error in asn1_get_alg() by Manuel Pégourié-Gonnard · 11 years ago
  30. 06dab80 Fix memory error in asn1_get_bitstring_null() by Manuel Pégourié-Gonnard · 11 years ago
  31. 0b27267 Fix ifdef conditions for EC-related extensions. by Manuel Pégourié-Gonnard · 11 years ago
  32. 5734b2d Actually use the point format selected for ECDH by Manuel Pégourié-Gonnard · 11 years ago
  33. 7b19c16 Handle suported_point_formats in ServerHello by Manuel Pégourié-Gonnard · 11 years ago
  34. 6b8846d Stop advertising support for compressed points by Manuel Pégourié-Gonnard · 11 years ago
  35. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 11 years ago
  36. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 11 years ago
  37. 1f2bc62 Made support for the truncated_hmac extension configurable by Paul Bakker · 11 years ago
  38. 05decb2 Made support for the max_fragment_length extension configurable by Paul Bakker · 11 years ago
  39. 9f3478a Merge branch 'session_tickets' into development by Paul Bakker · 11 years ago
  40. 5d5d041 Merge branch 'padding' into development by Paul Bakker · 11 years ago
  41. 606b4ba Session ticket expiration checked on server by Paul Bakker · 11 years ago
  42. 51e7313 Fixed expected test result case for unknown padding modes by Paul Bakker · 11 years ago
  43. f0e39ac Fixed unitialized n when resuming a session by Paul Bakker · 11 years ago
  44. 5994adc Merge branch 'session_tickets' into development by Paul Bakker · 11 years ago
  45. 936539a Updated Changelog to reflect addition of session tickets by Paul Bakker · 11 years ago
  46. a503a63 Made session tickets support configurable from config.h by Paul Bakker · 11 years ago
  47. 56dc9e8 Authenticate session tickets. by Manuel Pégourié-Gonnard · 11 years ago
  48. 990c51a Encrypt session tickets by Manuel Pégourié-Gonnard · 11 years ago
  49. 779e429 Start adding ticket keys (only key_name for now) by Manuel Pégourié-Gonnard · 11 years ago
  50. aa0d4d1 Add ssl_set_session_tickets() by Manuel Pégourié-Gonnard · 11 years ago
  51. 306827e Prepare ticket structure for securing by Manuel Pégourié-Gonnard · 11 years ago
  52. 06650f6 Fix reusing session more than once by Manuel Pégourié-Gonnard · 11 years ago
  53. cf2e97e ssl_client2: allow reconnecting twice by Manuel Pégourié-Gonnard · 11 years ago
  54. 593058e Don't renew ticket when the current one is OK by Manuel Pégourié-Gonnard · 11 years ago
  55. c086cce Don't cache empty session ID nor resumed session by Manuel Pégourié-Gonnard · 11 years ago
  56. 7cd5924 Rework NewSessionTicket handling in state machine by Manuel Pégourié-Gonnard · 11 years ago
  57. 3ffa3db Fix server session ID handling with ticket by Manuel Pégourié-Gonnard · 11 years ago
  58. 72882b2 Relax limit on ClientHello size by Manuel Pégourié-Gonnard · 11 years ago
  59. 609bc81 ssl_srv: read & write ticket, unsecure for now by Manuel Pégourié-Gonnard · 11 years ago
  60. 94f6a79 Auxiliary functions to (de)serialize ssl_session by Manuel Pégourié-Gonnard · 11 years ago
  61. 7a358b8 ssl_srv: write & parse session ticket ext & msg by Manuel Pégourié-Gonnard · 11 years ago
  62. 6377e41 Complete client support for session tickets by Manuel Pégourié-Gonnard · 11 years ago
  63. a5cc602 Parse NewSessionTicket message by Manuel Pégourié-Gonnard · 11 years ago
  64. 60182ef ssl_cli: write & parse session ticket extension by Manuel Pégourié-Gonnard · 11 years ago
  65. 75d4401 Introduce ticket field in session structure by Manuel Pégourié-Gonnard · 11 years ago
  66. 5f280cc Implement saving peer cert as part of session. by Manuel Pégourié-Gonnard · 11 years ago
  67. aaa1eab Add an option to reconnect in ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  68. 7471803 Add ssl_get_session() to save session on client by Manuel Pégourié-Gonnard · 11 years ago
  69. a834239 Merge branch 'padding' into development by Paul Bakker · 11 years ago
  70. da4d1c3 Updated Changelog to reflect feature addition by Paul Bakker · 11 years ago
  71. 48e93c8 Made padding modes configurable from config.h by Paul Bakker · 11 years ago
  72. 1a45d91 Restructured cipher_set_padding_mode() to use switch statement by Paul Bakker · 11 years ago
  73. ebdc413 Add 'no padding' mode by Manuel Pégourié-Gonnard · 11 years ago
  74. 0e7d2c0 Add zero padding by Manuel Pégourié-Gonnard · 11 years ago
  75. 8d4291b Add zeros-and-length (ANSI X.923) padding by Manuel Pégourié-Gonnard · 11 years ago
  76. 679f9e9 Add one-and-zeros (ISO/IEC 7816-4) padding by Manuel Pégourié-Gonnard · 11 years ago
  77. 6c97899 Adapt cipher tests to configurable padding by Manuel Pégourié-Gonnard · 11 years ago
  78. b7d24bc Fix bug in get_pkcs_padding(): cannot be 0-length by Manuel Pégourié-Gonnard · 11 years ago
  79. a640849 Add tests for get_padding() (PKCS#7) by Manuel Pégourié-Gonnard · 11 years ago
  80. 725680f Make cipher tests less dependant on padding size by Manuel Pégourié-Gonnard · 11 years ago
  81. ac56a1a Make cipher_set_padding() actually work by Manuel Pégourié-Gonnard · 11 years ago
  82. d5fdcaf Add cipher_set_padding() (no effect yet) by Manuel Pégourié-Gonnard · 11 years ago
  83. 0f2f0bf CAMELLIA-based PSK and DHE-PSK ciphersuites added by Paul Bakker · 11 years ago
  84. b548d77 Fixed memory leak in ecdh_compute_shared() in case of error by Paul Bakker · 11 years ago
  85. cca998a Fixed memory leak in ecdsa_sign() / ecdsa_verify() in case of error by Paul Bakker · 11 years ago
  86. 1e6a175 Support for AIX header locations in net.c module by Paul Bakker · 11 years ago
  87. 66c4810 Better handling of ciphersuite version range and forced version in ssl_client2 by Paul Bakker · 11 years ago
  88. 6c85279 Newline fixes in help text for ssl_client2 / ssl_server2 by Paul Bakker · 11 years ago
  89. 52cf16c Fixed multiple use of GCM-context bug due to split-up of GCM functions by Paul Bakker · 11 years ago
  90. d6f41c5 Fixed size of ctx_enc / ctx_dec in ssl for gcm_context size by Paul Bakker · 11 years ago
  91. 524691c Added --modes option to tests/compat.sh by Paul Bakker · 11 years ago
  92. f16db18 Fixed header file comments on ciphersuites by Paul Bakker · 11 years ago
  93. d9ca94a Updated merged pk.c and x509parse.c changes with new memory allocation functions by Paul Bakker · 11 years ago
  94. dbd79ca ssl_client2 and ssl_server2 now exit with 1 on errors (shell limitations) by Paul Bakker · 11 years ago
  95. f85778e Updated Changelog for EC Key / Cert and RFC 6066 extensions by Paul Bakker · 11 years ago
  96. 872c29b Merge branch 'truncated-hmac' into development by Paul Bakker · 11 years ago
  97. 8c1ede6 Changed prototype for ssl_set_truncated_hmac() to allow disabling by Paul Bakker · 11 years ago
  98. 277f7f2 Implement hmac truncation by Manuel Pégourié-Gonnard · 11 years ago
  99. 57c2852 Added truncated hmac negociation (without effect) by Manuel Pégourié-Gonnard · 11 years ago
  100. e980a99 Add interface for truncated hmac by Manuel Pégourié-Gonnard · 11 years ago