Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G gnome-keyring
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-keyring
  • Merge requests
  • !39

fix: use wrong parameters using gcry_cipher_get_algo_blklen in the...

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Mingjun Yang requested to merge ymj-uniontech.com/gnome-keyring:master into master Aug 02, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

fix: use wrong parameters using gcry_cipher_get_algo_blklen in the prepare_and_encode_pkcs8_cipher funcion. this paramter of gcry_cipher_get_algo_blklen is the name of algorithm, not the name of digest. when I change the paramter of gcry_cipher_get_algo_blklen, the result still is wrong except GCRY_MD_SHA1. so I check the code of libgcrypt, I find out that this function uses to get length of algorithms, not digests.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master