diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-11-21 10:10:23 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-11-21 10:10:23 +0900 |
| commit | eab891a6f46418644ff4992def57255d4950f47d (patch) | |
| tree | 81110fc5a23a83dc9a8d3aa61ca4fd10284f4188 | |
| parent | b530a5c268923735e6131b4285c0ab19bcfec247 (diff) | |
| download | portable-3.3.0.tar.gz portable-3.3.0.tar.bz2 portable-3.3.0.zip | |
Update ChangeLogv3.3.0
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -103,13 +103,17 @@ LibreSSL Portable Release Notes: | |||
| 103 | since the return value of X509_verify_cert() is unreliable in | 103 | since the return value of X509_verify_cert() is unreliable in |
| 104 | presence of a callback that returns 1 too often. | 104 | presence of a callback that returns 1 too often. |
| 105 | 105 | ||
| 106 | * Update getentropy on Windows to use Cryptography Next Generation | ||
| 107 | (CNG). wincrypt is deprecated and no longer works with newer Windows | ||
| 108 | environments, such as in Windows Store apps. | ||
| 109 | |||
| 106 | * Implement auto chain for the TLSv1.3 server since some software | 110 | * Implement auto chain for the TLSv1.3 server since some software |
| 107 | relies on this. | 111 | relies on this. |
| 108 | 112 | ||
| 109 | * Handle additional certificate error cases in the new X.509 verifier. | 113 | * Handle additional certificate error cases in the new X.509 verifier. |
| 110 | Keep track of the errors encountered if a verify callback tells the | 114 | Keep track of the errors encountered if a verify callback tells the |
| 111 | verifier to continue and report them back via the error on the store | 115 | verifier to continue and report them back via the error on the store |
| 112 | context. This mimicks the behavior of the old verifier that would | 116 | context. This mimics the behavior of the old verifier that would |
| 113 | persist the first error encountered while building the chain. | 117 | persist the first error encountered while building the chain. |
| 114 | 118 | ||
| 115 | * Report specific failures for "self signed certificates" in a way | 119 | * Report specific failures for "self signed certificates" in a way |
