Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jami-daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • savoirfairelinux
  • jami-daemon
  • Repository
Switch branch/tag
  • jami-daemon
  • src
  • base64.cpp
Find file BlameHistoryPermalink
  • Florian Wiesweg's avatar
    base64: replace custom implementation by pjlib's one · 8ad62c90
    Florian Wiesweg authored Apr 13, 2017 and Guillaume Roguez's avatar Guillaume Roguez committed Apr 19, 2017
    Whenever possible, functionality of underlying standard
    libraries should be preferred to custom implementations
    to prevent maintenance cost and security issues.
    
    - Remove custom base64 implementation
    - Replace by pjlib's [1]
    
    [1] http://www.pjsip.org/pjlib-util/docs/html/group__PJLIB__UTIL__BASE64.htm
    
    Change-Id: I0d111c69e93f352a7b4e599bf97fecb968447c28
    8ad62c90