1. d249b7a Restore ability to trust non-CA selfsigned EE cert by Manuel Pégourié-Gonnard · 11 years ago
  2. c4eff16 Restore ability to use v1 CA if trusted locally by Manuel Pégourié-Gonnard · 11 years ago
  3. 1c082f3 Update description and references for X.509 files by Manuel Pégourié-Gonnard · 11 years ago
  4. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  5. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  6. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  7. c2ff208 Merge parsing and verification of RSASSA-PSS in X.509 modules by Paul Bakker · 11 years ago
  8. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  9. 5388202 Also verify CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  10. 46db4b0 Use pk_verify_ext() in x509_crt.c by Manuel Pégourié-Gonnard · 11 years ago
  11. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  12. dddbb1d Rm sig_params from various X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  13. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  14. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  15. 920e1cd Add basic PSS cert verification by Manuel Pégourié-Gonnard · 11 years ago
  16. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  17. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  18. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  19. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  20. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  21. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  22. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  23. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  24. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  25. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  26. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  27. 490047c Code cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  28. 312010e Factor common parent checking code by Manuel Pégourié-Gonnard · 11 years ago
  29. f93a3c43 Check the CA bit on trusted CAs too by Manuel Pégourié-Gonnard · 11 years ago
  30. 99d4f19 Add keyUsage checking for CAs by Manuel Pégourié-Gonnard · 11 years ago
  31. 3fed0b3 Factor some common code in x509_verify{,_child} by Manuel Pégourié-Gonnard · 11 years ago
  32. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  33. 8c045ef Fix embarrassing X.509 bug introduced in 9533765 by Manuel Pégourié-Gonnard · 11 years ago
  34. e4205dc Merged printing of X509 extensions by Paul Bakker · 11 years ago
  35. 5ff3f91 Small fix for EFI build under Windows in x509_crt.c by Paul Bakker · 11 years ago
  36. 0db29b0 More compact code using macros by Manuel Pégourié-Gonnard · 11 years ago
  37. 7b30cfc x509_crt_info() list output cosmectics by Manuel Pégourié-Gonnard · 11 years ago
  38. f6f4ab4 Print extended key usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  39. 65c2ddc Print key_usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  40. bce2b30 Print subject alt name in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  41. 919f8f5 Print NS Cert Type in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  42. b28487d Start printing extensions in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  43. 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
  44. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  45. 6df0957 Revert "Mutex call in x509_crt.c depended on PTHREAD specific instead of generic" by Manuel Pégourié-Gonnard · 11 years ago
  46. 9eae7aa Mutex call in x509_crt.c depended on PTHREAD specific instead of generic by Paul Bakker · 11 years ago
  47. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 years ago
  48. 27b93ad Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  49. 5cac583 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  50. ce7c6fd Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  51. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  52. d9fd87b Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  53. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  54. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  55. 1a56fc9 Fixed x509_crt_parse_path() bug on Windows platforms by Paul Bakker · 12 years ago
  56. 5ad68e4 Mutex x509_crt_parse_path() when pthreads is used by Manuel Pégourié-Gonnard · 12 years ago
  57. 964bf9b Quit using readdir_r() by Manuel Pégourié-Gonnard · 12 years ago
  58. f2b4d86 Fixed X.509 hostname comparison (with non-regular characters) by Paul Bakker · 12 years ago
  59. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  60. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  61. 60b1d10 Fixed spelling / typos (from PowerDNS:codespell) by Paul Bakker · 12 years ago
  62. be089b0 Introduced POLARSSL_HAVE_READDIR_R for systems without it by Paul Bakker · 12 years ago
  63. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  64. 4aa40d4 Better support for MSVC by Paul Bakker · 12 years ago
  65. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  66. 3cf63ed Typo in Windows error code in x509_crt.c by Paul Bakker · 12 years ago
  67. c27c4e2 Support faulty X509 v1 certificates with extensions by Paul Bakker · 12 years ago
  68. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  69. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  70. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  71. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  72. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  73. e9e6ae3 Moved x509_self_test() from x509_crt.c to x509.c and fixed mem-free bug by Paul Bakker · 12 years ago
  74. da77115 Changed pk_parse_get_pubkey() to pk_parse_subpubkey() by Paul Bakker · 12 years ago
  75. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago