Jason Proctor wrote:
i'm protecting a session (blowfish) key with PKCS (RSA). the key generation and encryption happen without incident, but at the other end, the blowfish key does not successfully decrypt. in parallel runs of a working client and the mailet, i confirmed that the RSA public key used by both clients are identical, and that the algorithms used for the blowfish stuff are identical. i explicitly install the security provider in position zero at mailet init() time, but i'm starting to think that james is overriding my choice of security provider. consequently the stream formats between the providers are not compatible and i end up with a padding error on unstream time.

In James 2.2.0 there is no code about SecurityProviders so it should not be the case.

Do you use the same JVM for James and for your other tests?

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to