Skip to content
  • Nick Mathewson's avatar
    Dump our internal AES implementation · 21cf7079
    Nick Mathewson authored
    This thing was pretty pointless on versions of OpenSSL 0.9.8 and later,
    and almost totally pointless on OpenSSL 1.0.0.
    
    Also, favor EVP by default, since it lets us get hardware acceleration
    where present.  (See issue 4442)
    21cf7079