[Cryptography Team] Re: PKCS-12 support in X509

Robert Withers reefedjib at yahoo.com
Fri Mar 30 18:19:58 UTC 2007


Oops, that should be:

ASN1 encoded PFX
    - PkcsContentInfo of type data
       - content: ASN1 encoded AuthSafe, a sequence of PkcsContentInfos
          - first PkcsContentInfo of type data
             - content: ASN1 encoded sequence of Pkcs12SafeBags
                - first Pkcs12SafeBag
                   - bagValue: Pkcs8EncryptedPrivateKeyInfo
                      - encryptionAlgorithm: 3DES-CBC, params holds  
the salt and iterations
                      - encrypted Pkcs8PrivateKeyInfo, encrypted with  
3DES-CBC
                         - privateKey: hold the ASN1 encoded  
RSAPrivateKey
          - second PkcsContentInfo of type encrypted
             - content: PkcsEncryptedData
                - encryptedContentInfo: PkcsEncryptedContentInfo
                   - contentEncryptionAlgorithm: 40BitRC2, params  
holds the salt and iterations
                   - encryptedContent: contents unknown





More information about the Cryptography mailing list