DCIT / perl-CryptX

https://metacpan.org/pod/CryptX
Other
35 stars 23 forks source link

GCM: Missing aad_add and ecnrypt_add fails on Windows? #36

Closed philippe44 closed 7 years ago

philippe44 commented 7 years ago

Hi - Using OO interface, the method aad_add cannot be found and calling encrypt_add("some data"), crashes with "invalid argument provided". Functional calls works fine

karel-m commented 7 years ago

Try adata_add instead of aad_add (documentation is misleading).

encrypt_add crashes when adata_add was not called before (I have to investigate this one).

karel-m commented 7 years ago

The bug was introduced here https://github.com/DCIT/perl-CryptX/commit/9e34032f57ae431a6df263fcaac8da1dc9a57c07

karel-m commented 7 years ago

Try CryptX-0.048_001 it should fix:

karel-m commented 7 years ago

could you please check CryptX-0.048_002, if there is no feedback I am going to close this issue with coming 0.049 release

philippe44 commented 7 years ago

Verified - Thank you