| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also fixed a double-free of the resolver instance.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
On most platforms calls to methods to bypass the IKE sockets and enabling
UDP decapsulation are required.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also reduced the number of tries to 3.
|
|
|
|
|
|
|
|
|
|
| |
same password
To verify/decrypt a PKCS#12 container a password might be needed
multiple times. If it was entered correctly we don't want to bother the
user again with another password prompt.
The passwords for MAC creation and encryption could be different so the
user might be prompted multiple times after all.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
explicitly
The default is now PKCS#1. With the dns: and ssh: prefixes other formats
can be selected.
|
|
|
|
|
| |
The DNSKEY builder is quite eager and parses pretty much anything
as RSA key, so this has to be done before.
|
| |
|
|
|
|
|
| |
It seems that the order of binding sockets of different address families to the
same dynamic port must be v6-before-v4 on Linux, but v4-before-v6 on OS X.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes some corner cases if multiple tunnels use the same peer identity.
|
| |
|
| |
|
| |
|
| |
|
| |
|