Revision c6b32510c32848d2476d0eb78548ee8d952bc8fe authored by Curtis Vogt on 20 February 2017, 14:09:32 UTC, committed by Tony Kelman on 20 February 2017, 14:09:32 UTC
* Use mbedTLS hostname verification for LibGit2

Corrects issues with hostname verification failing when the SSL subjectAltName is not
specified and the CN should be used.

* Add test for mbedTLS verification

* Made mbedTLS verification a seperate patch

* Disable startup-file

* Remove use of which

* Changes from PR review

* Use localhost when hostname isn't set to loopback

* Handle getaddrinfo exception

* Improve warning message

* Add libgit2-mbedtls-hostname.patch dependency

libgit2-mbedtls-hostname patch directly depends on the libgit2-mbedtls
patch. The libgit2-mbedtls-writer-fix patch also modifies the
mbedtls_stream.c file seperate section of the file. To ensure that the
patches are always applied in the same order we'll make the hostname
patch dependent on the writer-fix patch.
1 parent 9706c8b
History
File Mode Size
accessors.jl -rw-r--r-- 7.2 KB
adjusters.jl -rw-r--r-- 21.1 KB
arithmetic.jl -rw-r--r-- 23.2 KB
conversions.jl -rw-r--r-- 5.4 KB
io.jl -rw-r--r-- 16.5 KB
periods.jl -rw-r--r-- 17.2 KB
query.jl -rw-r--r-- 9.3 KB
ranges.jl -rw-r--r-- 22.8 KB
rounding.jl -rw-r--r-- 7.5 KB
types.jl -rw-r--r-- 8.9 KB

back to top