Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/SSL_set_fd.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/SSL_set_fd.pod
r91772 r94082 46 46 =back 47 47 48 =head1 NOTES 49 50 On Windows, a socket handle is a 64-bit data type (UINT_PTR), which leads to a 51 compiler warning (conversion from 'SOCKET' to 'int', possible loss of data) when 52 passing the socket handle to SSL_set_*fd(). For the time being, this warning can 53 safely be ignored, because although the Microsoft documentation claims that the 54 upper limit is INVALID_SOCKET-1 (2^64 - 2), in practice the current socket() 55 implementation returns an index into the kernel handle table, the size of which 56 is limited to 2^24. 57 58 48 59 =head1 SEE ALSO 49 60 … … 54 65 =head1 COPYRIGHT 55 66 56 Copyright 2000-202 0The OpenSSL Project Authors. All Rights Reserved.67 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 57 68 58 Licensed under the OpenSSL license(the "License"). You may not use69 Licensed under the Apache License 2.0 (the "License"). You may not use 59 70 this file except in compliance with the License. You can obtain a copy 60 71 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.