Ilja Neumann

Results 54 comments of Ilja Neumann

@PVince81 basically yes and modify checksum stream to calculate the new checksum. checksum column does not need widening: ``` php > echo strlen(hash('sha3-256',"foo") . hash('md5',"foo") . hash('adler32', "foo") . hash('sha1',...

Mockup to better bring the point across: ```go // Implementation of the bootstrap interface type bootstrap struct { signInFormURI *url.URL signedOutURI *url.URL authorizationEndpointURI *url.URL endSessionEndpointURI *url.URL tlsClientConfig *tls.Config issuerIdentifierURI *url.URL...

Started something similar, but got sidetracked :-/ This can start and stop midi-devices in sync so far. https://github.com/IljaN/canihazmidi

We also seem to have encountered some problems due to DS-Lite. https://www.juniper.net/documentation/us/en/software/junos/nat/topics/topic-map/security-ipv6-dual-stack-lite.html

Very old, please reopen if necessary.

@jnweiger What are the next steps here? Should we implement the suggestions?

Verified that this is fixed via: https://github.com/owncloud/core/issues/38287#issuecomment-1012520522