aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crypto_factory.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-29/+29
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* removed one hierarchy level for crypto test optionsMartin Willi2009-06-161-2/+2
|
* make use of the crypto_tester in the crypto_factoryMartin Willi2009-06-111-40/+136
| | | | | libstrongswan.crypto.test.on_add to test algorithms during initialization libstrongswan.crypto.test.on_create to test algorithms on each instantiation
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* use read-write locks in crypto factory for parallelizationMartin Willi2008-11-051-42/+42
|
* crypto_factory algorithm enumeration APIMartin Willi2008-08-281-93/+186
| | | | implementation of "ipsec listalgs"
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-1/+89
| | | | 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-0/+483