X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FSSL_export_keying_material.pod;h=532b1446d9be2dac7146effd260f777443446f8b;hp=f2fba4746b22b98ddb882c0a20d47b6065d4984f;hb=a599574be17579496877bcdcc5e1eeaf5b014cf3;hpb=e88c40af4572a422be5fcab732bd46c55df136f8 diff --git a/doc/man3/SSL_export_keying_material.pod b/doc/man3/SSL_export_keying_material.pod index f2fba4746b..532b1446d9 100644 --- a/doc/man3/SSL_export_keying_material.pod +++ b/doc/man3/SSL_export_keying_material.pod @@ -33,7 +33,7 @@ pointed to by B and should be B bytes long. Provision of a context is optional. If the context should be omitted entirely then B should be set to 0. Otherwise it should be any other value. If B is 0 then the values of B and B are ignored. -Note that in TLSv1.2 and below a zero length context is treated differently to +Note that in TLSv1.2 and below a zero length context is treated differently from no context at all, and will result in different keying material being returned. In TLSv1.3 a zero length context is that same as no context at all and will result in the same keying material being returned.