summaryrefslogtreecommitdiff
path: root/libxmlsec/xmlsec1-noverify.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libxmlsec/xmlsec1-noverify.patch')
-rw-r--r--libxmlsec/xmlsec1-noverify.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxmlsec/xmlsec1-noverify.patch b/libxmlsec/xmlsec1-noverify.patch
index c51540caa2aa..d483cb85bbc7 100644
--- a/libxmlsec/xmlsec1-noverify.patch
+++ b/libxmlsec/xmlsec1-noverify.patch
@@ -8,7 +8,7 @@
- return(cert);
- }
+ /* JL: OpenOffice.org implements its own certificate verification routine.
-+ The goal is to seperate validation of the signature
++ The goal is to separate validation of the signature
+ and the certificate. For example, OOo could show that the document signature is valid,
+ but the certificate could not be verified. If we do not prevent the verification of
+ the certificate by libxmlsec and the verification fails, then the XML signature will not be
@@ -36,7 +36,7 @@
+
+ /*
+ JL: OpenOffice.org implements its own certificate verification routine.
-+ The goal is to seperate validation of the signature
++ The goal is to separate validation of the signature
+ and the certificate. For example, OOo could show that the document signature is valid,
+ but the certificate could not be verified. If we do not prevent the verification of
+ the certificate by libxmlsec and the verification fails, then the XML signature may not be