diff options
author | Kim Alvefur <zash@zash.se> | 2024-02-11 13:34:13 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-02-11 13:34:13 +0100 |
commit | b8e4d5e8404aab02dc5144cfc518e0823687f6c6 (patch) | |
tree | 400851fd1ac843d476992a5a2592932a0c7efc0e /doc | |
parent | 2c0af0666b69ac75bcb89d5a6bdbd14d14cac614 (diff) | |
download | prosody-b8e4d5e8404aab02dc5144cfc518e0823687f6c6.tar.gz prosody-b8e4d5e8404aab02dc5144cfc518e0823687f6c6.zip |
util.x509: Per RFC 9525, remove obsolete Common Name check
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 9173a9cb..9c97ef1c 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -64,6 +64,7 @@ <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc8305"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc9266"/> + <implements rdf:resource="https://www.rfc-editor.org/info/rfc9525"/> <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> <!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> </implements> |