mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 06:22:17 -04:00
atls: make client cfg reusable
This commit is contained in:
parent
989c128fa6
commit
e9916a7d3a
3 changed files with 91 additions and 46 deletions
|
@ -4,9 +4,6 @@ import (
|
|||
"encoding/asn1"
|
||||
)
|
||||
|
||||
// ATLSNonce is the ASN.1 object identifier used to transmit a nonce from server to client.
|
||||
var ATLSNonce = asn1.ObjectIdentifier{1, 3, 9900, 0, 1}
|
||||
|
||||
// Getter returns an ASN.1 Object Identifier.
|
||||
type Getter interface {
|
||||
OID() asn1.ObjectIdentifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue