Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
S system_vold
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • halo
  • system_vold
  • Repository

Switch branch/tag
  • system_vold
  • cryptfs.c
Find file BlameHistoryPermalink
  • Adam Langley's avatar
    Don't use deprecated OpenSSL functions. · 889c4f1e
    Adam Langley authored Sep 03, 2014
    This change simply switches from the deprecated
    EVP_{En|De}crypt{Init|Final} to the newer, _ex versions of the same.
    
    There is no difference in behaviour, save for calling
    EVP_CIPHER_CTX_init, as the deprecated versions are just wrappers around
    the _ex functions. See
    https://git.openssl.org/gitweb/?p=openssl.git;a=blob;f=crypto/evp/evp_enc.c;h=f705967a40ab92cdf3c2ba8dd6bc19680d6157d6;hb=HEAD#l274
    
    
    
    This change is required for the transition to BoringSSL, which removes
    the deprecated functions.
    
    Bug: 17409664
    Change-Id: I35c6cc2d86d0c876a9edaff1e5571170fe393d87
    Signed-off-by: default avatarAdam Langley <agl@google.com>
    889c4f1e
cryptfs.c 64 KB
EditWeb IDE

Replace cryptfs.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.