| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Besides changing the configuration this allows to easily rotate log files.
Also moved logger initialization back to daemon_t.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
We also ignore the CHILD_SA_DOWN event.
This should allow us to keep the connection up as long as the user does
not manually disconnect.
|
| |
|
|
|
|
|
| |
This is helpful if the responder also wants to tunnel e.g. multicast
packages.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
algorithms
|
| |
|
|
|
|
|
|
|
|
|
| |
framework
A bug in the framework on Android Jelly Bean causes a SIGSEGV when the private
key object returned from KeyChain.getPrivateKey is garbage collected.
Leaking the global reference to that object prevents the garbage
collection and thereby the crash.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is required because private keys are provided by an OpenSSL engine
in Jelly Bean, which makes them inaccessible directly via getEncoding.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
Introduces IKEv2 client certificate authentication for the Android App.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
To simplify things the private key, the user certificate and the CA
certificates are all put into the same list.
|