mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
This commit is contained in:
parent
dbfac3c99c
commit
63fec5da27
32 changed files with 60 additions and 60 deletions
|
@ -43,7 +43,7 @@ import sun.security.util.DerValue;
|
|||
* certificate that identifies the specific OCSP Responder to use when
|
||||
* performing on-line validation of that certificate.
|
||||
* <p>
|
||||
* This extension is defined in <a href="http://tools.ietf.org/html/rfc5280">
|
||||
* This extension is defined in <a href="https://tools.ietf.org/html/rfc5280">
|
||||
* Internet X.509 PKI Certificate and Certificate Revocation List
|
||||
* (CRL) Profile</a>. The profile permits
|
||||
* the extension to be included in end-entity or CA certificates,
|
||||
|
|
|
@ -42,7 +42,7 @@ import java.math.BigInteger;
|
|||
*
|
||||
* <p>
|
||||
* The extension is defined in Section 5.2.4 of
|
||||
* <a href="http://tools.ietf.org/html/rfc5280">Internet X.509 PKI
|
||||
* <a href="https://tools.ietf.org/html/rfc5280">Internet X.509 PKI
|
||||
* Certificate and Certificate Revocation List (CRL) Profile</a>.
|
||||
*
|
||||
* <p>
|
||||
|
|
|
@ -42,7 +42,7 @@ import sun.security.util.*;
|
|||
*
|
||||
* <p>
|
||||
* The extension is defined in Section 5.2.6 of
|
||||
* <a href="http://tools.ietf.org/html/rfc5280">Internet X.509 PKI
|
||||
* <a href="https://tools.ietf.org/html/rfc5280">Internet X.509 PKI
|
||||
* Certificate and Certificate Revocation List (CRL) Profile</a>.
|
||||
*
|
||||
* <p>
|
||||
|
|
|
@ -46,7 +46,7 @@ import sun.security.util.DerValue;
|
|||
*
|
||||
* <p>
|
||||
* The extension is defined in Section 5.2.5 of
|
||||
* <a href="http://tools.ietf.org/html/rfc5280">Internet X.509 PKI
|
||||
* <a href="https://tools.ietf.org/html/rfc5280">Internet X.509 PKI
|
||||
* Certificate and Certificate Revocation List (CRL) Profile</a>.
|
||||
*
|
||||
* <p>
|
||||
|
|
|
@ -48,7 +48,7 @@ import sun.security.util.DerValue;
|
|||
* included in end entity or CA certificates. Conforming CAs MUST mark
|
||||
* this extension as non-critical.
|
||||
* <p>
|
||||
* This extension is defined in <a href="http://tools.ietf.org/html/rfc5280">
|
||||
* This extension is defined in <a href="https://tools.ietf.org/html/rfc5280">
|
||||
* Internet X.509 PKI Certificate and Certificate Revocation List
|
||||
* (CRL) Profile</a>. The profile permits
|
||||
* the extension to be included in end-entity or CA certificates,
|
||||
|
|
|
@ -54,7 +54,7 @@ import sun.security.util.*;
|
|||
* signature BIT STRING }
|
||||
* </pre>
|
||||
* More information can be found in
|
||||
* <a href="http://tools.ietf.org/html/rfc5280">RFC 5280: Internet X.509
|
||||
* <a href="https://tools.ietf.org/html/rfc5280">RFC 5280: Internet X.509
|
||||
* Public Key Infrastructure Certificate and CRL Profile</a>.
|
||||
* <p>
|
||||
* The ASN.1 definition of <code>tbsCertList</code> is:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue