aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/__init__.py
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@davidben.net>2018-05-12 07:41:37 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-12 07:41:37 -0400
commit33ae3cea990b307eafaa5f52232eba8315fd05fe (patch)
treef8e116c02671cc43c2f1db3893e10dad72c39080 /src/_cffi_src/__init__.py
parent6c9a13f438c3d01c905cbbae269efce0748ac692 (diff)
downloadcryptography-33ae3cea990b307eafaa5f52232eba8315fd05fe.tar.gz
cryptography-33ae3cea990b307eafaa5f52232eba8315fd05fe.tar.bz2
cryptography-33ae3cea990b307eafaa5f52232eba8315fd05fe.zip
Fix some callback type signatures. (#4227)
* Fix some callback type signatures. SSL_CTX_set_psk_server_callback: https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_psk_server_callback.html https://github.com/openssl/openssl/blob/OpenSSL_1_0_2/ssl/ssl.h#L1355 https://github.com/openssl/openssl/blob/OpenSSL_1_1_0/include/openssl/ssl.h#L734 SSL_CTX_set_tlsext_servername_callback: https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_tlsext_servername_callback.html https://github.com/openssl/openssl/blob/OpenSSL_1_0_2/ssl/s3_lib.c#L3964 https://github.com/openssl/openssl/blob/OpenSSL_1_1_0/ssl/s3_lib.c#L3499 * Missed a spot
Diffstat (limited to 'src/_cffi_src/__init__.py')
0 files changed, 0 insertions, 0 deletions