This commit is contained in:
Davide De Rosa 2019-03-22 18:37:19 +01:00
parent 63fbe25436
commit 9feae8f81b
6 changed files with 46 additions and 30 deletions

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1551819868" />
<link rel="stylesheet" href="/s/main-mobile.css?1551819868" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1553276238" />
<link rel="stylesheet" href="/s/main-mobile.css?1553276238" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1551819868" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1551819868" />
<link rel="shortcut icon" href="/s/favicon.ico?1553276238" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1553276238" />
</head>
<body>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1551819868" />
<link rel="stylesheet" href="/s/main-mobile.css?1551819868" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1553276238" />
<link rel="stylesheet" href="/s/main-mobile.css?1553276238" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1551819868" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1551819868" />
<link rel="shortcut icon" href="/s/favicon.ico?1553276238" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1553276238" />
</head>
<body>
@ -75,6 +75,10 @@
<h3 id="why-is-compression-not-supported">Why is compression not supported?</h3>
<p><strong>UPDATE</strong>: due to user demands and broader compatibility, today Passepartout <em>does</em> support compression, but LZO only. Both <code class="highlighter-rouge">--comp-lzo [yes]</code> and <code class="highlighter-rouge">--compress lzo</code> are now legal options. Other algorithms (e.g. LZ4) are not supported and never will. All in all, the use of compression is still discouraged.</p>
<p>~</p>
<p>Some users may have noticed that Passepartout is not compatible with any compression algorithm supported by OpenVPN. This is intentional and comes from a logical reasoning. Besides being a relevant overhead against marginal gains -most protocols in the application layer (e.g. HTTP) already use compression nowadays-, compression is vulnerable to an attack that may be able to reveal the secret session keys.</p>
<p>The attack is called VORACLE and is <a href="https://community.openvpn.net/openvpn/wiki/VORACLE">extensively explained</a> by the very authors of OpenVPN. Most major providers have taken action and fixed the issue, but many are still refraining to disable compression for no acceptable reason. In case this happens, you are warmly encouraged to report the issue immediately and possibly link to either the official resource you find above, as it comes directly from the software makers, or this page.</p>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.4">Jekyll</generator><link href="https://passepartoutvpn.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://passepartoutvpn.app/" rel="alternate" type="text/html" /><updated>2019-03-05T22:04:28+01:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, OpenVPN client for iOS and macOS</title><subtitle>Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.</subtitle><author><name>Davide De Rosa</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.4">Jekyll</generator><link href="https://passepartoutvpn.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://passepartoutvpn.app/" rel="alternate" type="text/html" /><updated>2019-03-22T18:37:18+01:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, OpenVPN client for iOS and macOS</title><subtitle>Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.</subtitle><author><name>Davide De Rosa</name></author></feed>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1551819868" />
<link rel="stylesheet" href="/s/main-mobile.css?1551819868" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1553276238" />
<link rel="stylesheet" href="/s/main-mobile.css?1553276238" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1551819868" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1551819868" />
<link rel="shortcut icon" href="/s/favicon.ico?1553276238" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1553276238" />
</head>
<body>
@ -73,7 +73,6 @@
<li>Wise on battery.</li>
<li>Trusted networks.</li>
<li>Presets for major providers.</li>
<li>No <a href="/faq/#why-is-compression-not-supported">compression vulnerability</a>.</li>
</ul>
</aside>
<main>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1551819868" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1553276238" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1551819868" />
<link rel="stylesheet" href="/s/main-mobile.css?1551819868" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1553276238" />
<link rel="stylesheet" href="/s/main-mobile.css?1553276238" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1551819868" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1551819868" />
<link rel="shortcut icon" href="/s/favicon.ico?1553276238" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1553276238" />
</head>
<body>

View File

@ -30,6 +30,19 @@ p, ul {
line-height: 1.5em;
}
pre, code {
background-color: #ddd;
color: #515d71;
}
p code {
padding: 0.2em;
}
pre {
padding: 0.5em;
}
footer {
color: lightgray;
margin-top: 3em;