Thanks
Based on what you have said it looks like I need to create a PK11SymKey and
use it right?
Thanks
Brian
On 6/3/07, Robert Relyea < rre...@redhat.com> wrote:
> The PK11_ functions handle the basic crypto functionality. When dealing
> with raw shared keys, there's often the issue that applications try to
> manipulate these keys directly. This can be make to work in NSS, but
> your application will fail if you try to operate in FIPS mode.
>
> The big question, then, is how are you distributing the keys? If you are
> typing hex strings or copying files of raw keys around, then things are
> a bit problematic. If the shared key is generated with a pbe, things are
> better, and can usually be accommodated in FIPS mode.
>
> So the short answer is yes, you can do what you are asking, but if you
> need to use a raw key interface, then you need to ask yourself if you
> have a more fundamental design issue.
>
> Hope that helps,
>
> bob
> > Thanks
> > _______________________________________________
> > dev-tech-crypto mailing list
> > dev-tec...@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-tech-crypto
> >
>
>
>