mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
68f8ca357f
When we added support for separate client tls certs on bridges in
a2bb0bfdd5
we forgot to correctly initialize this when changing
from relay to bridge or vice versa while Tor is running. Fix that
by always initializing keys when the state changes.
Fixes bug 2433.
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
o Major bugfixes:
|
|
- Don't assert when changing from bridge to relay or vice versa with a controller.
|
|
The assert happened because we didn't properly initialize our keys in this case.
|
|
Bugfix on 0.2.2.18, fixes bug 2433. Issue first discovered by bastik.
|
|
|