Skip to content

Error in Decrypt any remaining partial blocks #439

@ssuriyayuvan

Description

@ssuriyayuvan

Here In Storage Server I got an error while decrypt any remaining partial block

if (EVP_DecryptFinal_ex(ctx, o, &len) <= 0) {
        throw std::runtime_error("Could not finalise decryption");
    }
    o += len;

I'm running latest session client but still got an error

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions