diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-05 16:03:56 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-05 16:03:56 +0200 |
commit | dce11611f4a89d9f3ef72ddb57649eb1c9eae003 (patch) | |
tree | 14cdde8065e08915ef7d5dfe2591eb2917aa0997 | |
parent | 54783e175ec885183c8deb21162ee8a4bf4db699 (diff) | |
download | gnutls-dce11611f4a89d9f3ef72ddb57649eb1c9eae003.tar.gz |
Drop experimental stuff.
-rw-r--r-- | README | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -22,26 +22,6 @@ In case you are compiling for embedded systems you should check the configure options (that is run: 'configure --help'), and disable unneeded features of gnutls. -Experimental: - -If you specify --with-builtin-crypto, you will use gnulib instead of -libgcrypt for (some) crypto routines. - -Currently the generic crypto interface only support secret key -ciphering, hashing and gathering of random data. Supporting -RSA/DSA/DH/SEXP/MPI in the generic crypto interface is pending. - -If --with-builtin-crypto is specified, random data will be read from -system device files (e.g., /dev/random) directly. The files used are -printed when running configure, you can override them using ---enable-random-device, --enable-pseudo-random-device, and ---enable-nonce-device. Please let us know if the defaults for some -systems are wrong. - -The goal here is to make GnuTLS build standalone, in case Libgcrypt is -not available, but also to allow easy use of other crypto libraries or -crypto hardware. - LICENSE ISSUES -------------- |