cdsa-doc Mailing List for Common Data Security Architecture
Status: Abandoned
Brought to you by:
mdwood-intel
This list is closed, nobody may subscribe to it.
2001 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mo...@ob...> - 2001-03-23 17:51:30
|
When you generate a symmetric key, you have to give the key length in CSSM_CSP_CreateKeyGenContext. But the documentation is not very clear if the CSP must verify the key size during the CSSM_CSP_CreateKeyGenContext or during the CSSM_GenerateKey. For example, the SSLeay CSP seems to test the key size during CSSM_GenerateKey. So its possible to have 2 CSP that implement the same algorithm but which don't have the same behavior. BR, Nicolas |