- 時間撮記:
- 2022-3-3 下午07:17:34 (3 年 以前)
- svn:sync-xref-src-repo-rev:
- 150325
- 位置:
- trunk/src/libs/openssl-3.0.1
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/libs/openssl-3.0.1
- 屬性 svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- 屬性 svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/SSL_CTX_get0_param.pod
r91772 r94082 10 10 #include <openssl/ssl.h> 11 11 12 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx) 13 X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl) 14 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm) 15 int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm) 12 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx); 13 X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl); 14 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm); 15 int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm); 16 16 17 17 =head1 DESCRIPTION … … 47 47 =head1 SEE ALSO 48 48 49 L<ssl(7)>, 49 50 L<X509_VERIFY_PARAM_set_flags(3)> 50 51 … … 55 56 =head1 COPYRIGHT 56 57 57 Copyright 2015-20 19The OpenSSL Project Authors. All Rights Reserved.58 Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved. 58 59 59 Licensed under the OpenSSL license(the "License"). You may not use60 Licensed under the Apache License 2.0 (the "License"). You may not use 60 61 this file except in compliance with the License. You can obtain a copy 61 62 in the file LICENSE in the source distribution or at
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器