Searched hist:"31413 d7e" (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libtls/ |
H A D | tls_server.c | diff 31413d7e Fri Jan 16 14:34:51 GMT 2015 reyk <reyk@openbsd.org> The SSL/TLS session Id context is limited to 32 bytes. Instead of using the name of relayd relay or smtpd pki, use a 32 byte arc4random buffer that should be unique for the context. This fixes an issue in OpenSMTPD when a long pki name could break the configuration.
OK gilles@ benno@
|
/openbsd/usr.sbin/smtpd/ |
H A D | ssl.c | diff 31413d7e Fri Jan 16 14:34:51 GMT 2015 reyk <reyk@openbsd.org> The SSL/TLS session Id context is limited to 32 bytes. Instead of using the name of relayd relay or smtpd pki, use a 32 byte arc4random buffer that should be unique for the context. This fixes an issue in OpenSMTPD when a long pki name could break the configuration.
OK gilles@ benno@
|
/openbsd/usr.sbin/relayd/ |
H A D | relay.c | diff 31413d7e Fri Jan 16 14:34:51 GMT 2015 reyk <reyk@openbsd.org> The SSL/TLS session Id context is limited to 32 bytes. Instead of using the name of relayd relay or smtpd pki, use a 32 byte arc4random buffer that should be unique for the context. This fixes an issue in OpenSMTPD when a long pki name could break the configuration.
OK gilles@ benno@
|