summaryrefslogtreecommitdiff
path: root/stun/rand.c
Commit message (Expand)AuthorAgeFilesLines
* stun: Use a specific variable to enable Win32 cryptoOlivier Crête2021-11-021-1/+1
* Use native crypto support on Windows by defaultOle André Vadla Ravnås2021-11-011-1/+14
* rand: Use crypto libs instead of CryptGenRandom()Nirbheek Chauhan2020-06-161-34/+3
* stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks2018-10-211-0/+13
* stun: Also rename windows-specific functionEdward Hervey2018-06-061-1/+1
* stun: Rename rand function to make its strengh clearOlivier Crête2017-04-031-1/+1
* stun: Switch from gcrypt to gnutlsOlivier Crête2017-04-031-14/+4
* stun: Use libgcrypt to provide secure random number generationPhilip Withnall2017-03-311-176/+12
* stun: Rename a symbol to avoid a naming clash with OpenSSLCurieux Tres2014-10-271-2/+2
* Changes windows specific headers to lower caseSiraj Razick2011-12-191-1/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-301-1/+4
* Fix copyright headers for all filesYouness Alaoui2010-02-161-1/+1
* do not cast time_t and clock_t into unsigned long, on some systems (kfreebsd)...Youness Alaoui2009-12-041-2/+4
* fix random number generation for windowsYouness Alaoui2008-11-241-4/+6
* Remove openssl dependency by adding a random number generator implementation ...Youness Alaoui2008-11-181-0/+247