| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 17d4dd5 commit 9bec493
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,10 @@ added: v0.11.8 | |||
| 42 | 42 | --> | |
| 43 | 43 | ||
| 44 | 44 | SPKAC is a Certificate Signing Request mechanism originally implemented by | |
| 45 | - Netscape and now specified formally as part of [HTML5's `keygen` element][]. | ||
| 45 | + Netscape and was specified formally as part of [HTML5's `keygen` element][]. | ||
| 46 | + | ||
| 47 | + Note that `<keygen>` is deprecated since [HTML 5.2][] and new projects | ||
| 48 | + should not use this element anymore. | ||
| 46 | 49 | ||
| 47 | 50 | The `crypto` module provides the `Certificate` class for working with SPKAC | |
| 48 | 51 | data. The most common usage is handling output generated by the HTML5 | |
@@ -2422,7 +2425,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. | |||
| 2422 | 2425 | [`verify.verify()`]: #crypto_verify_verify_object_signature_signatureformat | |
| 2423 | 2426 | [Caveats]: #crypto_support_for_weak_or_compromised_algorithms | |
| 2424 | 2427 | [Crypto Constants]: #crypto_crypto_constants_1 | |
| 2425 | - [HTML5's `keygen` element]: https://www.w3.org/TR/html5/forms.html#the-keygen-element | ||
| 2428 | + [HTML 5.2]: https://www.w3.org/TR/html52/changes.html#features-removed | ||
| 2429 | + [HTML5's `keygen` element]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen | ||
| 2426 | 2430 | [NIST SP 800-131A]: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf | |
| 2427 | 2431 | [NIST SP 800-132]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf | |
| 2428 | 2432 | [NIST SP 800-38D]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf | |
| Back | FazBrowse Home | New Git URL |
0 commit comments