Tongsuo-Project / tongsuo-java-sdk

Tongsuo-Java-SDK is a Java Security Provider that implements parts of the Java Cryptography Extension and Java Secure Socket Extension.
Apache License 2.0
25 stars 14 forks source link

Fix EvpCipher.getOutputSizeForFinal #15

Closed Sere-Fu closed 1 year ago

Sere-Fu commented 1 year ago

get_EVP_CIPHER_CTX_buf_len is not available in Tongsuo, so have to calc otuputsize of cipher operation in Java.