docs: Add blog post to README
This commit is contained in:
parent
dd1e6c3b36
commit
7824e0e7e3
2 changed files with 5 additions and 3 deletions
|
@ -10,8 +10,10 @@ OpenVPN protocol, which makes it impossible to start those connections solely by
|
||||||
using the `openvpn` CLI and configuration files.
|
using the `openvpn` CLI and configuration files.
|
||||||
|
|
||||||
What this application does has been reverse-engineered from the "WatchGuard Mobile VPN
|
What this application does has been reverse-engineered from the "WatchGuard Mobile VPN
|
||||||
with SSL" application on OS X. A writeup of the protocol and the security implications
|
with SSL" application on OS X.
|
||||||
will be linked here in the future.
|
|
||||||
|
I've published a [blog post](https://www.tazj.in/en/1486830338) describing the process
|
||||||
|
and what is actually going on in this protocol.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestUnmarhshalChallengeRespones(t *testing.T) {
|
func TestUnmarshalChallengeRespones(t *testing.T) {
|
||||||
var testXml string = `
|
var testXml string = `
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<resp>
|
<resp>
|
||||||
|
|
Loading…
Reference in a new issue