[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.10.3 Random number generation
Access to the random number generator is provided using the gnutls_rnd function. It allows obtaining random data of various levels.
- GNUTLS_RND_NONCE Non-predictable random number. Fatal in parts of session if broken, i.e., vulnerable to statistical analysis.
- GNUTLS_RND_RANDOM Pseudo-random cryptographic random number. Fatal in session if broken.
- GNUTLS_RND_KEY Fatal in many sessions if broken.
Table 7.4
This document was generated on January 4, 2012 using texi2html 5.0.