Skip to content

v0.9.7

Compare
Choose a tag to compare
@sfackler sfackler released this 11 Feb 22:40
· 2535 commits to master since this release
  • Add OCSP support.
  • Add AES IGE support.
  • Add chacha20 and chacha20_poly1305 support.
  • Add EcGroup::set_asn1_flag
  • Add PKCS #12 creation support.
  • Make sure not to pass system directories to rustc
  • More correctly determine OpenSSL feature configuration.
  • Add configurability to sign/verify APIs.
  • Use foreign_types crate.
  • Add accessors to X509 signature and signature algorithm.
  • Deprecate X509Generator in favor of X509Builder and X509ReqBuilder.