mirror of
https://github.com/curl/curl.git
synced 2026-08-09 08:54:17 +03:00
tidy-up: URLs (cont.) and mdlinkcheck
- add missing ending slashes.
To avoid duplicates and to use canonical URLs.
- reapply lost updates.
Follow-up to 2ae983bf4e #19879
- mdlinkcheck: include the `include` directory.
- mdlinkcheck: show unused whitelist items.
- mdlinkcheck: improve debug output.
- mdlinkcheck: delete redundant whitelist items.
- examples/simplessl: lowercase the protocol part.
- BINDINGS: replace one remaining HTTP URL with HTTPS.
Issue: https://github.com/pycurl/pycurl/issues/892
- BINDINGS: fix a broken link.
- BINDINGS: follow a refresh content redirect.
- KNOWN_BUGS: whitespace.
Closes #19911
This commit is contained in:
parent
00f06127ce
commit
d9d2e339ce
16 changed files with 98 additions and 91 deletions
|
|
@ -530,8 +530,8 @@ for 1) efficiency and 2) safety.
|
|||
## Support DANE
|
||||
|
||||
[DNS-Based Authentication of Named Entities
|
||||
(DANE)](https://www.rfc-editor.org/rfc/rfc6698.txt) is a way to provide SSL
|
||||
keys and certs over DNS using DNSSEC as an alternative to the CA model.
|
||||
(DANE)](https://datatracker.ietf.org/doc/html/rfc6698) is a way to provide
|
||||
SSL keys and certs over DNS using DNSSEC as an alternative to the CA model.
|
||||
|
||||
A patch was posted on March 7 2013
|
||||
(https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple approach.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue