| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|