fix(end-to-encryption): verify metadata#16916
Conversation
|
APK file: https://github.com/nextcloud/android/actions/runs/24997113741/artifacts/6661594771 |
| jbyteArray messageDataArray, | ||
| jobjectArray certPemArray | ||
| ) { | ||
| jsize cmsLen = env->GetArrayLength(cmsDataArray); |
There was a problem hiding this comment.
due to BouncyCastle's issue with BER encoded CMSSignedData.
Uses iOS logic.
bef16e3 to
263888e
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/25095810422/artifacts/6701744316 |
421ab4d to
77e3efb
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/25109632977/artifacts/6707963283 |
|
/backport to stable-33.1.x |
77e3efb to
9f12a6e
Compare
Signed-off-by: alperozturk96 <alper_ozturk@proton.me> # Conflicts: # app/.gitignore # app/build.gradle.kts # ndk.env
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
c103b49 to
8bccac7
Compare
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
APK file: https://github.com/nextcloud/android/actions/runs/25168091679/artifacts/6731770815 |
Uses same verification logic just like iOS, Desktop
Adds tests