Skip to content

Consider isolating the der_* functions #582

@atoomic

Description

@atoomic

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions