summaryrefslogtreecommitdiff
path: root/lib/random.h
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-5/+5
* Indent codeZoltan Fridrich2023-01-271-5/+5
* lib/global: don't call now-noop _gnutls_rnd_checkAlexander Sosedkin2021-03-081-5/+0
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Use a thread local random generator.Nikos Mavrogiannopoulos2017-03-061-1/+0
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-3/+0
* rng: split initialization in preinit and initNikos Mavrogiannopoulos2016-11-041-19/+3
* _gnutls_rnd_check: call _rnd_system_entropy_check directlyNikos Mavrogiannopoulos2016-11-041-4/+2
* if the rnd structure doesn't provide check, _gnutls_rnd_check() will succeedNikos Mavrogiannopoulos2014-12-021-1/+4
* corrected check for urandom fdNikos Mavrogiannopoulos2014-10-311-1/+5
* When gnutls_global_init() is called manually from the application check the u...Nikos Mavrogiannopoulos2014-10-311-0/+1
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-221-0/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-12/+11
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added gnutls_rnd_refresh().Nikos Mavrogiannopoulos2013-01-271-0/+6
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-0/+11
* Clarify license and copyright.Simon Josefsson2011-08-031-6/+4
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-2/+1
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* exported gnutls_rnd().Nikos Mavrogiannopoulos2010-06-031-1/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Add license.Simon Josefsson2008-07-091-0/+24
* Minor randomness API cleanups.Simon Josefsson2008-07-091-5/+1
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-0/+3
* Fix warnings.Simon Josefsson2008-04-131-2/+2
* Added interface to register random generators.Nikos2008-03-291-0/+14