[Rt-commit] rt branch, 4.4/crypt-minor-fixes-2, repushed

? sunnavy sunnavy at bestpractical.com
Mon Feb 8 11:55:44 EST 2021


The branch 4.4/crypt-minor-fixes-2 was deleted and repushed:
       was ba941583931ee3c28b04b55ff6cf9622a6948752
       now e611760cfdd74301f6dc00283a07179a11fcaa38

1: 124db83e80 = 1: 124db83e80 Keep entire GnuPG fingerprint; don't truncate to 8 characters
2: b1e6dfd2f8 = 2: b1e6dfd2f8 Include S/MIME certificate serial number in tooltip
3: 92aff8842d = 3: 92aff8842d Update tests for newly-included S/MIME certificate serial number
4: be277569dd = 4: be277569dd Add ability to download S/MIME certificates
5: 6d6304741f = 5: 6d6304741f Fix user PrivateKey test of setting it to an invalid value
6: 0538eff76d < -:  ------- Switch from key to fingerprint for PrivateKey select
-:  ------- > 6: 09ad19c38b Switch from key to fingerprint for user PrivateKey
7: ba94158393 ! 7: e611760cfd Update tests for the "key => fingerprint" change of PrivateKey select
    @@ -1,6 +1,19 @@
     Author: sunnavy <sunnavy at bestpractical.com>
     
         Update tests for the "key => fingerprint" change of PrivateKey select
    +
    +diff --git a/t/security/CVE-2012-4735-sign-any-key.t b/t/security/CVE-2012-4735-sign-any-key.t
    +--- a/t/security/CVE-2012-4735-sign-any-key.t
    ++++ b/t/security/CVE-2012-4735-sign-any-key.t
    +@@
    +     for my $key (@{$info{info}}) {
    +         my $user = $key->{User}[0]{String};
    +         $user = (Email::Address->parse( $user ))[0]->address;
    +-        $secret_keys{$user} = $key->{Key};
    ++        $secret_keys{$user} = $key->{Fingerprint};
    +     }
    + }
    + 
     
     diff --git a/t/web/admin_user.t b/t/web/admin_user.t
     --- a/t/web/admin_user.t



More information about the rt-commit mailing list