jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
729 stars 249 forks source link

fix neg token unmarshal when req flags are present #406

Closed jcmturner closed 3 years ago

jcmturner commented 4 years ago

Removed the use of the type gssapi.ContextFlags. Making use of asn1.BitString instead as the the ContextFlags was causing an issue with the asn1 marshaling.