Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help finding out why the process suddenly dies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenVPN for Android uses config stdin to avoid writing the config
file containing private keys to 'disk'. However using stdin means
that config cannot be reread using SIGHUP. While there might be other
corner cases that trigger SIGHUP, this is an obvious one, so we
error out if we detect this misconfiguration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Supporting just APIs 19 and 20 keeps a lot of code and the number of users
is extremely small.
|
|
The newest NDK only support API 19 and higher. Remove support for
lower APIs from this app.
|
|
|
|
|
|
After adding pss padding support the javadoc for getSignedDataWithExtra
function in ExternalCertificateProvider.aidl was not updated.
|
|
|
|
|
|
This hopefully addresses the race condition mentioned in #1254.
|
|
|
|
|
|
|
|
The OpenVPN 2.x part of actually sending IV_HWADDR from env is still
mising.
|
|
|
|
|
|
|
|
|