feature26816 645 B

1234567891011
  1. o Major features (experimental, library support):
  2. - Tor now has _partial_ support for using the NSS cryptography library in
  3. place of OpenSSL. When Tor is configured with --enable-nss, it will
  4. use NSS for several (but not yet all) of its cryptography. (It still
  5. relies on OpenSSL for the rest.) Eventually, if all goes as planned,
  6. "--enable-nss" will produce a version of Tor that does not depend on
  7. OpenSSL. Implements ticket 26816.
  8. WARNING: This feature is experimental. Don't use it for real security
  9. yet, until the code has had much more review, and more bugs have been
  10. shaken out.