1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls
Andy Green 30eb3e94ab openssl: gencrypto: aes gcm AAD: use EncryptUpdate or DecryptUpdate to set AAD
Until 1.1.1b OpenSSL didn't mind we were setting AAD for AES GCM
using EVP_EncryptUpdate() for both encrypt and decrypt... but now
it noticed and the bug is fixed.
2019-03-21 06:18:32 +08:00
..
mbedtls mbedtls: handle vhost without valid cert gracefully 2019-03-16 09:54:52 +08:00
openssl openssl: gencrypto: aes gcm AAD: use EncryptUpdate or DecryptUpdate to set AAD 2019-03-21 06:18:32 +08:00
lws-gencrypto-common.c lws-x509: validation functions 2018-12-31 20:35:54 +08:00
lws-genec-common.c old openssl: dont build with membuffer apis 2019-03-12 11:57:43 +08:00
private-network.h openssl: reuse client SSL_CTX where possible 2019-03-18 06:54:38 +08:00
private.h vhost: add pprotocols to vhost info 2019-03-10 08:02:02 +08:00
tls-client.c old openssl: dont build with membuffer apis 2019-03-12 11:57:43 +08:00
tls-network.c vhost info: add memory buffer cert support 2019-03-12 11:57:43 +08:00
tls-server.c vhost info: add memory buffer cert support 2019-03-12 11:57:43 +08:00
tls.c vhost info: add memory buffer cert support 2019-03-12 11:57:43 +08:00