Browse Source

readme update

Jonathan Turner 9 years ago
parent
commit
f4d9d11d96
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -128,4 +128,5 @@ If authentication succeeds then the request's context will have the following va
 | Golang's ASN1 package cannot unmarshal into slice of asn1.RawValue | Yes | https://github.com/golang/go/issues/17321 |
 | Golang's ASN1 package cannot marshal into a GeneralString | Yes - using https://github.com/jcmturner/asn1 | https://github.com/golang/go/issues/18832 |
 | Golang's ASN1 package cannot marshal into slice of strings and pass stringtype parameter tags to members | Yes - using https://github.com/jcmturner/asn1 | https://github.com/golang/go/issues/18834 |
-| Golang's ASN1 package cannot marshal with application tags | Yes | |
+| Golang's ASN1 package cannot marshal with application tags | Yes | |
+| Client's verification of PA-REQ-ENC-PA-REP PA Data checksum fails | Yes - check currently disabled | |