| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
References: fd3684cdbc165ceaa635ed19fcbd231f509b0179
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce an OpenSSL::Crypto backend for the hashes library
and an OpenSSL::SSL backend for the TLS support in our https
method.
Many thanks to curl for showing the way with how to handle
a CRL file. There are some memory leaks here with the
TlsFd itself as well as the proxy support; and we should
reorganize the code to generate the ssl object as late
as possible.
A peculiar aspect of OpenSSL is that SSL_has_pending() returns
1 even if SSL_read() will fail to read anything and return the
equivalent of EAGAIN. We work around this here by also peeking
ahead 1 byte. I was running a very high RTT connection from
Germany to Australia for testing, and with the peeking it's
using negligible amounts of CPU; before that, it was busy
looping at 100%. Bad OpenSSL!
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
The concrete copyright holders listed are not really relevant
for anything, as they are woefully incomplete anyhow. Grouping
by licensing allows us to focus on what matters: Parts that have
a different license from the overall project.
|
| |
|
|
|
| |
Thanks Petter for chasing down the copyright holders and getting
consent.
|
| | |
|
| |
|
|
|
|
|
|
| |
The debian/copyright (COPYING) file is missing at least two licenses
(Expat, BSD-3-clause) and some copyright statements. A machine-readable
version of COPYING is attached that fixes these.
Closes: #1019273
|
| |
|
|
|
| |
Manually clean up the apt.maintscript, it moved stuff from
before the comment to after the comment...
|
| | |
|
| |
|
|
| |
- Actualized. Removed obsolete Qt section, added GPLv2 clause.
(Closes: #440049, #509337)
|
| |
|
| |
closes: #458966.
|
| |
|
|
|
|
| |
Author: jgg
Date: 1999-11-16 03:23:14 GMT
QT1 license exception
|
|
|
Author: jgg
Date: 1999-01-27 05:01:07 GMT
Added copying
|