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
arnoldi.jl -rw-r--r-- 9.2 KB
bidiag.jl -rw-r--r-- 13.0 KB
bunchkaufman.jl -rw-r--r-- 4.4 KB
cholesky.jl -rw-r--r-- 12.7 KB
conjarray.jl -rw-r--r-- 667 bytes
dense.jl -rw-r--r-- 20.8 KB
diagonal.jl -rw-r--r-- 9.6 KB
eigen.jl -rw-r--r-- 4.1 KB
generic.jl -rw-r--r-- 10.8 KB
givens.jl -rw-r--r-- 2.3 KB
hessenberg.jl -rw-r--r-- 1000 bytes
lapack.jl -rw-r--r-- 23.2 KB
lq.jl -rw-r--r-- 4.4 KB
lu.jl -rw-r--r-- 7.4 KB
matmul.jl -rw-r--r-- 14.9 KB
pinv.jl -rw-r--r-- 9.3 KB
qr.jl -rw-r--r-- 7.4 KB
rowvector.jl -rw-r--r-- 6.9 KB
schur.jl -rw-r--r-- 3.6 KB
special.jl -rw-r--r-- 11.3 KB
svd.jl -rw-r--r-- 2.8 KB
symmetric.jl -rw-r--r-- 9.5 KB
triangular.jl -rw-r--r-- 20.3 KB
tridiag.jl -rw-r--r-- 17.6 KB
uniformscaling.jl -rw-r--r-- 6.5 KB

back to top