Skip to content

Commit 14339a4

Browse files
GODRIVER-2211: Support KMIP Provider (#812)
1 parent fcd593d commit 14339a4

File tree

15 files changed

+3724
-35
lines changed

15 files changed

+3724
-35
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ issues:
7676
- path: (.+)_test.go
7777
text: G401|G402|G404
7878
linters:
79-
- gosec
79+
- gosec
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"_id": {
3+
"$binary": {
4+
"base64": "KMIPAAAAAAAAAAAAAAAAAA==",
5+
"subType": "04"
6+
}
7+
},
8+
"keyMaterial": {
9+
"$binary": {
10+
"base64": "eUYDyB0HuWb+lQgUwO+6qJQyTTDTY2gp9FbemL7ZFo0pvr0x6rm6Ff9OVUTGH6HyMKipaeHdiIJU1dzsLwvqKvi7Beh+U4iaIWX/K0oEg1GOsJc0+Z/in8gNHbGUYLmycHViM3LES3kdt7FdFSUl5rEBHrM71yoNEXImz17QJWMGOuT4x6yoi2pvnaRJwfrI4DjpmnnTrDMac92jgZehbg==",
11+
"subType": "00"
12+
}
13+
},
14+
"creationDate": {
15+
"$date": {
16+
"$numberLong": "1634220190041"
17+
}
18+
},
19+
"updateDate": {
20+
"$date": {
21+
"$numberLong": "1634220190041"
22+
}
23+
},
24+
"status": {
25+
"$numberInt": "0"
26+
},
27+
"masterKey": {
28+
"provider": "kmip",
29+
"keyId": "1"
30+
},
31+
"keyAltNames": ["kmip"]
32+
}

0 commit comments

Comments
 (0)