Metadata-Version: 1.0
Name: ike
Version: 0.0.2
Summary: Minimalistic Internet Key Exchange protocol v2 (RFC 5996) library
Home-page: http://github.com/kimvais/pyike/
Author: Kimmo Parviainen-Jalanko
Author-email: k@77.fi
License: UNKNOWN
Description: pyike
        =====
        
        The goal of this project is to be a minimalistic IKEv2 (RFC 5996)
        implementation in Python.
        
        Status
        ------
        
        This project is in *very, very* early stages. The code is somewhat
        hideous mess of spaghetti and does not adhere to any standards required
        of a security software. Use at own risk. Or preferably, don't use at all
        yet.
        
        Design principles
        -----------------
        
        -  Minimal amount of code.
        -  Support *MUST* features of draft-kivinen-ipsecme-ikev2-rfc5996bis-02
           (RFC 5996 successor)
        -  Use strongest algorithms possible.
        
        What this project is *NOT* going to be
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        -  ISAKMP (IKEv1) RFC 2409 compliant
        -  IPSec data plane / ESP protocol
        
        License
        -------
        
        -  MIT License
        
        References
        ----------
        
        -  http://tools.ietf.org/html/draft-kivinen-ipsecme-ikev2-rfc5996bis-02
        -  http://tools.ietf.org/html/draft-kivinen-ipsecme-ikev2-minimal-01
        
        
Platform: UNKNOWN
