Go to file
Nils Maier 0a51b8d172 WinTLS: Accept chains with no revocation information.
This is kind what browser do anyway (IE, Firefox, Chrome tested), what
AppleTLS does, what GnuTLS does and what OpenSSL does. Actually, most
browsers will also be OK with the CRL/OCSP provider being offline.
WinTLS will still fail in that case.

Should revocation information be available in the trust chain (CRL or
OCSP) the certificate still will be checked!

"Real" CAs, aka. those provided by the OS or system CA bundle, usually
provide revocation information and are thus still checked.
It should be mostly (only?) custom (organization) CAs that lack
revocation information, but those users might want to use aria2 in their
intranets and VPNs anyway ;)

See #217
2014-04-13 18:50:38 +02:00
deps Add preliminary libtool files for libaria2 2013-04-25 11:38:26 +09:00
doc Update bash_completion 2014-03-23 21:34:13 +09:00
examples Fix compile error 2013-06-27 00:20:48 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr 2013-08-21 23:19:01 +02:00
osx-package Initial revision of the a new OSX release Makefile 2013-12-19 18:46:51 +01:00
po Removed generated aria2.pot 2012-11-29 22:52:14 +09:00
src WinTLS: Accept chains with no revocation information. 2014-04-13 18:50:38 +02:00
test Treat 30X response without Location header field as error 2014-02-05 21:20:09 +09:00
.gitignore Update .gitignore 2014-03-22 12:26:15 +09:00
AUTHORS Add myself to AUTHORS 2013-09-24 19:04:25 +02:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
ChangeLog Added empty ChangeLog. 2010-11-28 00:38:58 +09:00
ChangeLog.old Moved ChangeLog to ChangeLog.old and added notice that we no longer 2010-11-28 00:23:20 +09:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Ship makerelease* and dependencies in dist archives 2013-12-19 18:55:06 +01:00
NEWS Update NEWS 2014-03-30 18:22:09 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android Update doc 2014-04-09 23:30:44 +09:00
README.mingw Update doc 2014-04-09 23:30:44 +09:00
README.rst Correct a variable 2014-03-01 15:28:10 +01:00
android-config Add -lstdc++ -lsupc++ in configure.ac not in android-config 2012-07-30 21:17:49 +09:00
android-make Merged Android build scripts 2012-06-29 00:51:13 +09:00
android-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
build_test.sh Added build test without libnettle, libgcrypt and openssl. 2012-01-08 00:59:34 +09:00
configure.ac Implement falloc equivalent in OSX 2014-04-12 02:55:31 +02:00
import-po Removed PO files from repository 2012-11-28 23:42:08 +09:00
makerelease Add comment to makerelease about OSX builds 2013-12-19 18:55:06 +01:00
makerelease-osx.mk makerelease-osx: Do not hardcode -Os into CXXFLAGS 2014-01-02 21:12:32 +01:00
mingw-build-memo mingw: Added build memo for mingw build 2012-09-02 18:41:10 +09:00
mingw-config Workaround: Use PKG_CONFIG_PATH instead of PKG_CONFIG_LIBDIR for mingw32 2013-12-27 00:22:40 +09:00
mingw-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

README

See README.rst