Closed JacobBarthelmeh closed 14 hours ago
Found when reviewing this PR https://github.com/wolfSSL/wolfssl/pull/8197
man getsockopt
int getsockopt(int sockfd, int level, int optname, void *optval, socklen_t *optlen);
https://learn.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-getsockopt
int getsockopt( [in] SOCKET s, [in] int level, [in] int optname, [out] char *optval, [in, out] int *optlen );
Retest this please: FAIL: scripts/ocsp-stapling_tls13multi.test
FAIL: scripts/ocsp-stapling_tls13multi.test
Retest this please. CRL issues
Found when reviewing this PR https://github.com/wolfSSL/wolfssl/pull/8197
Linux:
man getsockopt
Windows
https://learn.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-getsockopt