| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
There are countless other such warnings because e.g. chunk_create() is called
with char*, but at least we prevent users from causing such warnings
inadvertently when using these macros.
|
|
|
|
| |
Fixes a build error on CentOS 6.4.
|
|
|
|
| |
We use %P as custom printf specifier for proposals.
|
|
|
|
|
| |
This check is mandated by RFC 6989. Since we don't reuse DH secrets,
it is mostly a sanity check.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Other users may make use of the noinst libtest.la helper library to implement
unit tests. For libstrongswan, tests.[ch] provide the configuration for test
runner to perform unit tests in a simple manner.
|
|
|
|
|
| |
Avoid editing of several files when creating test suites by using a single
header file to define test suite constructor functions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|