0.13.0 - 2018-10-25
Add TLS support
Both client side and server side are implemented.
- SSLv3 is not supported.
- Session management and SNI callbacks are not implemented.
API Changes
- x509:
ca
andmax_path_length
basic constraints are now
grouped into aBasicConstraints
namedtuple. It is possible
to leave the basic constraints unset by passing None
toCRT.new(..., basic_constraints=None)
. - random:
random
module renamed_random
.
Bugfixes
- mpi: GC now actually overwrites keys with random data.