Skip to content

Exception raised by generateEcIdentity on Windows #722

@Harold-Glitch

Description

@Harold-Glitch

Unable to run dhtchat after successful compilation and link on Windows.

Caused in tools_common.h by

dht::crypto::generateEcIdentity("DHT Node CA")


    if (not params.id.first and params.generate_identity) {
        auto node_ca = std::make_unique<dht::crypto::Identity>(**dht::crypto::generateEcIdentity("DHT Node CA")**);
        

Exception raised in crypto.cpp in: void Certificate::unpack(const uint8_t* dat, size_t dat_size)

Access violation at: gnutls_free(cert_list);

It runs fine on Linux, but did someone run dhtchat with success in version V3.2.0 on Windows ?

Metadata

Metadata

Assignees

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