Hi, all.

Sorry for a little bit naive question, but anyway. Is the 
PKCS12_key_gen(..) call : 
  PKCS12_key_gen(pwd,
                 strlen(pwd),
                 IV,
                 IVlen,
                 PKCS12_KEY_ID,
                 1024, /* iters */
                 24, /*DES3_KEY_L */
                 deskey_outBuff,
                 EVP_sha1());

creates a PKCS#12 complient key? Is the test vector 
available and if so, how could I get it? Can I use this 
call, followed by des_ede3_cbc_encrypt(..), as a C-side of 
cross-platform cryptography, where the second side is java, 
using JCE-provider with a standard PKCS12-complient 
pbeWithSHAAnd3-KeyTripleDES-CBC algorithm?

Any inputs are wellcomed and appreciated, posted or mailed 
directly.
10x ahead.
Sincerely
Jab.
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to