Home
last modified time | relevance | path

Searched refs:cipherImplementations (Results 1 – 24 of 24) sorted by relevance

/dports/security/py-tlslite/tlslite-0.4.9/tlslite/
H A Dhandshakesettings.py107 self.cipherImplementations = CIPHER_IMPLEMENTATIONS
128 other.cipherImplementations = self.cipherImplementations
145 other.cipherImplementations = \
146 [e for e in other.cipherImplementations if e != "openssl"]
148 other.cipherImplementations = \
149 [e for e in other.cipherImplementations if e != "pycrypto"]
150 if len(other.cipherImplementations)==0:
166 for s in other.cipherImplementations:
H A Dtlsconnection.py431 settings.cipherImplementations,
483 cipherSuite, settings.cipherImplementations,
642 cipherImplementations, nextProto): argument
657 cipherImplementations)
934 cipherSuite, cipherImplementations, nextProto): argument
940 cipherImplementations)
1213 cipherSuite, settings.cipherImplementations,
1352 settings.cipherImplementations)
1647 cipherSuite, cipherImplementations, nextProtos): argument
1654 cipherImplementations)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/tlslite/
H A Dhandshakesettings.py152 self.cipherImplementations = CIPHER_IMPLEMENTATIONS
176 other.cipherImplementations = self.cipherImplementations
198 other.cipherImplementations = \
199 [e for e in other.cipherImplementations if e != "openssl"]
201 other.cipherImplementations = \
202 [e for e in other.cipherImplementations if e != "pycrypto"]
203 if len(other.cipherImplementations)==0:
223 for s in other.cipherImplementations:
H A Dtlsconnection.py569 settings.cipherImplementations,
621 cipherSuite, settings.cipherImplementations,
777 cipherImplementations, nextProto): argument
792 cipherImplementations)
1070 cipherSuite, cipherImplementations, nextProto): argument
1076 cipherImplementations)
1447 cipherSuite, settings.cipherImplementations,
1629 settings.cipherImplementations)
1924 cipherSuite, cipherImplementations, nextProtos, argument
1934 cipherImplementations)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tlslite/
H A Dhandshakesettings.py152 self.cipherImplementations = CIPHER_IMPLEMENTATIONS
176 other.cipherImplementations = self.cipherImplementations
198 other.cipherImplementations = \
199 [e for e in other.cipherImplementations if e != "openssl"]
201 other.cipherImplementations = \
202 [e for e in other.cipherImplementations if e != "pycrypto"]
203 if len(other.cipherImplementations)==0:
223 for s in other.cipherImplementations:
H A Dtlsconnection.py569 settings.cipherImplementations,
621 cipherSuite, settings.cipherImplementations,
777 cipherImplementations, nextProto): argument
792 cipherImplementations)
1070 cipherSuite, cipherImplementations, nextProto): argument
1076 cipherImplementations)
1447 cipherSuite, settings.cipherImplementations,
1629 settings.cipherImplementations)
1924 cipherSuite, cipherImplementations, nextProtos, argument
1934 cipherImplementations)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/patches/
H A Dextended_master_secret.patch35 # Filters out unsupported cipherNames and cipherImplementations
130 cipherSuite, cipherImplementations, nextProto):
137 cipherImplementations)
151 cipherSuite, settings.cipherImplementations,
181 cipherSuite, cipherImplementations, nextProtos,
H A Dchannel_id.patch104 cipherSuite, settings.cipherImplementations,
114 - cipherSuite, cipherImplementations, nextProtos):
115 + cipherSuite, cipherImplementations, nextProtos,
H A Dalert_after_handshake.patch23 # Filters out unsupported cipherNames and cipherImplementations
H A Ddisable_channel_id.patch48 cipherSuite, settings.cipherImplementations,
H A Dsimulate_tls13_downgrade.patch30 # Filters out unsupported cipherNames and cipherImplementations
H A Ddhe_rsa.patch173 self.cipherImplementations = CIPHER_IMPLEMENTATIONS
181 other.cipherImplementations = self.cipherImplementations
194 for s in other.cipherImplementations:
H A Dtoken_binding_negotiation.patch38 # Filters out unsupported cipherNames and cipherImplementations
H A Dalpn.patch37 # Filters out unsupported cipherNames and cipherImplementations
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/patches/
H A Dextended_master_secret.patch35 # Filters out unsupported cipherNames and cipherImplementations
130 cipherSuite, cipherImplementations, nextProto):
137 cipherImplementations)
151 cipherSuite, settings.cipherImplementations,
181 cipherSuite, cipherImplementations, nextProtos,
H A Dchannel_id.patch104 cipherSuite, settings.cipherImplementations,
114 - cipherSuite, cipherImplementations, nextProtos):
115 + cipherSuite, cipherImplementations, nextProtos,
H A Dalert_after_handshake.patch23 # Filters out unsupported cipherNames and cipherImplementations
H A Ddisable_channel_id.patch48 cipherSuite, settings.cipherImplementations,
H A Dsimulate_tls13_downgrade.patch30 # Filters out unsupported cipherNames and cipherImplementations
H A Ddhe_rsa.patch173 self.cipherImplementations = CIPHER_IMPLEMENTATIONS
181 other.cipherImplementations = self.cipherImplementations
194 for s in other.cipherImplementations:
H A Dtoken_binding_negotiation.patch38 # Filters out unsupported cipherNames and cipherImplementations
H A Dalpn.patch37 # Filters out unsupported cipherNames and cipherImplementations
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tests/
H A Dtlstest.py311 settings.cipherImplementations = [implementation, "python"]
332 settings.cipherImplementations = [implementation, "python"]
673 settings.cipherImplementations = [implementation, "python"]
694 settings.cipherImplementations = [implementation, "python"]
/dports/security/py-tlslite/tlslite-0.4.9/tests/
H A Dtlstest.py347 settings.cipherImplementations = [implementation, "python"]
367 settings.cipherImplementations = [implementation, "python"]
808 settings.cipherImplementations = [implementation, "python"]
828 settings.cipherImplementations = [implementation, "python"]