Home
last modified time | relevance | path

Searched refs:Bugs (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go78 if c.config.Bugs.RenewTicketOnResume {
112 if c.config.Bugs.AlertBeforeFalseStartTest != 0 {
113 c.sendAlert(c.config.Bugs.AlertBeforeFalseStartTest)
115 if c.config.Bugs.ExpectFalseStart {
156 if size := config.Bugs.RequireClientHelloSize; size != 0 && len(hs.clientHello.raw) != size {
160 if c.isDTLS && !config.Bugs.SkipHelloVerifyRequest {
205 if config.Bugs.RequireSameRenegoClientVersion && c.clientVersion != 0 {
236 } else if config.Bugs.ExpectGREASE && !containsGREASE(hs.clientHello.supportedVersions) {
241 if config.Bugs.NegotiateVersion != 0 {
242 c.wireVersion = config.Bugs.NegotiateVersion
[all …]
Dhandshake_client.go83 ocspStapling: !c.config.Bugs.NoOCSPStapling,
84 sctListSupported: !c.config.Bugs.NoSignedCertificateTimestamps,
91 duplicateExtension: c.config.Bugs.DuplicateExtension,
93 npnAfterAlpn: c.config.Bugs.SwapNPNAndALPN,
96 srtpMasterKeyIdentifier: c.config.Bugs.SRTPMasterKeyIdentifer,
97 customExtension: c.config.Bugs.CustomExtension,
98 pskBinderFirst: c.config.Bugs.PSKBinderFirst,
99 omitExtensions: c.config.Bugs.OmitExtensions,
100 emptyExtensions: c.config.Bugs.EmptyExtensions,
105 if !c.config.Bugs.OmitSupportedVersions {
[all …]
Drunner.go527 config.Bugs.NullAllCiphers = true
536 config.Bugs.PacketAdaptor = newPacketAdaptor(conn)
537 conn = config.Bugs.PacketAdaptor
562 if config.Bugs.PacketAdaptor != nil {
563 config.Bugs.PacketAdaptor.debug = connDebug
1386 Bugs: ProtocolBugs{
1396 Bugs: ProtocolBugs{
1427 Bugs: ProtocolBugs{
1439 Bugs: ProtocolBugs{
1452 Bugs: ProtocolBugs{
[all …]
Dconn.go208 if config.Bugs.NullAllCiphers {
219 if hc.config.Bugs.NullAllCiphers {
304 if hc.config.Bugs.SequenceNumberMapping != nil {
306 seqU64 = hc.config.Bugs.SequenceNumberMapping(seqU64)
531 if config.Bugs.MaxPadding {
541 if config.Bugs.PaddingFirstByteBad || config.Bugs.PaddingFirstByteBadIf255 && paddingLen == 256 {
568 paddingLen := hc.config.Bugs.RecordPadding
569 if hc.config.Bugs.OmitRecordContents {
745 if err == io.EOF && c.config.Bugs.ExpectCloseNotify {
784 expect = c.config.Bugs.ExpectInitialRecordVersion
[all …]
Ddtls.go63 if c.config.Bugs.MaxPacketLength != 0 && n > c.config.Bugs.MaxPacketLength {
91 if expect := c.config.Bugs.ExpectInitialRecordVersion; expect != 0 && vers != expect {
168 if c.out.cipher == nil && c.config.Bugs.StrayChangeCipherSpec {
175 maxLen := c.config.Bugs.MaxHandshakeRecordLength
194 if c.config.Bugs.SendEmptyFragments {
209 if c.config.Bugs.FragmentMessageTypeMismatch && fragOffset > 0 {
212 if c.config.Bugs.FragmentMessageLengthMismatch && fragOffset > 0 {
219 if c.config.Bugs.ReorderHandshakeFragments {
234 if !isFinished && c.config.Bugs.MixCompleteMessageWithFragments {
251 if c.config.Bugs.ReorderHandshakeFragments {
[all …]
Dsign.go56 if config.Bugs.InvalidSignature {
134 if e.config.Bugs.SkipECDSACurveCheck {
184 r = maybeCorruptECDSAValue(r, config.Bugs.BadECDSAR, order)
185 s = maybeCorruptECDSAValue(s, config.Bugs.BadECDSAS, order)
279 if config.Bugs.UseLegacySigningAlgorithm == 0 || isVerify {
291 sigAlg = config.Bugs.UseLegacySigningAlgorithm
296 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
300 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
304 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
308 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
[all …]
Dkey_agreement.go44 if !config.Bugs.RSAEphemeralKey {
140 bad := config.Bugs.BadRSAClientKeyExchange
351 if config.Bugs.SendSignatureAlgorithm != 0 {
352 sigAlg = config.Bugs.SendSignatureAlgorithm
356 if config.Bugs.UnauthenticatedECDH {
470 if config.Bugs.SendCurve != 0 {
471 curveid = config.Bugs.SendCurve
477 if config.Bugs.InvalidECDHPoint {
533 if config.Bugs.InvalidECDHPoint {
619 } else if config.PreSharedKeyIdentity == "" && !config.Bugs.AlwaysSendPreSharedKeyIdentityHint {
/external/mesa3d/docs/relnotes/
D6.3.129 Bugs fixed in 6.3.1 are listed in the VERSIONS file.
/external/pdfium/
DREADME.md140 * [PDFium Bugs](https://groups.google.com/forum/#!forum/pdfium-bugs)
142 Note, the Reviews and Bugs lists are typically read-only.
144 ## Bugs section in PDFium
/external/llvm/lib/Target/WebAssembly/
DWebAssembly.td57 // Latest and greatest experimental version of WebAssembly. Bugs included!
/external/curl/docs/
DBUGS9 1. Bugs
16 1.7 Bugs in libcurl bindings
138 1.7 Bugs in libcurl bindings
/external/python/cpython2/Doc/
DREADME.txt111 Bugs in the content should be reported to the Python bug tracker at
114 Bugs in the toolset should be reported in the Sphinx bug tracker at
Dbugs.rst4 Reporting Bugs
68 `How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_
/external/clang/www/analyzer/
Dmenu.html.incl13 <a href="/filing_bugs.html">Filing Bugs</a>
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt5 === Bugs targeted for 3.1.0 only ===
194 === Bugs targeted for 3.1.0 and 3.0.2 ===
385 === Bugs targeted for 3.1.0 and 3.0.1 (all done, 3.0.1 released) ===
647 === Bugs of note not targeted for any particular release
D3_2_BUGSTATUS.txt123 ---------- Bugs reported after (in) 3.2.3 --------------------------
260 ------- Bugs reported and fixed in 3.2.3 ------
270 ---------- Bugs reported prior to, and not fixed in, 3.2.3 ---------
336 ------- Bugs reported and fixed in 3.2.2 ------
422 ------- Bugs reported and fixed in 3.2.1 ------
D3_3_BUGSTATUS.txt20 ---------- Bugs reported after (in) 3.3.1 --------------------------
170 ---------- Bugs fixed in 3.4.0 -------------------------------------
248 ---------- Bugs fixed in 3.3.1 -------------------------------------
/external/hamcrest/
DREADME.md27 Reporting Bugs/Issues
/external/skia/site/dev/contrib/
Ddirectory.md4 * Docs & Bugs
/external/bison/runtime-po/
Dzh_TW.po8 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
Dtr.po9 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
Dbison-runtime.pot10 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
Dky.po9 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
Del.po9 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
Duk.po8 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"

12345678910>>...14