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

Fixed TLS certs validation for consenters (release-2.2) #2005

Merged
merged 4 commits into from
Oct 14, 2020

Commits on Oct 12, 2020

  1. FAB-18192 Fixed TLS certs validation for consenters. (hyperledger#1888)

    * FAB-18192 Fixed TLS certs validation for consenters.
    Verification of TLS cert against simulated config, not the last one. To achieve that, metadata validator interface was changed, now it requires orderer config instead of just consensus metadata. Also, TLS verification was moved to VerifyMetadata function, it shouldn't have been part of ComputeMembershipChanges. Fixed tests.
    
    Signed-off-by: Vladyslav Kopaihorodskyi <vlad.kopaygorodsky@gmail.com>
    kopaygorodsky authored and wlahti committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    b15b8a0 View commit details
    Browse the repository at this point in the history
  2. IT - update MSP and consenters set in single config update

    FAB-18192
    
    Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
    wlahti committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e02367b View commit details
    Browse the repository at this point in the history
  3. Fix bug in consenter cert validation logic

    It was accidentally verifying only the clientCert and
    not the cert that was passed in.
    
    FAB-18269
    
    Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
    wlahti committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    05e1791 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Update release notes for 2.2.2 for FAB-18192 bug fix

    Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
    wlahti committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c032d47 View commit details
    Browse the repository at this point in the history