Show
Ignore:
Timestamp:
12/17/07 13:39:20 (13 months ago)
Author:
ludovic.rousseau
Message:

add support of ruToken

Thanks to Andrew V. Stepanov for the patch
http://www.opensc-project.org/pipermail/opensc-devel/2007-December/010617.html

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/pkcs15-algo.c

    r2815 r3304  
    233233                        asn1_encode_des_params, 
    234234                        free }, 
     235#endif 
     236#ifdef SC_ALGORITHM_GOST /* EDE CBC mode */ 
     237        { SC_ALGORITHM_GOST, {{ 1, 2, 4434, 66565, 3, 7 }}, 
     238                        NULL, 
     239                        NULL, 
     240                        NULL }, 
    235241#endif 
    236242/* We do not support PBES1 because the encryption is weak */