| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Enabling FIPS mode twice will fail, so if it is enabled in openssl.conf
it should be disabled in strongswan.conf (or the other way around).
Either way, we should log whether FIPS mode is enabled or not.
References #412.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Otherwise parsing gets aborted if unknown critical extensions are handled as
error.
|
| |
|
| |
|
|
|
|
| |
For our purposes with RNG_WEAK this is fine, so accept a zero return value.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If decryption fails, it returns -1. chunk_equals() should catch that error,
but be more explicit in error checking.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #292.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
libtls drops support for RSA suites if it does not find an RSA backend
(final builder for RSA public keys).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|