Fix PKCS#12 tests. (#787) (#788)

(cherry picked from commit e1e60892a8)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/791/head
patchback[bot] 2024-07-21 15:06:44 +02:00 committed by GitHub
parent 0e3d5f7036
commit 6cd06848b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
that: that:
- p12_standard_check is changed - p12_standard_check is changed
- p12_standard is changed - p12_standard is changed
- p12.stdout_lines[2].split(':')[-1].strip() == 'abracadabra' - p12.stdout_lines[2].split(':')[-1].strip() == 'abracadabra' or
p12.stdout_lines[1].split(':')[-1].strip() == 'abracadabra'
- p12_standard.mode == '0400' - p12_standard.mode == '0400'
- p12_no_pkey is changed - p12_no_pkey is changed
- p12_validate_no_pkey.stdout_lines[-1] == '-----END CERTIFICATE-----' - p12_validate_no_pkey.stdout_lines[-1] == '-----END CERTIFICATE-----'