| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
plugin to encode in PEM
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
other key types
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
important change for developers: %Y replaces %D to print identities!
|
| |
|
|
|
|
|
|
| |
properly close all doxygen groups
fixed remaining doxygen warnings
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes a potential DoS attack if a DH value of zero gets processed
|