Added info about SC_ALGORITHM_RSA_HASH_NONE, to comply with the 0.8.0 release

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1327 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2003-08-05 09:08:02 +00:00
parent ef1826ce5f
commit 222387d7ef
1 changed files with 6 additions and 3 deletions

View File

@ -49,11 +49,14 @@ by ORing
with one of the following values:
.BR SC_ALGORITHM_RSA_HASH_MD5 ,
.BR SC_ALGORITHM_RSA_HASH_SHA1 ,
.BR SC_ALGORITHM_RSA_HASH_RIPEMD160 ", or
.BR SC_ALGORITHM_RSA_HASH_MD5_SHA1 .
.BR SC_ALGORITHM_RSA_HASH_RIPEMD160 ,
.BR SC_ALGORITHM_RSA_HASH_MD5_SHA1 , or
.BR SC_ALGORITHM_RSA_HASH_NONE .
.IP
In any of these cases, the length of the input data must match
the digest length of the hash algorithm.
the digest length of the hash algorithm. In the first 3 cases,
the respective digestinfo is prepended to the input data (the
hash), in the last 2 cases, no digestinfo is prepended.
.TP
.B SC_ALGORITHM_RSA_PAD_ANSI
requests that the card should use ANSI padding when signing the