fc5c614 Added symmetric and asymmetric vaults.

6 files Authored by edewata 8 years ago, Committed by jcholast 8 years ago,
    Added symmetric and asymmetric vaults.
    
    The vault plugin has been modified to support symmetric and asymmetric
    vaults to provide additional security over the standard vault by
    encrypting the data before it's sent to the server. The encryption
    functionality is implemented using the python-cryptography library.
    
    https://fedorahosted.org/freeipa/ticket/3872
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+41 -11
file modified
+2 -2
file modified
+2 -0
file modified
+3 -1
file modified
+548 -35