Open
Description
Currently by default the LTC_ARGCK calls abort()
when the check in question fails.
Isn't it too strict to literally die (core-dump) when you for example "only" pass an IV of invalid length?
You can probably imagine what does it mean for example when LTC_ARGCHK fails somewhere deep inside my perl bindings (it will cause the whole perl interpreter to crash).
I would prefer to only return CRYPT_INVALID_ARG
by default (which means using current ARGTYPE == 4
as a default).
Metadata
Metadata
Assignees
Labels
No labels