aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/randomizer.h
Commit message (Collapse)AuthorAgeFilesLines
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-101/+0
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-46/+33
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-3/+2
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* - added random source ./configure optionsMartin Willi2006-05-171-2/+6
| | | | | - fixed default-pkcs11 option
* (no commit message)Martin Willi2006-05-101-0/+110