v0.1.11
- Migrated to
failure
crate fromerror-chain
. - Added
set_psk(location: usize, psk, &[u8])
toSession
for cases where the PSK may not be known until midway into the handshake. - Added
is_initiator()
convenience function, so you can ask theSession
how it was initialized.