Merge branch 'develop' into 373
* develop: (21 commits)
Add OpenSSL version check for X509_check_host
Try to update OpenSSL on Ubuntu$
Add TLS config for client and server for hostname verification #420
Add TLS hostname check and CApath #420 #418
Add tests for wrong protocol name #294
Check for bad protocol name #294
Check for SSLOptions structure when SSL protocol prefix is used #334
Update CONTRIBUTING.md CLA info
Remove reference to exit() function #342
Reinstate tests for appveyor
Enclose references to OsWrapper in #if defines
Squashed commit of the following:
Package AppVeyor artifacts attempt 1
Create /usr/local/include if it doesn't exist #275
Remove 373 test from Makefile... add the test source for posterity #416
Add doc for token in ResponseOptions #411
Add missing string.h include to SSLSocket.c
Try AppVeyor config again
Update AppVeyor config for latest test broker updates
Move ListRemove after where qe is used #339
...
# Conflicts:
# src/SSLSocket.c
# test/test_issue373.c
Signed-off-by:
Juergen Kosel <juergen.kosel@softing.com>
Showing
test/ssl/cert.zip
deleted
100644 → 0
File deleted
test/ssl/client-expired.crt
0 → 100644
test/ssl/client-expired.csr
0 → 100644
test/ssl/client-revoked.crt
0 → 100644
test/ssl/client-revoked.csr
0 → 100644
test/ssl/client-revoked.key
0 → 100644
test/ssl/client.csr
0 → 100644
This diff is collapsed.
test/ssl/crl.pem
0 → 100644
test/ssl/rootCA/crlnumber
0 → 100644
test/ssl/rootCA/index.txt
0 → 100644
test/ssl/rootCA/serial
0 → 100644
test/ssl/rootCA/serial.old
0 → 100644
test/ssl/server-expired.csr
0 → 100644
test/ssl/server.csr
0 → 100644
test/ssl/server.pem
deleted
100644 → 0
test/ssl/signingCA/crlnumber
0 → 100644
test/ssl/signingCA/index.txt
0 → 100644
test/ssl/signingCA/serial
0 → 100644
test/ssl/test-alt-ca.csr
0 → 100644
test/ssl/test-signing-ca.csr
0 → 100644
Please
register
or
sign in
to comment