Skip to content

Lookup ciphers programatically. #304

Closed
@ioquatix

Description

@ioquatix

My advice would be to avoid specific support for any particular
digest algorithm. Instead, provide bindings to:

  • EVP_get_digestbyname(),
  • EVP_MD_CTX_create(3),
  • EVP_DigestInit_ex(3),
  • EVP_DigestUpdate(3),
  • EVP_DigestFinal_ex(3),
  • EVP_MD_CTX_destroy(3)

which can they use any available digest algorithm (by name).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions