X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FSSL_read_early_data.pod;h=10736841a12940dc37cc4083209e515f3d6406f7;hp=a593b147b87f0dd33d46e9ec9eb053f601cd64c9;hb=0ef2802165706016698d6984dfcb2980881f18e5;hpb=57dee9bb684268aa434a2bfe7ff4743a14a62ff0 diff --git a/doc/man3/SSL_read_early_data.pod b/doc/man3/SSL_read_early_data.pod index a593b147b8..10736841a1 100644 --- a/doc/man3/SSL_read_early_data.pod +++ b/doc/man3/SSL_read_early_data.pod @@ -63,7 +63,9 @@ will return the maximum number of early data bytes that can be sent. The function SSL_SESSION_set_max_early_data() sets the maximum number of early data bytes that can be sent for a session. This would typically be used when -creating a PSK session file (see L). +creating a PSK session file (see L). If +using a ticket based PSK then this is set automatically to the value provided by +the server. A client uses the function SSL_write_early_data() to send early data. This function is similar to the L function, but with the following