space88man
space88man
This PEM is parsed by OpenSSL 3.0.5 5 Jul 2022 (Library: OpenSSL 3.0.5 5 Jul 2022) With botan 2.19.1 I am getting ``` $ botan cert_info entity1.in X509_Certificate parsing failed...
Requesting for TodoMVC guide for v2. Currently, the example uses ``` var app = app || {}; app.controller = function () { ``` and ``` app.view = (function () {...
### Version master ### Description RFE: treat a PKCS#11 private key as something that can be used with `wolfSSL_CTX_use_PrivateKey_buffer()` / `wolfSSL_use_PrivateKey_buffer()` like in OpenSSL(
### Description If the INVITE contains `;ob` but no `;+sip.instance=xxxx;reg-id=N` then a flow-token is not added to the record-route header. This is contrary to RFC5626. #### Reproduction Configure 2 x...
### Description This is an umbrella ticket to address issues with the WIP `tls_wolfssl` module ### Expected behavior The module behaves robustly under load testing and various configurations and thus...
Looks like the API has changed and it needs to call `add_authenticator(...)` with a `IAuthenticator` instance and not `(u"wampcra", authid="xxxx", secret="xxxx")`. ``` python examples/twisted/wamp/auth/backend.py 2019-11-08T21:10:47+0800 ApplicationSession could not be instantiated:...
Python documentation encourages users to use asyncio.run to launch the "main" coroutine. ApplicationRunner does not expose how to integrate itself into that pattern, as the `run()` method encapsulates the `loop.run_forever()`....
This was addressed in #1459 but seems to be happening again. ``` crossbar 19.10.1 ``` Terminal 1 ``` pwd .../examples/router crossbar start 2019-11-07T14:21:59+0800 [Router 588434] Router.attach(session=7239369389230607) 2019-11-07T14:21:59+0800 [Router 588434] Router.attach(session=7239369389230607):...
Introducing [sippy_async](https://github.com/space88man/sippy_async): a monkey patch to run the event loop over [anyio 3](https://github.com/agronholm/anyio), which means that the loop will support asyncio or trio. I realised that this repo had moved...
Fix a python3 papercut where dict.items() is not subscriptable.