Lines Matching full:tack
101 X.509 with TACK
103 To run an X.509 server using a TACK, install TACKpy, then run the same server
204 settings.useExperimentalTACKExtension = True # Needed for TACK support
208 If you want to check the server's certificate using TACK, you should set the
209 "useExperiementalTACKExtension" value in HandshakeSettings. (Eventually, TACK
213 you a TACK (and/or any TACK Break Signatures):
256 provide a TACK to assist the client in authenticating your certificate chain.
257 This requires the TACKpy library. Load a TACKpy.TACK object, then do:
260 settings.useExperimentalTACKExtension = True # Needed for TACK support
263 tack=tack, settings=settings)
288 TACK objects return the (validated) TACK ID via getTACKID().
320 - Server's TACK was unrelated to its certificate chain
384 #Authenticate server based on its TACK ID
484 - Updated TACK (compatible with tackpy 0.9.9)
487 - Updated TACK (compatible with tackpy 0.9.7)
501 are readable. The main new feature is support for TACK, an experimental
503 https://github.com/moxie0/Convergence/wiki/TACK ).
532 - cryptoIDs (TACK is better).
539 - Support for TACK via TACKpy.