diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-01-02 10:46:09 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-01-02 10:46:09 +0000 |
commit | 591a850864d21eb30150ff98eb83cf715172ce58 (patch) | |
tree | 05aaec63b8984f3d8dcc22364b716353b7e07383 /README | |
parent | 1bca4ae22584ed1498b7b93b418156dcaa55e88a (diff) | |
download | gnutls-591a850864d21eb30150ff98eb83cf715172ce58.tar.gz |
Cleanups in the digest code (separated from HMAC).
Added gnutls_fingerprint_calc(), which calculates a fingerprint.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ This is the GNU TLS library. More up to date information can be found -at http://www.gnu.org/software/gnutls +at http://www.gnu.org/software/gnutls and http://www.gnutls.org It is a TLS implementation for the GNU project. It is currently under heavy development. (and still not ready for @@ -14,8 +14,8 @@ BUGS: Currently gnuTLS needs a lot of testing. By notifying the developers about a possible bug you may help a lot, since testing is really -important (and expensive). If you think you found a bug, +important and expensive. If you think you found a bug, report it to bug-gnutls@gnu.org, together with the needed information, -in order for developers to reproduce it. +in order for developers to reproduce it. |