Skip to content

Conversation

@palkan
Copy link
Contributor

@palkan palkan commented Jun 13, 2017

Add support for tls_config_insecure_* functions.

Examples usage:

# do not verify anything
Tls::Config.new(noverify: true)

# equals 
Tls::Config.new(noverify: "cert")

# or do not verify only time
Tls::Config.new(noverify: "time")

# or name
Tls::Config.new(noverify: "name")

# raise error otherwise
Tls::Config.new(noverify: "foo") #=> ArgumentError

@Asmod4n Asmod4n merged commit af80934 into Asmod4n:master Jun 13, 2017
@Asmod4n
Copy link
Owner

Asmod4n commented Jun 13, 2017

@palkan thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants