Skip to content

Commit

Permalink
[FABG-927] 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 authored and troyronda committed Dec 14, 2019
1 parent 73d44b6 commit 17677af
Show file tree
Hide file tree
Showing 114 changed files with 1,046 additions and 4,909 deletions.
2 changes: 1 addition & 1 deletion internal/github.com/hyperledger/fabric-ca/api/client.go
Expand Up @@ -14,7 +14,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
7 changes: 0 additions & 7 deletions internal/github.com/hyperledger/fabric-ca/api/net.go
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

0 comments on commit 17677af

Please sign in to comment.