- May 23, 2020
-
-
Marcus Comstedt authored
-
Marcus Comstedt authored
-
- May 19, 2020
-
-
Stephen R. van den Berg authored
-
- May 18, 2020
-
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
- May 16, 2020
-
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
- May 14, 2020
-
-
Stephen R. van den Berg authored
-
- May 13, 2020
-
-
Stephen R. van den Berg authored
-
- May 04, 2020
-
-
Henrik (Grubba) Grubbström authored
-
- Apr 20, 2020
-
-
Martin Nilsson authored
-
- Mar 25, 2020
-
-
Henrik (Grubba) Grubbström authored
Modules in Pike 8.0 need to be syntax-compatible with all released versions of Pike 8.0 (or at least Pike 8.0.232 and later). Fixes #10024.
-
- Mar 23, 2020
-
-
Henrik (Grubba) Grubbström authored
Fixes some of [PIKE-4].
-
- Mar 20, 2020
-
-
Henrik (Grubba) Grubbström authored
Fixes #10020.
-
- Mar 18, 2020
-
-
Henrik (Grubba) Grubbström authored
There may be multiple <title>-tags in an html document where the later are related to SVG. Fixes #10020.
-
- Mar 06, 2020
-
-
Stephen R. van den Berg authored
-
- Feb 25, 2020
-
-
Henrik (Grubba) Grubbström authored
Fixes #10012.
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
- Feb 24, 2020
-
-
Tobias S. Josefowitz authored
Check if it is a mapping before accessing it as such.
-
Tobias S. Josefowitz authored
Web browsers and others have distrusted SHA1 a long while ago, MD2 and MD5 are at this point simply dangerous to support. However, we now support configuration of supported signature algorithms via @[SSL.Context] in case any use case simply needs to support older signature algorithms.
-
Tobias S. Josefowitz authored
-
- Feb 17, 2020
-
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
- Feb 07, 2020
-
-
Henrik (Grubba) Grubbström authored
-
- Feb 01, 2020
-
-
Tobias S. Josefowitz authored
"Resolves" an issue with incorrect dumping of this module.
-
Tobias S. Josefowitz authored
We relatively recently stopped claiming that a connection was peer_closed when in fact we gave up on the SSL connection with a fatal alert. This caused us to signal some errors via the write callback instead. This restores the old signalling behaviour by checking for local_fatal state in some places we only checked for peer_closed before.
-
Tobias S. Josefowitz authored
In practice this ought to have little effect though, as to accept a ticket we also need to be in STATE_wait_for_ticket anyway.
-
Tobias S. Josefowitz authored
Not negotiating the close at the TLS level is in spec, and should not lead to sessions being purged.
-
Tobias S. Josefowitz authored
-
- Jan 20, 2020
-
-
Tobias S. Josefowitz authored
* in CN / SubjectAlternativeName:dNS is supposed to only match one level of the hostname, i.e. *.example.com matches foo.example.com but not www.foo.example.com.
-
- Jan 14, 2020
-
-
Jonas Walldn authored
simplify whitespace generation.
-
- Jan 13, 2020
-
-
Karl Gustav Sterneberg authored
Search.Utils.Logger: Added support for specifying indentation width when creating a Logger instance. [WS-581]
-
- Dec 18, 2019
-
-
Martin Nilsson authored
-
- Dec 16, 2019
-
-
Karl Gustav Sterneberg authored
-