Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
[openssl.git] / doc / man3 / SSL_CTX_set_session_cache_mode.pod
index 93096c9b93948408c351b37784b199f2b4c43322..21a782d0f22bddb197e2d05f8a921c018b7b5a0e 100644 (file)
@@ -30,7 +30,7 @@ server. It can only send exactly one id.  The server then either
 agrees to reuse the session or it starts a full handshake (to create a new
 session).
 
-A server will lookup up the session in its internal session storage. If the
+A server will look up the session in its internal session storage. If the
 session is not found in internal storage or lookups for the internal storage
 have been deactivated (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP), the server will try
 the external storage if available.
@@ -133,7 +133,7 @@ L<SSL_CTX_flush_sessions(3)>
 
 Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.