xapi-project / vhd-tool

Command-line tools for streaming and manipulating vhd format data
Other
8 stars 26 forks source link

CP-32843 drop legacy ssl support #92

Closed lippirk closed 4 years ago

lippirk commented 4 years ago

Remove ability for client to pass parameters to enable legacy ssl, and hard code any ssl contexts to TLS v1.2

Signed-off-by: lippirk ben.anson@citrix.com

edwintorok commented 4 years ago

https://github.com/xapi-project/xs-opam/blob/master/tools/xs-opam-ci.env Please include this, see how its done in xapi-idl:

language: c
sudo: required
service: docker
install:
  - wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
  - wget https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env
  - source xs-opam-ci.env
script: bash -ex .travis-docker.sh