On Wed, Oct 06, 2021 at 11:50:01PM BST, Raf Czlonka wrote:
> Hello,
>
> Outside of X509_* functions, filenames, openssl(1) commands, etc.
> there are places where the spelling of 'X.509' could be made
> consistent when talking about the standard.
I realise the patch might have been too long so how about only the
upcoming release page for now?
Cheers,
Raf
Index: 70.html
===================================================================
RCS file: /cvs/www/70.html,v
retrieving revision 1.82
diff -u -p -r1.82 70.html
--- 70.html 8 Oct 2021 03:44:52 -0000 1.82
+++ 70.html 8 Oct 2021 09:11:34 -0000
@@ -567,7 +567,7 @@ to 7.0.
roa-sets.
<li>In RRDP, limited the number of deltas to 300 per repo. If more
deltas
exist, downloading a full snapshot is faster.
- <li>Limited the validation depth of X509 certificate chains to 12,
double
+ <li>Limited the validation depth of X.509 certificate chains to 12,
double
the current depth seen in RPKI.
</ul>
@@ -687,7 +687,7 @@ to 7.0.
<li>New Features
<ul>
<li>Added support for OpenSSL 1.1.1 TLSv1.3 APIs.</li>
- <li>Enabled the new x509 validator to allow verification of modern
certificate chains.
+ <li>Enabled the new X.509 validator to allow verification of modern
certificate chains.
</ul>
<li>Portable Improvements
@@ -750,12 +750,12 @@ to 7.0.
<ul>
<li>Added additional state machine test coverage.</li>
<li>Improved integration test support with ruby/openssl tests.</li>
- <li>Error codes and callback support in new x509 validator made
compatible with p5-Net_SSLeay tests.</li>
+ <li>Error codes and callback support in new X.509 validator made
compatible with p5-Net_SSLeay tests.</li>
</ul>
<li>Internal Improvements
<ul>
- <li>Numerous fixes and improvements to the new X509 validator to ensure
compatible error codes
+ <li>Numerous fixes and improvements to the new X.509 validator to ensure
compatible error codes
and callback support compatible with the legacy OpenSSL validator.
</ul>