blob: 5e60e7c099184bbe062221848c6e3e7eeb046f21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
\input{configpres}
\title{PKCS\#11}
\maketitle
% ----------------------------
\begin{frame}
\frametitle{Overview}
\tableofcontents
\end{frame}
% ----------------------------
\section{Public-Key Cryptography Standards}
% ----------------------------
\input{security/pkcs/frm_pkcs_all.tex}
% ----------------------------
\section{PKCS\#11}
% ----------------------------
\input{security/pkcs/frm_pkcs11.tex}
% ----------------------------
\subsection*{}
\input{tailpres}
|