Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Government Networking Communications Encryption Open Source Security IT Your Rights Online

Dutch Government Officially Trusts OpenVPN-NL 53

First time accepted submitter joost.bijl writes "Yesterday the Dutch government took a step to further improve the adoption of Open Source in its ranks. It has officialy approved a modified version of the open source VPN software OpenVPN for use on the governmental level 'Departementaal Vertrouwelijk' (Restricted). The release is called OpenVPN-NL and is fully open-source and available for use. The software has undergone a security evaluation by the Dutch government's national communications security agency (NLNCSA). The major change is the removal of OpenSSL as the cryptographic core of OpenVPN-NL. Instead, the Dutch government opted to include the smaller, better readable and documented open source library PolarSSL to provide the cryptographic and SSL/TLS functionality. The Dutch IT Security company Fox-IT worked together with both OpenVPN and PolarSSL communities and modified the stock software to support the government evaluation process. In total 8000 lines of code and 4000 lines of documentation were checked in to the OpenVPN trunk."
This discussion has been archived. No new comments can be posted.

Dutch Government Officially Trusts OpenVPN-NL

Comments Filter:
  • Awesome (Score:5, Interesting)

    by MightyMartian ( 840721 ) on Thursday November 24, 2011 @05:13PM (#38160956) Journal

    This is very good news. OpenVPN is probably the easiest secure VPN software I've ever worked with. I've been running it as the link for our multi-site network for over two years now, and it's also the VPN software our road warriors are using. Simple to configure, and damnit but it just works. After years of trying to get all these weird implementations of IPSec to co-operate with each other, OpenVPN is just a marvel, fast and lightweight.

    • Re:Awesome (Score:5, Interesting)

      by Capt.DrumkenBum ( 1173011 ) on Thursday November 24, 2011 @05:23PM (#38161006)
      OpenVPN rocks!
      I have a client site that needs to access some data in my local office. This client site network is locked down so tight that almost nothing goes through. Somehow OpenVPN manages to maintain several connections between here and there. Add to that the fact that they are fully cross platform and you just can't beat them.
    • Re:Awesome (Score:4, Informative)

      by impaledsunset ( 1337701 ) on Thursday November 24, 2011 @05:27PM (#38161028)

      OpenVPN is amazing, the only downside is that it doesn't support IPv6 expect in tap mode. But you can always configure tap mode yourself, right?

    • Re:Awesome (Score:4, Insightful)

      by heypete ( 60671 ) <pete@heypete.com> on Thursday November 24, 2011 @06:20PM (#38161290) Homepage

      Hear, hear.

      Speaking of lightweight, I have it running on my WRT54GL wireless router (TomatoVPN firmware) and it works without a hitch. Even with the dinky 200MHz CPU in the router, the limiting factor is the upstream bandwidth of the network connection.

      I particularly like the fact that it uses widely-tested methods for the secure connection (TLS, certificate-based authentication, etc.), rather than depending on some proprietary system.

      Now, if only the Windows GUI client didn't need admin rights to open...

      • Re:Awesome (Score:5, Informative)

        by MightyMartian ( 840721 ) on Thursday November 24, 2011 @06:50PM (#38161404) Journal

        Yes, that is a pain. I thought they were supposed to be setting up the Windows service so that a non-admin client could control the VPN via the service to write the routing table, which seems to be the big stumbling block for OpenVPN under the UAC.

      • Re: (Score:2, Informative)

        by Anonymous Coward

        There's a newer version of the Windows client which uses the management interface to control the OpenVPN service.
        Can't check at the moment, but i think it's this one: http://sourceforge.net/projects/openvpn-gui/

    • Re:Awesome (Score:5, Insightful)

      by mcvos ( 645701 ) on Thursday November 24, 2011 @06:51PM (#38161408)

      It's great to see my government do something sensible related to IT. Most of the time they really truly suck at it (like almost every other government, I suspect). Surely you remember the Diginotar debacle? We've got tons more like that.

      • Re: (Score:3, Funny)

        by plj ( 673710 )

        I was just thinking that, from Dutch govenment's point of view, OpenVPN must be extraordinary awesome while used in combination with Diginotar-signed certs!

        (Sorry, I just couldn't resist.)

    • Re:Awesome (Score:4, Interesting)

      by Anonymous Coward on Thursday November 24, 2011 @07:20PM (#38161586)

      This is mainly going to be used to allow remote access to restricted infrastructure.
      The comments in Holland are that this is allowing unsecured & unchecked workstations (home pc's & laptops) that might be infected with general or specifically designed malways; & then via the vpn gaining access to restricted documents & information.

      The last word is not yet spoken about this.

      Dutch megan00b

  • Dutch government does not trust openssl?!
    Why should we trust it?

    • I think the issue is readability and documentation (and why, that's just what it says!) If there's a slight against openssl, it's probably that the source is a bit more complicated.

      • by wdef ( 1050680 ) on Friday November 25, 2011 @07:56AM (#38164608)

        I think the issue is readability and documentation (and why, that's just what it says!)

        Years back I wrote an encryption program in C as an exercise for myself using the OpenSSL libraries partly to learn how to use the APIs. Just a simple wrapper around well-documented APIs, knock it up in no time, right? Wrong!

        The documentation was almost unintelligible to anyone who was not an OpenSSL developer or not prepared to study up on the algorithms used and wade through the OpenSSL code base to understand what the APIs did. I doubt that has changed. I found a tutorial giving code snippets in a popular journal that were incorrect and had a crucial error resulting in much hair-pulling. I eventually solved this by pure guesswork and trial-and-error. It would have been much quicker to just cut and paste from someone else's openssl-based encryption program. This all reminded me of those frustrating time-wasting assignments as a student where lecturers forgot to tell us that it just wouldn't work or be solvable without secret Factor X and someone in the class had to discover this sideways from a tutor.

        Time OpenSSL grew up and stopped living in arcane land. It needs decent docs. There is an O'Reilly book on it - maybe that'd help next time.

    • by El_Muerte_TDS ( 592157 ) on Thursday November 24, 2011 @05:29PM (#38161038) Homepage

      OpenSSL only goes up to TLS1.0, which contains some vulnerabilities. (Note sure if these issue affect OpenVPN). PolarSSL (which is created by a Dutch company, which might be the reason that was chosen) supports up to TLS1.1.
      Why they didn't go for the more feature complete and mature GnuTLS would be an interesting question.

      http://en.wikipedia.org/wiki/Comparison_of_TLS_Implementations [wikipedia.org]

      • by Rich ( 9681 ) on Thursday November 24, 2011 @05:32PM (#38161058) Homepage

        That's true, though openssl has had the ability to add empty fragments to avoid the chosen plain text attack I suspect you're referring to for many years. What's strange is that the chosen solution (polarSSL) doesn't seem to have support for OCSP which is the main way to quickly revoke bad keys - particularly important in the light of the recent diginotar breach.

      • Re: (Score:2, Informative)

        by Anonymous Coward

        In a previous job the developer of PolarSSL worked at fox-it ...that is why fox-it choose PolarSSL

      • Re: (Score:2, Interesting)

        by Feyr ( 449684 )

        i don't know about gnutls's maturity,

        but polarssl does not seem to support renegotiation, that to me indicates it's a pretty bad choice for a vpn which you expect to be up 100% of the time and pass significant traffic. looks like the dutchies just wanted SOMETHING they had made locally in an approved software, security be damned!

      • by Anonymous Coward

        Well good luck to them is all I can say. OpenSSL, even with occasional problems, is still the most proven solution.

        Security and cryptography is hard. I mean really, really hard. Even very smart people make critical mistakes when trying to do it. Using some obscure SSL library seems like a really bad idea.

        • by wdef ( 1050680 )
          Not only is cryptography hard, it's an inexact science to begin with, full of fudges and best guesses. Which is why it is an area where you want time-proven solutions, many eyes, and a tight definition of the threat model. Of course, I always wonder how many eyes are actually reading and understanding (let alone vetting) code like OpenSSL sources anyway. And there would be an even smaller number who read more than the portion of code that they have to.
      • TLS 1.1 may be excellent, but Google recently added support for perfect forward secrecy to OpenSSL, which would seem like a nice feature to have for governments. If they're sending secrets over OpenVPN with standard TLS, those secrets will only be secrets until computers are powerful enough to factor the primes used to negotiate the session. That might only be a decade - hard to say.

  • When VPN routers were hard to find I set up several OpenVPN links. Over the years most of those networks migrated to other VPN solutions but this one never changed and it always worked. Meanwhile I had to dick with the other solutions all the damn time. When the client with that old OpenVPN link wanted another link I took a good hard look at it. I never had to reconfigure it. I never had to reboot it. It was installed on two HP desktop mini-towers that the client gave to me. And I realized just how good that product was. So I used OpenVPN for the two new links, too. But I upgraded to version 2 and used Centos. That one has been up for two months and everyone is pleased as punch. I'm about to take the old one out of service and install a newer machine running version 2. I'm sure they'll last another ten years.

    Holland has made a wise decision to support OpenVPN!

  • by Anonymous Coward

    In usa they're still beating up harddrives likes neanderthals.

  • by Anonymous Coward

    Comparing to other VPNs... PPTP - insecure by design... L2TP - insecure without IPSec... IPSec - troublesome in IPv4, cause of many of incompatible designs. I do remember one install... cca 8y ago... temporal bridging corporate LAN between two locations for period company moving from one office to another... I've started with IPSec on Linux and after day of not very satisfying results... finished with very stable, lightweight and performant solution OpenVPN on OpenBSD. Computers/servers then worked on both

  • I have been trying to use SSH and OpenVPN to help a friend play games through a university network, but my experience with VPNs is limited to Hamachi. It seems extremely easy to setup a client, but setting up a server over Windows 7 seems slightly trickier. Anyone know a good up-to-date guide for a complete noob like myself?

    • Re: (Score:2, Informative)

      by Anonymous Coward

      This might be helpful: http://openvpn.net/index.php/open-source/documentation/howto.html

  • Wasn't some recent version of OpenSSL actually FIPS approved?

    Don't get me wrong, I don't see anything bad in allowing the user choose which crypto library to use.

  • diff (Score:3, Interesting)

    by core_tripper ( 749345 ) on Thursday November 24, 2011 @10:46PM (#38162732)
    Differences in code between OpenVPN and OpenVPN-NL. (credits: Palatinux) openvpn_nl-v2.1.4-diffpatch.txt [fortresslinux.org]

    About why the chose to use PolarSSL:
    Among the notable differences between OpenVPN and OpenVPN-NL is the cryptographic library. Correct SSL functionality is essential for the protection that OpenVPN offers. OpenSSL is a large and complex library. PolarSSL is a compact and modular library, which is small enough for a fairly in-depth evaluation. Therefore, in the OpenVPN-NL package, it has been chosen to exchange PolarSSL for OpenSSL. This change does not change functionality; the two libraries (OpenSSL and PolarSSL) are mutually compatible.
    source: background OpenVPN [fox-it.com]
    But as being said in another comment, someone now working for Fox-IT was involved in PolarSSL. Extra functionality and documentation was added to PolarSSL by Fox-IT according to a comment on a tech-site (tweakers.net) by someone who claims to be the maintainer of PolarSSL.
    • Re:diff (Score:5, Informative)

      by testie_nl ( 2514328 ) on Friday November 25, 2011 @02:41AM (#38163660)
      Here the guy claiming to be the maintainer :) Just to make some thing clear.. I used to work at Fox-IT for a long time. Fox-IT did a number of code additions to improve interoperability with OpenVPN and donated that code to the PolarSSL code base.
  • Sounds good to me (Score:4, Informative)

    by inglorion_on_the_net ( 1965514 ) on Friday November 25, 2011 @03:14AM (#38163736) Homepage

    This seems like a sensible move. It also seems like a major endorsement for OpenVPN. I've always had better experience with OpenVPN than with other VPN solutions, but I have the feeling it hasn't gained much traction. This may be a step in the right direction.

    Also, I hadn't heard of PolarSSL, but it sounds worth checking out. OpenSSL has always worked for me, but it is true that the interfaces and documentation aren't the best I've ever seen.

  • I'm Dutch and I feel ashamed!

    Apparently to them, less is more. Less code means verifiability?? I thought it was just a matter of checking how well a certain standard was implemented. And if only 1 standard is implemented, well, less code to check?

    They could have just taken GnuTLS and removed everything they didn't need. And even that would be plain stupid, as it would simply mean you're disabling a feature (instead of just choosing not to use said feature).

  • by pak9rabid ( 1011935 ) on Friday November 25, 2011 @12:43PM (#38166344)
    I use it for all our RoadWarrior VPN connections...I have yet to have a problem using it on any network we've tried it on. For everything I can't use it for (site-to-site tunnels between PIX/ASA firewalls), I resort to IPSEC (which, is a pain in the ass to deal with compared to OpenVPN).

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...