- Support for symmetric encryption via the
encrypt
anddecrypt
functions. (#9) - Support for HMAC and non-HMAC message digests. (#9)
- User-facing functions for RSA key generation.
- The
hash
family of functions have been replaced bydigest
functions to reflect the terminology used in MbedTLS.
- Support for cryptographic random number generator, CtrDrpg.
- SSL support.
- x509 certificate parsing and generation.