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

Andrew Cagney cagney at vault.libreswan.fi
Thu Oct 31 11:55:56 UTC 2019


New commits:
commit 2924b21763ae252e5a9aee1e5b098bdf4f7ecf77
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed Oct 30 10:43:15 2019 -0400

    crypto: merge ECDSA_calculate_sighash() and RSA_ikev2_calculate_sighash()
    
    Cleanup interface:
    
    - enum notify_payload_hash_algorithms hash_algo
      -> const struct hash_desc *hasher
    
    - const unsigned char *idhash
      -> const struct crypt_mac *idhash
    
    - unsigned char *sig_octets, /* output */
      size_t *sig_size, /* input & output */
      -> 'return' struct crypt_mac
    
    mumble something about how switch statements are being used
    to map from hash_algo to hasher



More information about the Swan-commit mailing list