aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks/rebuild_auth.c
Commit message (Collapse)AuthorAgeFilesLines
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-081-1/+1
|
* keymat: Allow keymat to modify signature scheme(s)Thomas Egerer2017-02-081-1/+1
| | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-3/+3
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* Add a return value to keymat_v2_t.get_auth_octets()Martin Willi2012-07-161-2/+7
|
* Accept NULL auth_cfg_t passed to credential_manager_t.get_private()Martin Willi2012-03-201-4/+1
|
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and ↵Martin Willi2012-03-201-22/+25
| | | | encrypted
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-1/+1
|
* Moved version specific keymat functions to specific interfaces.Tobias Brunner2012-03-201-2/+3
|
* Added option to use a different key when rebuilding AUTHMartin Willi2011-01-051-2/+16
|
* Generate payload to rebuild_auth, works with injected unknown payloadsMartin Willi2011-01-051-13/+17
|
* Move rebuild_auth functionality to a standalone hookMartin Willi2011-01-051-0/+225
This reverts commit 3c12b239fd55aa36c59eb60224d27af8b8d915d1.