Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.9 KiB

  1. 1545 06/25/98 In preparation for drops to IE5 Beta 2
  2. 1546 07/07/98 Old APIs now call CryptUI.
  3. 1547 07/27/98 Bug fixes in cryptdlg
  4. 1548 08/13/98 1. Migrate 1601 root cert
  5. 2. Filter certificates on purpose
  6. 1549 08/27/98 Bug fixes
  7. 1. Trust List Signer is no for 50 years
  8. 2. Provide current time as verify time
  9. 1550 09/14/98 Bug fixes
  10. 1. Return proper dwFinalError from CertTrustFinalPolicy
  11. 2. Fixed Migration of old CTL signers
  12. 3. Reset hr to s_OK in CreateTrustListSignerCert if creating keyset
  13. 1551 09/17/98 Bug Fixes
  14. 1. Fix crash when calling through to CryptUIViewCert
  15. from callers who do not recognize
  16. CRYPTUI_INITDIALOG_STRUCT
  17. 2. Fix final error handling for untrusted roots
  18. 3. Disable OE/Outlook dependance on Authenticode
  19. revocation chain settings
  20. 4. Add policy flags to set default chain building
  21. behavior and allow non-critical basic constraints to
  22. be ignored.
  23. 1552 09/18/98 Encode/Decode fucntion migrations. 1.3.6.1.4.1.311.16.4
  24. is now here rather than in Outlook codebase.
  25. 1553 09/21/98 29489 - Add more critical extensions
  26. 1554 09/30/98 29489 - Got the wrong extension for subject alt names
  27. 1555 10/01/98 46758 - Make it possible to ignore "missing" CRLs when
  28. doing online checking and not fail all certs
  29. 1556 11/04/98 Dialog template bug fixes
  30. 1557 06/07/99 Version bumped post NT5 RC1 as it hasn't been changed in a while