Skip to content

Commit

Permalink
[FABG-924] Patch upstream.
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Likic <aleksandar.likic@securekey.com>
  • Loading branch information
Aleksandar Likic committed Dec 7, 2019
1 parent ba12471 commit f6335e7
Show file tree
Hide file tree
Showing 136 changed files with 1,178 additions and 5,004 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"time"

"github.com/cloudflare/cfssl/csr"
"github.com/hyperledger/fabric-ca/util"
"github.com/hyperledger/fabric-sdk-go/internal/github.com/hyperledger/fabric-ca/util"
)

// RegistrationRequest for a new identity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ package api

import (
"github.com/cloudflare/cfssl/signer"
"github.com/hyperledger/fabric/idemix"
)

/*
Expand All @@ -48,12 +47,6 @@ type EnrollmentRequestNet struct {
AttrReqs []*AttributeRequest `json:"attr_reqs,omitempty"`
}

// IdemixEnrollmentRequestNet is a request to enroll an identity and get idemix credential
type IdemixEnrollmentRequestNet struct {
*idemix.CredRequest `json:"request"`
CAName string `json:"caname"`
}

// ReenrollmentRequestNet is a request to reenroll an identity.
// This is useful to renew a certificate before it has expired.
type ReenrollmentRequestNet struct {
Expand Down
Loading

0 comments on commit f6335e7

Please sign in to comment.