Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MESH-1680 bump libsecp256k1 #1

Merged
merged 1 commit into from
Sep 6, 2021
Merged

Commits on Sep 2, 2021

  1. RUSTSEC-2021-0076 bump libsecp256k1 (paritytech#9391)

    * RUSTSEC-2021-0076 bump libsecp256k1
    
    libsecp256k1 allows overflowing signatures
    https://rustsec.org/advisories/RUSTSEC-2021-0076
    
    Changes were made to conform to libsecp256k1 version differences.
    
    Closes paritytech#9356
    
    * parse_standard_slice() -> parse_overflowing_slice()
    
    * Added v2 host function for ecdsa_verify
    
    * Add feature tag over helpers
    
    * Added ecdsa_verify v2 to test runner
    
    * PR feedback
    
    - Spaces -> tabs
    - renamed two helper functions
    
    * Fixed imports after rebasing
    
    * Bump rest of libsecp256k1
    
    * Add version2 for ecdsa pubkey recovery
    
    * Update primitives/core/src/ecdsa.rs
    
    * Update primitives/core/src/ecdsa.rs
    
    * Update Cargo.lock
    
    Co-authored-by: Bastian Köcher <[email protected]>
    2 people authored and Neopallium committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    696d714 View commit details
    Browse the repository at this point in the history