achingbrain
|
a0dd549baf
fix: constrain DTLS cipher list
|
6 months ago |
Paul-Louis Ageneau
|
0a18692596
Add limit for DTLS transport incoming queue
|
10 months ago |
Paul-Louis Ageneau
|
f691748b83
Cleaned up mbedtls::check() messages for consistency
|
1 year ago |
Paul-Louis Ageneau
|
f68ca99c88
Disable DTLS 1.3 with Mbed TLS for consistency
|
1 year ago |
Paul-Louis Ageneau
|
143a44d03b
Merge pull request #1077 from Sean-Der/certificate-fingerprint
|
1 year ago |
Sean DuBois
|
42ec0883e3
Support all Certificate Fingerprint Algorithms
|
1 year ago |
Paul-Louis Ageneau
|
91180d8e88
Cleanup useless SSL_OP_SINGLE_ECDH_USE with legacy OpenSSL
|
1 year ago |
Paul-Louis Ageneau
|
e671269774
Don't negotiate GCM if built with system libSRTP
|
1 year ago |
Paul-Louis Ageneau
|
4bb17395a2
Code formatting
|
2 years ago |
Paul-Louis Ageneau
|
1ed582595a
Merge pull request #904 from gasperov/verify_fingerprint
|
2 years ago |
Paul-Louis Ageneau
|
e1ab84da21
Refactor OpenSSL logic
|
2 years ago |
Paul-Louis Ageneau
|
e28989a4c4
Merge branch 'v0.18'
|
2 years ago |
Paul-Louis Ageneau
|
dba71f8060
Call SSL_shutdown() on clean close only and synchronize it properly
|
2 years ago |
Paul-Louis Ageneau
|
0f856657fd
Send the close_notify alert in TlsTransport with OpenSSL
|
2 years ago |
Gasper Lah
|
073ff5183a
Check connection fingerprint with mbedtls
|
2 years ago |
Paul-Louis Ageneau
|
12e00da55b
Merge branch 'v0.18'
|
2 years ago |
Paul-Louis Ageneau
|
c20732be31
Fix after #897
|
2 years ago |
Paul-Louis Ageneau
|
d018fdbfe0
Synchronize calls to the same OpenSSL object
|
2 years ago |
Paul-Louis Ageneau
|
2ae1720deb
Fix MbedTLS MTU after handshake
|
2 years ago |
Paul-Louis Ageneau
|
c31088b6f4
Move MbedTLS checks to TLS helper function
|
2 years ago |
Paul-Louis Ageneau
|
4129d5f0f6
Fix and refactor MbedTLS sync
|
2 years ago |
Paul-Louis Ageneau
|
4fc3f92a83
Clean up and make TLS and DTLS Transports more consistent
|
2 years ago |
Paul-Louis Ageneau
|
924a1a6701
Removed calls to functions deprecated in OpenSSL 3.0
|
2 years ago |
Sean DuBois
|
e6fbddeb9c
Implement Mbed TLS Backend
|
2 years ago |
Paul-Louis Ageneau
|
d9a8dd4ca9
Merge branch 'v0.18'
|
2 years ago |
Paul-Louis Ageneau
|
ea54c20b12
Changed gnutls_bye() to SHUT_WR as we don't wait for the peer to reply anyway
|
2 years ago |
Paul-Louis Ageneau
|
9742e232dd
Merge pull request #811 from Dw9/master
|
2 years ago |
Dw9
|
a3512d6d2f
sent the dtls close_notify alert
|
2 years ago |
Paul-Louis Ageneau
|
3a823cb476
Moved OpenSSL DTLS and TLS transport implementations to thread pool
|
2 years ago |
Paul-Louis Ageneau
|
3d4cba4957
Moved GnuTLS DTLS and TLS transport implementations to thread pool
|
2 years ago |