Simon Biewald
Simon Biewald
Having wheels on PyPi could make installation a lot faster and may also solve the "library headers are required for installation"-problem. By the way, nice work!
Certain new features are now available with OpenSSL 1.1.0 where the bundled LibreSSL is (compared to OpenSSL 1.1.0) now outdated. With dynamic linking, OpenSSL can be updated separately from h2o...
This PR adds the ability to sign the stored cache values. Most classes now accept the extra argument `secret_key` for signing cache values with this key. *itsdangerous* is used for...
I have a suggestion: It should be possible to sign (/ apply HMAC) to cache values in the same way `werkzeug.contrib.securecookie` does already. `pickle` is used as serializer to serialize...
The HTTPTLSConnection class does not send SNI information. It can be tested by connecting to an SNI-only site and looking at the certificate: ``` python >>> from tlslite.api import HTTPTLSConnection...
By setting `(websspi.Config).ResolveLinked` there will be another `*websspi.UserInfo` placed in the request context with the key `websspi.LinkedTokenUserInfoKey`. The example is extended to return both, the regular and linked token (emphasis...
It might be desirable adding a configuration parameter to do group lookup over the `TokenLinkedToken`. This contains the "elevated" token, if the UAC filtered the direct token. Using the default,...
I'm a fan of open source software. Sadly there is no current version of the PathfinderOpenReference-app in the alternative F-Droid store. Is there the possibility to add it back? Currently...
**Describe the bug** Enclosures may not have a title attribute. **To Reproduce** Add Items with Enclosures that have titles. The title attribute is included in the RSS2 feed (it is...