[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Wed Aug 17 16:46:00 EEST 2022


New commits:
commit e363a66fa5b3f7ba229e9d6d5acf5a64e33cf50a
Merge: 302cd3278e d2db05cec2
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed Aug 17 09:40:47 2022 -0400

    crypto: rename private_key_* to secret_*
    
    private_key_stuff -> secret_stuff
    private_key_kind -> secret_kind
    PKK_* -> SECRET_*
    
    Merge commit 'd2db05cec25a13a6989e95d156a760d1467f640f'

commit d2db05cec25a13a6989e95d156a760d1467f640f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 16 22:17:25 2022 -0400

    crypto: enum private_key_kind -> enum secret_kind
    
    ditto PKK_RSA et.al. to SECRET_RSA et.al.
    
    Again move away from any suggestion that it is public/private key
    stuff.  Also get away from the too close pkk prefix.

commit 29dc024ba31401ef9f55d3504049ef8d16b58234
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed Aug 17 08:20:36 2022 -0400

    testing: expect SECRET_... in enumcheck output

commit 74740943ad3c02157ffeca8c872bb98b01717097
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 16 22:15:50 2022 -0400

    crypto: struct private_key_stuff -> struct secret_stuff
    
    Move away from any implication that the structure is just
    for public/private key pairs.



More information about the Swan-commit mailing list