-
Notifications
You must be signed in to change notification settings - Fork 484
Closed
Description
Description
I just run into some issues with a compiled binary which was using multiple definitions of der_*
functions
In my example these two libraries are providing 'der_*' helpers
- /lib/x86_64-linux-gnu/libhx509.so.5
- 532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/CryptX/CryptX.so
der_length_integer
is available from both libraries
but only der_decode_integer
is availabe from CryptX.so
We should consider renaming all the der_*
functions with a prefix like tomcrypt_
also reported to heimdal repo as heimdal/heimdal#911
Metadata
Metadata
Assignees
Labels
No labels