8a81d71 Use OpenSSH-style public keys as the preferred format of SSH public keys.

12 files Authored by jcholast 11 years ago, Committed by rcritten 11 years ago,
    Use OpenSSH-style public keys as the preferred format of SSH public keys.
    
    Public keys in the old format (raw RFC 4253 blob) are automatically
    converted to OpenSSH-style public keys. OpenSSH-style public keys are now
    stored in LDAP.
    
    Changed sshpubkeyfp to be an output parameter, as that is what it actually
    is.
    
    Allow parameter normalizers to be used on values of any type, not just
    unicode, so that public key blobs (which are str) can be normalized to
    OpenSSH-style public keys.
    
    ticket 2932, 2935
    
        
file modified
+4 -4
file modified
+1 -1
file modified
+0 -2
file modified
+19 -14
file modified
+14 -12
file modified
+37 -19
file modified
+0 -20
file added
+199