HomeSort by relevance Sort by last modified time
    Searched full:tack (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/tlslite/tlslite/utils/
tackwrapper.py 5 from tack.structures.Tack import Tack
6 from tack.structures.TackExtension import TackExtension
7 from tack.tls.TlsCertificate import TlsCertificate
pem.py 42 name="TACK BREAK SIG". Arbitrary text can appear between and before and
45 " Created by TACK.py 0.9.3 Created at 2012-02-01T00:30:10Z -----BEGIN TACK
49 SkbOlK4ywqt+amhWbg9txSGUwFO5tWUHT3QrnRlE/e3PeNFXLx5Bckg= -----END TACK
50 BREAK SIG----- Created by TACK.py 0.9.3 Created at 2012-02-01T00:30:11Z
51 -----BEGIN TACK BREAK SIG-----
54 +kdDqX/9/183nmjx6bf0ewhPXkA0nVXsDYZaydN8rJU1GaMlnjcIYxY= -----END TACK
  /external/chromium_org/third_party/tlslite/tests/
TACK1.pem 1 Created by TACK.py 0.9.6
3 -----BEGIN TACK-----
8 -----END TACK-----
TACK2.pem 1 Created by tack.py 0.9.7
3 -----BEGIN TACK-----
8 -----END TACK-----
TACKunrelated.pem 1 Created by TACK.py 0.9.6
3 -----BEGIN TACK-----
8 -----END TACK-----
TACKs.pem 1 Created by TACK.py 0.9.6
3 -----BEGIN TACK-----
8 -----END TACK-----
9 Created by tack.py 0.9.7
11 -----BEGIN TACK-----
16 -----END TACK-----
TACK_Key1.pem 1 Created by TACK.py 0.9.6
3 -----BEGIN TACK PRIVATE KEY-----
8 -----END TACK PRIVATE KEY-----
TACK_Key2.pem 1 Created by tack.py 0.9.7
3 -----BEGIN TACK PRIVATE KEY-----
8 -----END TACK PRIVATE KEY-----
tlstest.py 42 from tack.structures.Tack import Tack
138 print("Test 2.a - good X.509, TACK")
146 print("Test 2.b - good X.509, TACK unrelated to cert chain")
497 tack = Tack.createFromPem(open("./TACK1.pem", "rU").read())
498 tackUnrelated = Tack.createFromPem(open("./TACKunrelated.pem", "rU").read())
503 print("Test 2.a - good X.509, TACK")
506 tacks=[tack], activationFlags=1, settings=settings
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
x509certchain.py 72 def checkTack(self, tack):
75 if tlsCert.matches(tack):
80 """Get the TACK and/or Break Sigs from a TACK Cert in the chain."""
87 raise SyntaxError("Multiple TACK Extensions")
session.py 40 @type tackExt: L{tack.structures.TackExtension.TackExtension}
44 @ivar tackInHelloExt: True if a TACK was presented via TLS Extension.
101 if self.tackExt and self.tackExt.tack:
102 return self.tackExt.tack.getTackId()
messages.py 112 self.tack = False
121 tack=False, supports_npn=False, serverName=None):
130 self.tack = tack
169 elif extType == ExtensionType.tack:
170 self.tack = True
241 if self.tack:
242 w2.add(ExtensionType.tack, 2)
301 elif extType == ExtensionType.tack and tackpyLoaded:
349 w2.add(ExtensionType.tack, 2
    [all...]
handshakesettings.py 97 @ivar useExperimentalTackExtension: Whether to enabled TACK support.
99 Note that TACK support is not standardized by IETF and uses a temporary
tlsconnection.py 270 @param reqTack: Whether or not to send a "tack" TLS Extension,
364 @param reqTack: Whether or not to send a "tack" TLS Extension,
681 if not clientHello.tack:
684 "Server responded with unrequested Tack Extension"):
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
media_player_private.json 23 "description": "Notifies that the previous tack was requested.",
  /external/chromium_org/third_party/tlslite/
README 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 suppor
    [all...]
  /external/chromium_org/third_party/tlslite/scripts/
tls.py 34 from tack.structures.Tack import Tack
70 [-k KEY] [-c CERT] [-t TACK] [-v VERIFIERDB] [-d DIR]
119 tacks = Tack.createFromPemList(s)
181 emptyStr = "\n (via TACK Certificate)"
182 print(" TACK: %s" % emptyStr)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypsh.py 51 # code.interact uses by default, but tack on something to indicate what
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc 79 // Tack on the earliest possible number to the shortened user key.
94 // Tack on the earliest possible number to the shortened user key.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_sign_in_container.mm 134 // The |size| is the preferred size requested by the web view. Tack onto that
  /frameworks/support/v4/java/android/support/v4/provider/
RawDocumentFile.java 37 // Tack on extension when valid MIME type provided
  /external/chromium_org/third_party/tlslite/patches/
channel_id.patch 15 tack = 0xF300
26 self.tack = False
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/
math_symbols.json     [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hdtoa.c 191 * statement. We also tack on the implicit normalization bit.
300 * statement. We also tack on the implicit normalization bit.
  /dalvik/libdex/
OptInvocation.cpp 139 /* Tack on the file name for the actual cache file path.

Completed in 1706 milliseconds

1 2 3 4 5 6 7 8