| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
After the CHILD_SA is established we can easily get this address from
the IKE_SA.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Status updates are delivered via charonservice (JNI).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is pretty much a proxy class that delegates everything (that is
currently supported) to libipsec.
|
|
|
|
|
|
| |
This currently provides only no-ops and is just added because a
kernel-net implementation is required and kernel-netlink can't be used
at the moment.
|
| |
|
| |
|
| |
|