Latest update. (3.0.0-dev)
This commit is contained in:
@@ -7,13 +7,13 @@ SSL_CTX_set_tmp_ecdh, SSL_set_tmp_ecdh, SSL_CTX_set_ecdh_auto, SSL_set_ecdh_auto
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh);
|
||||
long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh);
|
||||
long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh);
|
||||
long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh);
|
||||
|
||||
long SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state);
|
||||
long SSL_set_ecdh_auto(SSL *ssl, int state);
|
||||
long SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state);
|
||||
long SSL_set_ecdh_auto(SSL *ssl, int state);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
@@ -42,7 +42,7 @@ L<ciphers(1)>, L<ecparam(1)>
|
||||
|
||||
Copyright 2018 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>.
|
||||
|
||||
Reference in New Issue
Block a user