Is your feature request related to a problem? Please describe.
Add support for channel binding in challenge-response handling.
Describe the solution you'd like
In router/auth/cryptosign.go, the extractChannelBinding function has been commented out. This needs to be uncommented and the implementation completed and tested.
Is your feature request related to a problem? Please describe.
Add support for channel binding in challenge-response handling.
Describe the solution you'd like
In
router/auth/cryptosign.go, theextractChannelBindingfunction has been commented out. This needs to be uncommented and the implementation completed and tested.