| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
for IKEv2 anyway
|
|
|
|
|
|
| |
INCLUDES are now deprecated and throw warnings when using automake 1.13.
We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and
defines are passed to AM_CPPFLAGS only.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Mostly found by 'codespell'.
|
| |
|
| |
|
|
|
|
| |
over plugin_t
|
| |
|
|
|
|
| |
supported algorithms
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
encoding
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
not have to replicate them in every plugin that implements the DH interface.
The main reason for this change is that Android's libcrypto does not
include the get_rfcX_prime_Y functions by default. Therefore we would
have had to replicate the primes a third time.
|
|
|
|
|
|
|
| |
when cross-compiling the plugins for Android 2.0.
With the coming monolithic build using Android.mk files this won't be
necessary anymore.
|
| |
|
|
|
|
| |
charon plugins into libcharon.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
primitives (and utils/mutex.h is now threading.h).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|