diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2024-09-24 10:33:07 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2024-09-30 09:11:42 +0200 |
commit | c4ffd8443949db03cda56deb76b474dc583189f7 (patch) | |
tree | 6d9c53525cedc5330e2701267c52a130a3d38aa5 /.reuse/dep5 | |
parent | 79dd81995f70f71a5ba2e19957d9261e3a6030b3 (diff) | |
download | nextcloud-server-c4ffd8443949db03cda56deb76b474dc583189f7.tar.gz nextcloud-server-c4ffd8443949db03cda56deb76b474dc583189f7.zip |
fix: gracefully parse non-standard trusted certificatesbackport/48307/stable30
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to '.reuse/dep5')
-rw-r--r-- | .reuse/dep5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index 37dab9b376a..80b9ea8097f 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -7,7 +7,7 @@ Files: lib/l10n/*.js lib/l10n/*.json core/l10n/*.js core/l10n/*.json apps/admin_ Copyright: 2016 ownCloud, Inc., 2016-2024 Nextcloud translators License: AGPL-3.0-only OR AGPL-3.0-or-later -Files: tests/data/block-aligned-plus-one.txt tests/data/block-aligned.txt tests/data/data.tar.gz tests/data/data.zip tests/data/desktopapp.png tests/data/desktopapp.svg tests/data/certificates/badCertificate.crt tests/data/certificates/expiredCertificate.crt tests/data/certificates/goodCertificate.crt tests/data/integritycheck/app/AnotherFile.txt tests/data/integritycheck/app/subfolder/file.txt tests/data/integritycheck/appWithInvalidData/AnotherFile.txt tests/data/integritycheck/appWithInvalidData/UnecessaryFile apps/user_ldap/tests/Integration/data/avatar-invalid.gif apps/user_ldap/tests/Integration/data/avatar-valid.jpg apps/user_ldap/img/copy.png apps/user_ldap/img/copy.svg +Files: tests/data/block-aligned-plus-one.txt tests/data/block-aligned.txt tests/data/data.tar.gz tests/data/data.zip tests/data/desktopapp.png tests/data/desktopapp.svg tests/data/certificates/badCertificate.crt tests/data/certificates/expiredCertificate.crt tests/data/certificates/goodCertificate.crt tests/data/certificates/openSslTrustedCertificate.crt tests/data/integritycheck/app/AnotherFile.txt tests/data/integritycheck/app/subfolder/file.txt tests/data/integritycheck/appWithInvalidData/AnotherFile.txt tests/data/integritycheck/appWithInvalidData/UnecessaryFile apps/user_ldap/tests/Integration/data/avatar-invalid.gif apps/user_ldap/tests/Integration/data/avatar-valid.jpg apps/user_ldap/img/copy.png apps/user_ldap/img/copy.svg Copyright: 2015 ownCloud, Inc. License: AGPL-3.0-only |