[openssl] openssl-3.0 update

Dr. Paul Dale pauli at openssl.org
Sat Oct 9 13:31:36 UTC 2021


The branch openssl-3.0 has been updated
       via  ce5b392c8dc99f849dabea8bc9a21f66908b4188 (commit)
      from  c3b89fc770f3e83ddd0976403c1b321496778b38 (commit)


- Log -----------------------------------------------------------------
commit ce5b392c8dc99f849dabea8bc9a21f66908b4188
Author: Pauli <pauli at openssl.org>
Date:   Thu Sep 30 11:39:41 2021 +1000

    doc: document that property names are unique
    
    Both queries and definitions only support each individual name appearing once.
    It is an error to have a name appear more than once.
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16716)
    
    (cherry picked from commit 78de5a94d8e2b0a27ae026de29c195e944a49c6d)

-----------------------------------------------------------------------

Summary of changes:
 doc/man7/property.pod | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/man7/property.pod b/doc/man7/property.pod
index a75f262246..109336ba47 100644
--- a/doc/man7/property.pod
+++ b/doc/man7/property.pod
@@ -41,7 +41,8 @@ property names like
 
 A I<property> is a I<name=value> pair.
 A I<property definition> is a sequence of comma separated properties.
-There can be any number of properties in a definition.
+There can be any number of properties in a definition, however each name must
+be unique.
 For example: "" defines an empty property definition (i.e., no restriction);
 "my.foo=bar" defines a property named I<my.foo> which has a string value I<bar>
 and "iteration.count=3" defines a property named I<iteration.count> which
@@ -68,6 +69,7 @@ Matching such clauses is not a requirement, but any additional optional
 match counts in favor of the algorithm.
 More details about that in the B<Lookups> section.
 A I<property query> is a sequence of comma separated property query clauses.
+It is an error if a property name appears in more than one query clause.
 The full syntax for property queries appears below, but the available syntactic
 features are:
 


More information about the openssl-commits mailing list