[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Tue Jun 2 11:02:23 UTC 2020


The branch master has been updated
       via  a5a87011baeef71c86938a2bae54f89fbe99e5dc (commit)
      from  d805b83166538907535862372c16ff6ceb648b21 (commit)


- Log -----------------------------------------------------------------
commit a5a87011baeef71c86938a2bae54f89fbe99e5dc
Author: Jack O'Connor <oconnor663 at gmail.com>
Date:   Thu May 28 12:42:15 2020 -0400

    fix a docs typo
    
    Correct "EC_KEY_point2buf" to "EC_POINT_point2buf". The former does not exist.
    
    CLA: trivial
    
    Reviewed-by: Ben Kaduk <kaduk at mit.edu>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/11988)

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

Summary of changes:
 doc/man3/EC_KEY_new.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EC_KEY_new.pod b/doc/man3/EC_KEY_new.pod
index e18a3023de..c706dbe425 100644
--- a/doc/man3/EC_KEY_new.pod
+++ b/doc/man3/EC_KEY_new.pod
@@ -146,7 +146,7 @@ Modern versions should instead switch to named curves which OpenSSL has
 hardcoded lookup tables for.
 
 EC_KEY_oct2key() and EC_KEY_key2buf() are identical to the functions
-EC_POINT_oct2point() and EC_KEY_point2buf() except they use the public key
+EC_POINT_oct2point() and EC_POINT_point2buf() except they use the public key
 EC_POINT in B<eckey>.
 
 EC_KEY_oct2priv() and EC_KEY_priv2oct() convert between the private key


More information about the openssl-commits mailing list