1. a26a005 Make compilation on DragonFly work by Markus Pfeiffer · 11 years ago
  2. 2a024ac Merge dependency fixes by Paul Bakker · 11 years ago
  3. 827b6ce Minor cleanups in test-ref-configs.pl by Manuel Pégourié-Gonnard · 11 years ago
  4. 0bc1f23 Adapt script and instructions for alt config.h by Manuel Pégourié-Gonnard · 11 years ago
  5. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  6. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 11 years ago
  7. 24f37cc rsa_check_pubkey() now allows an E up to N by Paul Bakker · 11 years ago
  8. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  9. 3d41370 Fix hash dependencies in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  10. edc81ff Fix some more curve depends in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  11. ec4d273 Fix curve dependencies in *keyusage tests by Manuel Pégourié-Gonnard · 11 years ago
  12. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  13. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  14. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  15. 57ffa55 Add tests for debug_print_ret() and debug_print_buf(). by Paul Bakker · 11 years ago
  16. 2b34657 Updated Debug test suite data by Paul Bakker · 11 years ago
  17. 1f69a93 Move configs to 'configs/' and activate-config.pl should be called from root by Paul Bakker · 11 years ago
  18. 8a0c0a9 Check additional return values in some test cases by Paul Bakker · 11 years ago
  19. 94b916c Split assignment and assert check into seperate lines in tests by Paul Bakker · 11 years ago
  20. dd0aae9 Replaced strcpy() with strncpy() in tests suites by Paul Bakker · 11 years ago
  21. b6487da Fixed result for test case in test_suite_x509parse by Paul Bakker · 11 years ago
  22. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  23. d8b0c5e Fixed typo by Paul Bakker · 11 years ago
  24. 52c5af7 Merge support for verifying the extendedKeyUsage extension in X.509 by Paul Bakker · 11 years ago
  25. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  26. add05d7 Fix some dependency declarations in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  27. 0408fd1 Add extendedKeyUsage checking in SSL modules by Manuel Pégourié-Gonnard · 11 years ago
  28. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  29. 5c986f5 Make test suite checks dependent on POLARSSL_X509_CHECK_KEY_USAGE by Paul Bakker · 11 years ago
  30. a9db85d Add tests for keyUsage with client auth by Manuel Pégourié-Gonnard · 11 years ago
  31. 99d4f19 Add keyUsage checking for CAs by Manuel Pégourié-Gonnard · 11 years ago
  32. 7f2a07d Check keyUsage in SSL client and server by Manuel Pégourié-Gonnard · 11 years ago
  33. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  34. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  35. 0763a40 Merged support for the ALPN extension by Paul Bakker · 11 years ago
  36. 563ad02 Fix final report in compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  37. 83d8c73 Disable ALPN by default by Manuel Pégourié-Gonnard · 11 years ago
  38. f6521de Add ALPN tests to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  39. 0148875 Add tests and fix bugs for RSA-alt contexts by Manuel Pégourié-Gonnard · 11 years ago
  40. edb242f Minimally test md_process and associated wrappers by Manuel Pégourié-Gonnard · 11 years ago
  41. f8708dd Also test shax_hmac_reset in test_suite_hmac_shax by Manuel Pégourié-Gonnard · 11 years ago
  42. 9ce7e84 Add test for des_key_check_weak() by Manuel Pégourié-Gonnard · 11 years ago
  43. 3fec220 Add test for dhm_parse_dhmfile by Manuel Pégourié-Gonnard · 11 years ago
  44. 66dfc5a Add test for cipher_list() by Manuel Pégourié-Gonnard · 11 years ago
  45. f301383 Tests for MD info functions by Manuel Pégourié-Gonnard · 11 years ago
  46. 5819db1 Test RIPEMD160 via MD layer more completely by Manuel Pégourié-Gonnard · 11 years ago
  47. 59ba4e9 Test generic md_hmac_reset() by Manuel Pégourié-Gonnard · 11 years ago
  48. 58319e7 Test mdX_hmax_reset() functions by Manuel Pégourié-Gonnard · 11 years ago
  49. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  50. 6c1a73e Improve x509xrite_csr testing: extensions, version by Manuel Pégourié-Gonnard · 11 years ago
  51. c5ce83a Improve x509xrite_csr testing: extensions, ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  52. 913030c Enable SSLv2 testing if OPENSSL_CMD is set by Manuel Pégourié-Gonnard · 11 years ago
  53. 2be0b52 Add selftest program to the list of tests by Manuel Pégourié-Gonnard · 11 years ago
  54. 52a555c Also test backwards compat strerror() function by Manuel Pégourié-Gonnard · 11 years ago
  55. 6c33a16 Add previously forgotten test files... oops! by Manuel Pégourié-Gonnard · 11 years ago
  56. 7b30cfc x509_crt_info() list output cosmectics by Manuel Pégourié-Gonnard · 11 years ago
  57. f6f4ab4 Print extended key usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  58. 65c2ddc Print key_usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  59. bce2b30 Print subject alt name in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  60. 919f8f5 Print NS Cert Type in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  61. b28487d Start printing extensions in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  62. 00d538f Disable renegotiation by default in example cli/srv by Manuel Pégourié-Gonnard · 11 years ago
  63. 3895f5a all.sh: directly go for ASan build by Manuel Pégourié-Gonnard · 11 years ago
  64. 96d5265 Made ready for release 1.3.5 by Paul Bakker · 11 years ago polarssl-1.3.5
  65. 76b8ab7 ssl-opt.sh: address some robustness issues by Manuel Pégourié-Gonnard · 11 years ago
  66. c042cf0 Fix broken tests due to changed error code by Manuel Pégourié-Gonnard · 11 years ago
  67. 674e0b0 Improvements to tests/Makefile when using shared library by Paul Bakker · 11 years ago
  68. e9a9a61 Deduplicate suites in compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  69. 8a3a320 Update lcov test descriptions by Manuel Pégourié-Gonnard · 11 years ago
  70. 12b8472 Test against GnuTLS for every common ciphersuite by Manuel Pégourié-Gonnard · 11 years ago
  71. a1a9f9a Allow GnuTLS to be enabled via environment by Manuel Pégourié-Gonnard · 11 years ago
  72. e01af4c Tune compat.sh and ssl-opt.sh error reporting by Manuel Pégourié-Gonnard · 11 years ago
  73. 244c06e Be more specific in ref-configs's compat.sh call by Manuel Pégourié-Gonnard · 11 years ago
  74. 897a595 Make all.sh more robust in some use cases by Manuel Pégourié-Gonnard · 11 years ago
  75. ad91495 Ignore .log files in tests by Paul Bakker · 11 years ago
  76. 3f0be61 Merged support for parsing EC keys that use SpecifiedECDomain by Paul Bakker · 11 years ago
  77. 80955ee all.sh: one test script to run them all by Manuel Pégourié-Gonnard · 11 years ago
  78. 5de31ec Don't use dummy CA in compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  79. a11a77f Add test for SpecifiedECDomain by Manuel Pégourié-Gonnard · 11 years ago
  80. 3947d04 Fix too aggressive test for gnutls commands by Manuel Pégourié-Gonnard · 11 years ago
  81. 417d46c Add --filter, --exclude to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  82. 74faf3c Fix usage of environment variables for commands by Manuel Pégourié-Gonnard · 11 years ago
  83. 84fd687 Use ssl_client2 to terminate ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  84. ba0b844 compat.sh and ssl-opt.sh cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  85. 9edba77 Add --exclude and --peers options to compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  86. a437144 Start adding GnuTLS client support to compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  87. 213c67a Adapt to new ssl_client2 default by Manuel Pégourié-Gonnard · 11 years ago
  88. 5b2d776 GnuTLS in compat.sh: server-side by Manuel Pégourié-Gonnard · 11 years ago
  89. 3eec604 Add memcheck support to compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  90. de515cc Add tests for client w/o certificate by Manuel Pégourié-Gonnard · 11 years ago
  91. 1b149ef Use no cert when none is required in compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  92. f7a2690 Make the openssl command configurable in sh tests by Manuel Pégourié-Gonnard · 11 years ago
  93. 911622d compat.sh: never kill our server by Manuel Pégourié-Gonnard · 11 years ago
  94. 87ae303 compat.sh: use file output (prep. for valgrind) by Manuel Pégourié-Gonnard · 11 years ago
  95. 42d195a compat.sh: don't start server if no ciphersuite by Manuel Pégourié-Gonnard · 11 years ago
  96. 9dea8bd Minor compat.sh clean-up by Manuel Pégourié-Gonnard · 11 years ago
  97. c73339f Add a --memcheck option to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  98. a3d808e Add tests for version bounds by Manuel Pégourié-Gonnard · 11 years ago
  99. 0b6609b Add tests for non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  100. db735f6 Add tests for sess-id-based resume with OpenSSL by Manuel Pégourié-Gonnard · 11 years ago