1) Add OpenSSL threading locks. 2) Add error handling. 3) Rationalize the test cases and provide performance/threading testing. 4) Add ENGINE support
I should have some time in mid to late april to dedicate to this.
-Walter
On Mar 2, 2004, at 5:16 PM, Davanum Srinivas wrote:
Here's the list of things that needs to be added eventually to NativeJCE (needed by xmlenc/xmldsig
specs). The name/id's are from BouncyCastle provider. PLEASE check if the list is
correct/complete.
thanks, dims
javax.crypto.Cipher: "DESEDE/CBC/ISO10126PADDING" "AES/CBC/ISO10126PADDING" "RSA/ECB/PKCS1PADDING" "RSA/ECB/OAEPPADDING" "DESEDEWrap" "AESWrap"
java.security.Signature: "DSA", "SHA1WithRSAEncryption"
javax.crypto.Mac: "HMACSHA1"
java.security.MessageDigest: "SHA-1", "SHA-256", "SHA-512", "RIPEMD160"
Thanks, dims
===== Davanum Srinivas - http://webservices.apache.org/~dims/