| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
This way the PKCS#9 implementation does not have to know
the encoding types for values
|
| |
|
| |
|
|
|
|
|
| |
_POSIX_SPIN_LOCKS does not seem to be defined correctly on all
systems (Debian libc 2.3.6). Fixes #262.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
pkcs11 module
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Strings returned by settings_t.create_section_enumerator will be freed
when the config is reloaded.
|
| |
|
|
|
|
| |
no threads
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
getaddrinfo(3) may block a long time so proper termination of the daemon may
block if DNS servers are not reachable.
getaddrinfo(3) is an optional cancellation point in posix threads so it
might still block a shutdown but at least on Android (with the signal based
pthread_cancel implementation) it works, on Linux starter will kill charon
anyway after a while.
|
| |
|
| |
|
| |
|
| |
|
| |
|