We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3853c3 commit cface42Copy full SHA for cface42
src/mbedtls/_tls.pxd
@@ -414,13 +414,13 @@ cdef class _PSKSToreProxy:
414
415
416
cdef class MbedTLSConfiguration:
417
+ cdef object _configuration
418
cdef mbedtls_ssl_config _ctx
419
cdef _chain
420
cdef int *_ciphers
421
cdef const char **_protos
422
cdef _PSKSToreProxy _store
423
cdef _DTLSCookie _cookie
- cdef object _max_fragmentation_length
424
# cdef'd because we aim at a non-writable structure.
425
cdef _set_validate_certificates(self, validate)
426
cdef _set_certificate_chain(self, chain)
0 commit comments