CHANGELOG 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. 1.1.0 - 2015-08-04
  2. ADDED:
  3. - Revocation now checks OCSP status.
  4. - Authenticated endpoints are now supported using HMAC tags.
  5. - Bundle can verify certificates against a domain or IP.
  6. - OCSP subcommand has been added.
  7. - PKCS #11 keys are now supported; this support is now the default.
  8. - OCSP serving is now implemented.
  9. - The multirootca tool is now available for multiple signing
  10. keys via an authenticated API.
  11. - A scan utility for checking the quality of a server's TLS
  12. configuration.
  13. - The certificate bundler now supports PKCS #7 and PKCS #12.
  14. - An info endpoint has been added to retrieve the signers'
  15. certificates.
  16. - Signers can now use a serial sequence number for certificate
  17. serial numbers; the default remains randomised serial numbers.
  18. - CSR whitelisting allows the signer to explicitly distrust
  19. certain fields in a CSR.
  20. - Signing profiles can include certificate policies and their
  21. qualifiers.
  22. - The multirootca can use Red October-secured private keys.
  23. - The multirootca can whitelist CSRs per-signer based on an
  24. IP network whitelist.
  25. - The signer can whitelist SANs and common names via a regular-
  26. expression whitelist.
  27. - Multiple fallback remote signers are now supported in the
  28. cfssl server.
  29. - A Docker build script has been provided to facilitate building
  30. CFSSL for all supported platforms.
  31. - The log package includes a new logging level, fatal, that
  32. immediately exits with error after printing the log message.
  33. CHANGED:
  34. - CLI tool can read from standard input.
  35. - The -f flag has been renamed to -config.
  36. - Signers have been refactored into local and remote signers
  37. under a single universal signer abstraction.
  38. - The CLI subcommands have been refactored into separate
  39. packages.
  40. - Signing can now extract subject information from a CSR.
  41. - Various improvements to the certificate ubiquity scoring,
  42. such as accounting for SHA1 deprecation.
  43. - The bundle CLI tool can set the intermediates directory that
  44. newly found intermediates can be stored in.
  45. - The CLI tools return exit code 1 on failure.
  46. CONTRIBUTORS:
  47. Alice Xia
  48. Dan Rohr
  49. Didier Smith
  50. Dominic Luechinger
  51. Erik Kristensen
  52. Fabian Ruff
  53. George Tankersley
  54. Harald Wagener
  55. Harry Harpham
  56. Jacob H. Haven
  57. Jacob Hoffman-Andrews
  58. Joshua Kroll
  59. Kyle Isom
  60. Nick Sullivan
  61. Peter Eckersley
  62. Richard Barnes
  63. Sophie Huang
  64. Steve Rude
  65. Tara Vancil
  66. Terin Stock
  67. Thomaz Leite
  68. Travis Truman
  69. Zi Lin