Skip to content

v0.1.11

Compare
Choose a tag to compare
@mcginty mcginty released this 28 May 19:27
  • Migrated to failure crate from error-chain.
  • Added set_psk(location: usize, psk, &[u8]) to Session for cases where the PSK may not be known until midway into the handshake.
  • Added is_initiator() convenience function, so you can ask the Session how it was initialized.