From 1f0693a098449fcf095d1110545cfba1d4f76b1b Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Mon, 28 Jan 2019 11:34:02 +0100 Subject: security: Add PKCS#11 slides The PKCS11 slides describe the main elements of the standard and how the interfaces can be used in applications. Signed-off-by: Holger Dengler --- security/pkcs/frm_pkcs_all.tex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 security/pkcs/frm_pkcs_all.tex (limited to 'security/pkcs/frm_pkcs_all.tex') diff --git a/security/pkcs/frm_pkcs_all.tex b/security/pkcs/frm_pkcs_all.tex new file mode 100644 index 0000000..5c7c571 --- /dev/null +++ b/security/pkcs/frm_pkcs_all.tex @@ -0,0 +1,23 @@ +% ---------------------------- +\subsection{PKCS Overview} + +% ---------------------------- +\begin{frame} +\frametitle{What is PKCS?} +\begin{itemize} +\item Public Key Cryptography Standards (PKCS) + \begin{itemize} + \item Set of Standards + \item Specification of asymmetric Cryptographic Systems + \item Standardize Aspects and Usage + \end{itemize} +\item Examples: + \begin{itemize} + \item PKCS\#1: RSA Cryptography Specifications + \item PKCS\#7: Cryptographic Message Syntax (CMS) + \item PKCS\#11: Cryptographic Token Interface (Cryptoki) + \item PKCS\#12: Personal Information Exchange Syntax Standard + \item etc. + \end{itemize} +\end{itemize} +\end{frame} -- cgit v1.2.3