1. aea41df tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  2. cfa3418 Add test cases exercising successful verification of MD2/MD4/MD5 CRT by Hanno Becker · 6 years ago
  3. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  4. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  5. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  6. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  7. 67735d5 Fix name conflict and implicit use of functions from string.h by Mohammad Azim Khan · 8 years ago
  8. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  9. 05e464d Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 7 years ago
  10. c153998 Add some tests for different available profiles by Ron Eldor · 7 years ago
  11. be2f0b5 Fix test that didn't check full value of flags by Manuel Pégourié-Gonnard · 8 years ago
  12. 8b59049 Make verify() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  13. d19a41d Add tests for verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  14. a54f6cc Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  15. ea2dc14 Fix some whitespace by Manuel Pégourié-Gonnard · 8 years ago
  16. a656825 Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  17. ffa42ef Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  18. 4185978 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  19. 6b9d53f Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  20. 6622fed Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  21. e54931f Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  22. 9e24b51 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  23. efdfeeb Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  24. 3b1422e Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests by Hanno Becker · 8 years ago
  25. 1beb048 Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  26. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  27. ea7054a Add unit tests for X509 certificate date parsing by Janos Follath · 8 years ago
  28. a39db39 Add test for infinite loop in CRL parse by Andres AG · 9 years ago
  29. 4b76aec Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  30. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  31. a8838af Use own implementation of strsep() by Manuel Pégourié-Gonnard · 10 years ago
  32. 568f1e7 Merge branch 'iotssl-515-max-pathlen' into development by Manuel Pégourié-Gonnard · 10 years ago
  33. 45777c3 Fix a style issue by Manuel Pégourié-Gonnard · 10 years ago
  34. e670f90 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  35. c87747b Removed debug code accidentally left in test code by Simon Butcher · 10 years ago
  36. 65eefc8 Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
  37. ef4f258 Additional corner cases for testing pathlen constrains. Just in case. by Janos Follath · 10 years ago
  38. 822b2c3 Added test case for pathlen constrains in intermediate certificates by Janos Follath · 10 years ago
  39. 560fea3 Add tests for verify callback by Manuel Pégourié-Gonnard · 10 years ago
  40. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  41. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  42. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  43. b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  44. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  45. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  46. 48d3cef Fix use of deprecated function in test by Manuel Pégourié-Gonnard · 10 years ago
  47. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  48. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  49. 9ad7b6e Rm spurious printf from test function by Manuel Pégourié-Gonnard · 11 years ago
  50. 920aa9c change more references to (f)printf to polarssl_(f)printf to allow overriding by Rich Evans · 11 years ago
  51. 5a5fa92 x509_crt_parse() did not increase total_failed on PEM error by Paul Bakker · 11 years ago
  52. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  53. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  54. 0f7b619 Fix tests dependencies in X509_USE_C by Manuel Pégourié-Gonnard · 11 years ago
  55. fea3102 Fix dependencies on X509_CRT_C in tests by Manuel Pégourié-Gonnard · 11 years ago
  56. f3b4724 Split x509_csr_parse_der() out of x509_csr_parse() by Manuel Pégourié-Gonnard · 11 years ago
  57. d77cd5d Add tests for x509_csr_parse by Manuel Pégourié-Gonnard · 11 years ago
  58. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  59. 8540369 Add tests for x509 rsassa_pss params parsing by Manuel Pégourié-Gonnard · 11 years ago
  60. 2a8d7fd Add tests for parsing CSRs by Manuel Pégourié-Gonnard · 12 years ago
  61. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  62. 5c986f5 Make test suite checks dependent on POLARSSL_X509_CHECK_KEY_USAGE by Paul Bakker · 11 years ago
  63. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  64. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  65. 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago
  66. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  67. d4fd57d Add tests for parsing CSRs by Manuel Pégourié-Gonnard · 12 years ago
  68. a2ffccd Fixed memory leak in new x509parse test by Paul Bakker · 12 years ago
  69. fbae2a1 Add tests for x509_crt_parse_path() by Manuel Pégourié-Gonnard · 12 years ago
  70. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  71. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  72. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  73. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  74. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  75. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  76. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  77. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  78. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  79. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  80. df0142b Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  81. 3fb5c5e PK: rename members for consistency CIPHER, MD by Manuel Pégourié-Gonnard · 12 years ago
  82. c6ac887 Nicer interface between PK and debug. by Manuel Pégourié-Gonnard · 12 years ago
  83. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  84. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  85. de44a4a Rename ecp_check_prvkey with a 'i' for consistency by Manuel Pégourié-Gonnard · 12 years ago
  86. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 12 years ago
  87. 2b9252c Add tests for x509parse_key_ec() by Manuel Pégourié-Gonnard · 12 years ago
  88. 1bc6931 Add test for x509parse_public_keyfile_ec by Manuel Pégourié-Gonnard · 12 years ago
  89. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  90. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  91. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  92. b08e684 - Removed test memory leaks by Paul Bakker · 13 years ago
  93. 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
  94. 6c0ceb3 - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error by Paul Bakker · 14 years ago
  95. eaf90d9 - Removed unused but initialized variables by Paul Bakker · 14 years ago
  96. 36f1b19 - Added test for PKCS#8 wrapped private and public keys by Paul Bakker · 14 years ago
  97. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  98. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  99. 96743fc - Parsing of PEM files moved to separate module (Fixes ticket #13). Also possible to remove PEM support for systems only using DER encoding by Paul Bakker · 14 years ago
  100. 5a62408 - Fixed compiler warnings by Paul Bakker · 15 years ago