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.
|
||||
|
||||
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
|
||||
will be linked here in the future.
|
||||
with SSL" application on OS X.
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestUnmarhshalChallengeRespones(t *testing.T) {
|
||||
func TestUnmarshalChallengeRespones(t *testing.T) {
|
||||
var testXml string = `
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<resp>
|
||||
|
|
Loading…
Reference in a new issue