summaryrefslogtreecommitdiff
path: root/lib/random.c
Commit message (Expand)AuthorAgeFilesLines
* fips: make FIPS140-2 mode enablement logic simplerDaiki Ueno2020-05-201-2/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* fips140: added function for applications to switch the FIPS140-2 modeNikos Mavrogiannopoulos2018-02-191-7/+1
* fuzzer: added a fuzzer targetNikos Mavrogiannopoulos2017-08-161-1/+10
* random: keep global list of initialized contextsNikos Mavrogiannopoulos2017-03-061-4/+50
* Use a thread local random generator.Nikos Mavrogiannopoulos2017-03-061-32/+9
* gnutls_rnd: document the available values of level [ci skip]Nikos Mavrogiannopoulos2017-01-021-1/+3
* rng: split initialization in preinit and initNikos Mavrogiannopoulos2016-11-041-11/+74
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* gnutls_rnd: doc updateNikos Mavrogiannopoulos2014-12-121-1/+3
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-1/+1
* register FIPS140 random generator prior to initializationNikos Mavrogiannopoulos2014-01-221-7/+7
* The FIPS140 random number generator is enabled conditionally when required.Nikos Mavrogiannopoulos2014-01-171-0/+13
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-1/+1
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-24/+17
* 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/+17
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-8/+4
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-4/+4
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-4/+4
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+2
* exported gnutls_rnd().Nikos Mavrogiannopoulos2010-06-031-2/+14
* 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
* Minor randomness API cleanups.Simon Josefsson2008-07-091-3/+3
* Indent code.Simon Josefsson2008-07-021-16/+20
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-30/+7
* faster seek into the list.Nikos Mavrogiannopoulos2008-04-261-1/+2
* Added interface to register random generators.Nikos2008-03-291-0/+86