Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/X509_get_pubkey.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property 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
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/X509_get_pubkey.pod
r91772 r94082 15 15 EVP_PKEY *X509_get0_pubkey(const X509 *x); 16 16 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey); 17 X509_PUBKEY *X509_get_X509_PUBKEY( X509 *x);17 X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x); 18 18 19 19 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req); … … 78 78 =head1 COPYRIGHT 79 79 80 Copyright 2015-20 16The OpenSSL Project Authors. All Rights Reserved.80 Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. 81 81 82 Licensed under the OpenSSL license(the "License"). You may not use82 Licensed under the Apache License 2.0 (the "License"). You may not use 83 83 this file except in compliance with the License. You can obtain a copy 84 84 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.