Latest Additions

April 09, 2011
FTP Queue Server
Design Overview The goal was to develop a revision to the standard FTP server which allows people...
February 23, 2011
ExtJS Xtype List
xtype Class box Ext BoxComponent button Ext Button colorpalette Ext ColorPalette component Ext...

Site Search

Suggested Reading

none

Pages linked to here

none

OpenSSL Encoding

Before a message is sent over a network, the message is encoded such that the receiver can understand the message. OpenSSL supports the following file formats for encoding keys, certificates, and digitally signed files:

  • Distinguished Encoding Rules (DER) - Used for storing Abstract Syntax Notation One (ASN.1) structures containing keys and certificates.
  • Privacy Enhanced Mail (PEM) - Used to store keys, certificates, and encrypted files.
  • Public-Key Cryptography Standard 7 (PKCS#7) - Used to store digitally signed files.
  • Public-Key Cryptography Standard 8 (PKCS#8) - Used to store private keys.
  • Public-Key Cryptography Standard 12 (PKCS#12) - Used by browsers to store keys and certificates.

This topic was last modified on 04-07-2010 and has had 103 hits. These are popular related words: