Ilja Neumann

Results 54 comments of Ilja Neumann

Merge after 10.9, decided in planning. Edit: 10.10 was released, and we have merged after 10.10, for release in core 10.11

Should we re-add this? https://github.com/owncloud/core/pull/31761/commits/310ddc805b27f824cc9034bf2f7acacd37ba6584

> The solution would be to merge this into one function like getOrCreateToken so that we can implement this as an atomic operation on sql Yes also thought about the...

Didn't work on this anymore

> See the [openSSL migration docs](https://www.openssl.org/docs/man3.0/man7/migration_guide.html), especially the [Legacy-Algorithms](https://www.openssl.org/docs/man3.0/man7/migration_guide.html#Legacy-Algorithms) section This is probably not due to deprecated algorithms as we never use MD2 or DES (maybe our libraries do?). We...

@pako81 Do both calls return this error? Do you know? ``multikeyencryption failed error:0480006C:PEM routines::no start line``

Hmhh... I wonder if we need to change our encryption key format and provide a migration as @mmattel already hinted because ``PEM routines::no start line`` sounds like openssl v3 can't...

Are some of our key-files missing "start lines" ? https://snippets.aktagon.com/snippets/543-how-to-fix-pem-read-bio-no-start-line-error-nginx-error Adding those might fix this, however we then need to check every site where we read keys, as we might...

@pako81 Was this an upgraded instance or a fresh-one? Because I would assume that if the keys were initially written with openssl v3 it would automatically add those start-lines (or...

There is more :cry: (Create new file, try to save) ``` multikeyencryption failed error:0308010C:digital envelope routines::unsupported\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/ilja\\\/code\\\/core\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Encryption.php(293) ```