Re: application data for symmetric keys

2007-11-07 Thread Jimmy B
On 11/7/07, durgaprasad jammula <[EMAIL PROTECTED]> wrote: > Hi all, > > For asymmetric keys like RSA, DSA and DH, we can set application data in > ex_data variable in the corresponding structures [rsa_st, dsa_st, dh_st]. > > But for symmetric keys, I did not find any special data structure. Suppo

application data for symmetric keys

2007-11-06 Thread durgaprasad jammula
Hi all, For asymmetric keys like RSA, DSA and DH, we can set application data in ex_data variable in the corresponding structures [rsa_st, dsa_st, dh_st]. But for symmetric keys, I did not find any special data structure. Suppose, if I want to store application data for a symmetric key, is ther