Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T trusted-firmware-a
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arm Reference Solutions
  • trusted-firmware-a
  • Repository
  • trusted-firmware-a
  • plat
  • marvell
  • a3700
  • common
  • a3700_common.mk
Find file BlameHistoryPermalink
  • Konstantin Porotchkin's avatar
    fix: plat/marvell: a3700: Remove encryption password · 076374c9
    Konstantin Porotchkin authored Nov 06, 2018
    
    
    According to "openssl" manual:
    -K key
    The actual key to use: this must be represented as a string
    comprised only of hex digits. If only the key is specified,
    the IV must additionally specified using the -iv option.
    When both a key and a password are specified, the key given
    with the -K option will be used and the IV generated from the
    password will be taken.
    It does not make much sense to specify both key and password.
    
    This patch removes "-k 0" parameter from the encryption command
    since we are already using "-K" and "-iv" for the key and IV.
    
    Change-Id: Ia333cedaa3207e643c95d2ec7c229f50eeab96db
    Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
    Reviewed-on: http://vgitil04.il.marvell.com:8080/60745
    
    
    Reviewed-by: default avatarIgal Liberman <igall@marvell.com>
    Tested-by: default avatariSoC Platform CI <ykjenk@marvell.com>
    Reviewed-by: default avatarSharon Habet <sharonh@marvell.com>
    076374c9