@ -585,8 +585,8 @@ Entertainment Pack FreeCell Game
certificate in the chain against a database of trusted and revoked
certificates. The sinagure format is
\begin { verbatim}
Name;Trusted;Subject;Pubkey;Exponent;CodeSign;TimeSign;NotBefore;Comment
[;minFL[;maxFL]]
Name;Trusted;Subject;Serial;Pubkey;Exponent;CodeSign;TimeSign;CertSign;
NotBefore;Comment [;minFL[;maxFL]]
\end { verbatim}
where the corresponding fields are:
\begin { itemize}
@ -594,17 +594,21 @@ Name;Trusted;Subject;Pubkey;Exponent;CodeSign;TimeSign;NotBefore;Comment
\item \verb +Trusted:+ bit field, specifying whether the cert is
trusted. 1 for trusted. 0 for revoked
\item \verb +Subject:+ sha1 of the Subject field in hex
\item \verb +Serial:+ the serial number as clamscan --debug --verbose
reports
\item \verb +Pubkey:+ the public key in hex
\item \verb +Exponent:+ the exponent in hex. Currently ignored and
hardcoded to 010001 (in hex)
\item \verb +CodeSign:+ bit field, specifying whether this cert
can sign code. 1 for true, 0 for false
\item \verb +TimeSign:+ bit field. 1 for true, 0 for false
\item \verb +CertSign:+ bit field, specifying whether this cert
can sign other certs. 1 for true, 0 for false
\item \verb +NotBefore:+ integer, cert should not be added before
this variable. Defaults to 0 if left empty
\item \verb +Comment:+ comments for this entry
\end { itemize}
The signatures for certs are stored inside \verb +.crt+ files.
The signatures for certs are stored inside \verb +.crtdb + files.
\subsection { Signatures based on container metadata}
ClamAV 0.96 allows creating generic signatures matching files stored