Tero Saarni

Results 32 issues of Tero Saarni

some errors spotted at https://forums.ouya.tv/discussion/4210/errors-on-app-exit-any-help-or-info-would-be-appreciated - Make sure that native window will be released at shutdown by a call to `ANativeWindow_release(window)` - Always before releasing window, make sure that renderer...

This change adds support to hot-reload TLS certificate and key without requiring server restart. It makes it possible to automatically reload PEM files, PKCS#12 and JKS keystores, when they are...

Some of the certificates in test resources had unintentionally expired. They may cause test errors if used in tests that expects valid certificates. * Reformatted `ssl.txt` into a shell script...

* Change deprecated ssl.wrap_socket() to SSLContext.wrap_context(). * Add new server hook to allow user to create custom SSLContext. * Updated the documentation. Fixes #1140 Signed-off-by: Tero Saarni

Feature/SSL

### Issue ClamAV currently flags `pouchdb.js` file as potential malware by alerting about following finding: `PUA.Html.Exploit.CVE_2012_0469-1` (PUA = Potentially Unwanted Applications). It seems that SHA256 of that file have been...

I'm working with [Keycloak](https://github.com/keycloak/keycloak), which is a big code base. Opening the project is quite frustrating: it takes 5+ minutes for the things to settle down. It seems that just...

question

If uncompressed layers are stored to the registry, skopeo will compress them on the fly when executing "skopeo copy ... oci:dir". In this case there will be disparity between the...

**Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): BUG REPORT **Version of Anchore Engine and Anchore CLI if applicable**: Anchore Engine v0.9.4 Anchore CLI v0.9.1 **What happened**:...

bug
triaged

This change adds minimal support for Envoy's [overload manager](https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/overload_manager/overload_manager) to avoid cases where Envoy process is terminated by the out-of-memory killer, which results in traffic distrubances. This PR proposes that...

release-note/minor

I have capture file that uses DLT_LINUX_SLL2 link layer format https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html. It is used by [default by `tcpdump`](https://github.com/the-tcpdump-group/tcpdump/pull/850). When trying to run `tcprewrite` following error is printed since the link...

enhancement