Security
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→References) |
(→Digital Certificates) |
||
Line 15: | Line 15: | ||
* [[Canonical Encoding Rules]] (.cer) | * [[Canonical Encoding Rules]] (.cer) | ||
* [[Certificate Revocation List]] (.crl) | * [[Certificate Revocation List]] (.crl) | ||
− | * [[Certificate Signing Request]] | + | * [[Certificate Signing Request]] |
* [[Certificate Trust List]] (.stl) | * [[Certificate Trust List]] (.stl) | ||
* [[DER]] (Distinguished Encoding Rules) | * [[DER]] (Distinguished Encoding Rules) | ||
Line 27: | Line 27: | ||
* [[PKCS7]] (PKCS #7, Cryptographic Message Syntax Standard) | * [[PKCS7]] (PKCS #7, Cryptographic Message Syntax Standard) | ||
* [[PKCS7 certificate]] (.p7b, .p7c, .spc) | * [[PKCS7 certificate]] (.p7b, .p7c, .spc) | ||
+ | * [[PKCS10]] (PKCS #10 Certificate Signing Request, .p10, .csr) | ||
* [[PKCS12]] (PKCS #12, PFX, Personal Information Exchange, .p12, .pfx) | * [[PKCS12]] (PKCS #12, PFX, Personal Information Exchange, .p12, .pfx) | ||
* [[PVK]] | * [[PVK]] | ||
* [[RSA private key]] | * [[RSA private key]] | ||
+ | * [[SPKAC]] | ||
* [[X.509 certificate]] | * [[X.509 certificate]] | ||
Revision as of 01:44, 25 January 2014
Formats specific to the storage and transmission of security information.
See also:
Contents |
Digital Certificates
- ASCII Armor (.arm; old for base64)
- Canonical Encoding Rules (.cer)
- Certificate Revocation List (.crl)
- Certificate Signing Request
- Certificate Trust List (.stl)
- DER (Distinguished Encoding Rules)
- DER encoded certificate (.der, .crt)
- DER encoded RSA private key
- Microsoft Serialized Certificate Store (.sst)
- PEM
- PEM encoded certificate (.pem, .crt)
- PEM encoded RSA private key (.key)
- PFX (original format)
- PKCS7 (PKCS #7, Cryptographic Message Syntax Standard)
- PKCS7 certificate (.p7b, .p7c, .spc)
- PKCS10 (PKCS #10 Certificate Signing Request, .p10, .csr)
- PKCS12 (PKCS #12, PFX, Personal Information Exchange, .p12, .pfx)
- PVK
- RSA private key
- SPKAC
- X.509 certificate
App provisioning and DRM
- Mobile Provision file (.mobileprovision; used for installing iOS apps)
Authentication
- SAML (Security Assertion Markup Language)