add field for certficate chain

This commit is contained in:
Seth Schoen
2012-07-20 16:43:42 -07:00
parent 8db37e5501
commit d02883ca38
+1 -1
View File
@@ -31,7 +31,6 @@ message chocolatemessage {
message Failure {
required FailureReason cause = 1;
optional string URI = 2; /* for more human-readable information */
// optional string affectedrequest = 3; /* nonce of the SigningRequest that provoked this failure */
}
message Proceed {
@@ -69,6 +68,7 @@ message chocolatemessage {
message Success {
required string certificate = 1;
optional string chain 2;
}