1. 5a5fa92 x509_crt_parse() did not increase total_failed on PEM error by Paul Bakker · 11 years ago
  2. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  3. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  4. 0f7b619 Fix tests dependencies in X509_USE_C by Manuel Pégourié-Gonnard · 11 years ago
  5. fea3102 Fix dependencies on X509_CRT_C in tests by Manuel Pégourié-Gonnard · 11 years ago
  6. f3b4724 Split x509_csr_parse_der() out of x509_csr_parse() by Manuel Pégourié-Gonnard · 11 years ago
  7. d77cd5d Add tests for x509_csr_parse by Manuel Pégourié-Gonnard · 11 years ago
  8. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  9. 8540369 Add tests for x509 rsassa_pss params parsing by Manuel Pégourié-Gonnard · 11 years ago
  10. 2a8d7fd Add tests for parsing CSRs by Manuel Pégourié-Gonnard · 12 years ago
  11. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  12. 5c986f5 Make test suite checks dependent on POLARSSL_X509_CHECK_KEY_USAGE by Paul Bakker · 11 years ago
  13. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  14. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  15. 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago
  16. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  17. d4fd57d Add tests for parsing CSRs by Manuel Pégourié-Gonnard · 12 years ago
  18. a2ffccd Fixed memory leak in new x509parse test by Paul Bakker · 12 years ago
  19. fbae2a1 Add tests for x509_crt_parse_path() by Manuel Pégourié-Gonnard · 12 years ago
  20. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  21. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  22. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  23. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  24. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  25. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  26. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  27. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  28. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  29. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  30. df0142b Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  31. 3fb5c5e PK: rename members for consistency CIPHER, MD by Manuel Pégourié-Gonnard · 12 years ago
  32. c6ac887 Nicer interface between PK and debug. by Manuel Pégourié-Gonnard · 12 years ago
  33. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  34. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  35. de44a4a Rename ecp_check_prvkey with a 'i' for consistency by Manuel Pégourié-Gonnard · 12 years ago
  36. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 12 years ago
  37. 2b9252c Add tests for x509parse_key_ec() by Manuel Pégourié-Gonnard · 12 years ago
  38. 1bc6931 Add test for x509parse_public_keyfile_ec by Manuel Pégourié-Gonnard · 12 years ago
  39. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  40. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  41. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  42. b08e684 - Removed test memory leaks by Paul Bakker · 13 years ago
  43. 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
  44. 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
  45. eaf90d9 - Removed unused but initialized variables by Paul Bakker · 14 years ago
  46. 36f1b19 - Added test for PKCS#8 wrapped private and public keys by Paul Bakker · 14 years ago
  47. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  48. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  49. 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
  50. 5a62408 - Fixed compiler warnings by Paul Bakker · 15 years ago
  51. b63b0af - Added verification callback in certificate verification chain in order to allow external blacklisting by Paul Bakker · 15 years ago
  52. 6b0fa4f - Added extra regression and coverage tests for ASN parsing of CRL and Key data by Paul Bakker · 16 years ago
  53. c26a189 - Added extra X509 regression and coverage tests by Paul Bakker · 16 years ago
  54. b2c38f5 - Added a lot of ASN1 Certificate parsing tests by Paul Bakker · 16 years ago
  55. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  56. 37940d9f - Added test coverage for X509parse by Paul Bakker · 16 years ago