• This project
    • Loading...
  • Sign in

강현태 / capd2-encryption-optimization

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • capd2-encryption-optimization
  • src
  • optimized
  • test
  • sysdefault.cnf
  • 강현태's avatar
    add original & optimized src · f736271b
    f736271b
    강현태 authored 2018-10-06 22:56:47 +0900
sysdefault.cnf 241 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Configuration file to test system default SSL configuration

openssl_conf = default_conf

[ default_conf ]

ssl_conf = ssl_sect

[ssl_sect]

system_default = ssl_default_sect

[ssl_default_sect]
MaxProtocol = TLSv1.2
MinProtocol = TLSv1.2