[web] master update

Richard Levitte levitte at openssl.org
Fri Mar 15 11:27:05 UTC 2019


The branch master has been updated
       via  76edf555401fd18e31b6968edee6b2bb46391edd (commit)
      from  f9256cd07bd1f33a8359540133e03d7c37afdd42 (commit)


- Log -----------------------------------------------------------------
commit 76edf555401fd18e31b6968edee6b2bb46391edd
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Fri Mar 15 00:58:43 2019 +0100

    OpenSSL300Design: fix two broken links
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/web/pull/126)

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

Summary of changes:
 docs/OpenSSL300Design.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/OpenSSL300Design.md b/docs/OpenSSL300Design.md
index d30e8fe..83e718c 100644
--- a/docs/OpenSSL300Design.md
+++ b/docs/OpenSSL300Design.md
@@ -553,7 +553,7 @@ The OpenSSL Core and providers have to exchange data while keeping
 OpenSSL and provider structures opaque.  All composite values will be
 passed as an array of items, using the public data structure defined
 in
-[Appendix 2 - OpenSSL parameter passing](#openssl-parameter-passing).
+[Appendix 2 - OpenSSL parameter passing](#appendix-2---parameter-passing).
 Parameters will be identified using their name (as a string) and each
 contains its own type and size information.
 
@@ -2118,7 +2118,7 @@ All ASN.1 serialization/deserialization will be performed in
 libcrypto, with composite-value **key, parameter and signature**
 structures crossing the Core/provider boundary as an array of items,
 using the public data structure defined in
-[Appendix 2 - OpenSSL parameter passing](#appendix-2---openssl-parameter-passing).
+[Appendix 2 - OpenSSL parameter passing](#appendix-2---parameter-passing).
 
 The encoded digest OIDs used for **RSA PKCS #1 padding** will either
 be pre-generated (as was done in the old FIPS module using the SHA_DATA macro)


More information about the openssl-commits mailing list