]> git.ipfire.org Git - thirdparty/openssl.git/commit - doc/internal/man3/OSSL_METHOD_STORE.pod
Property: naming and manual clarifiations
authorRichard Levitte <levitte@openssl.org>
Mon, 18 Feb 2019 08:40:07 +0000 (09:40 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Feb 2019 09:58:57 +0000 (10:58 +0100)
commit0a79572a29683bdbfd4490377ae0e0b19c060836
tree38d69cf62673bbcedc3c089b9ef5450385478815
parent4c3941c2eb22c44398bccb50dbd019530bb01c7d
Property: naming and manual clarifiations

- Add a bit more text about that is expected of the user or
  OSSL_METHOD_STOREs.
- Clarify what a method and what a numeric identity are.
- Change all mentions of 'implementation' and 'result' to 'method'.

To clarify further: OpenSSL has used the term 'method' for structures
that mainly contains function pointers.  Those are the methods that
are expected to be stored away in OSSL_METHOD_STOREs.  In the end,
however, it's the caller's responsibility to define exactly what they
want to store, as long as its 'methods' are associated with a numeric
identity and properties.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8265)
crypto/property/property.c
doc/internal/man3/OSSL_METHOD_STORE.pod