Home
last modified time | relevance | path

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

12345678910>>...14

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go110 if c.config.Bugs.PSKBinderFirst && !c.config.Bugs.OnlyCorruptSecondPSKBinder {
113 if c.config.Bugs.SwapNPNAndALPN {
133 ocspStapling: !c.config.Bugs.NoOCSPStapling,
134 sctListSupported: !c.config.Bugs.NoSignedCertificateTimestamps,
136 echIsInner: c.config.Bugs.SendECHIsInner,
144 duplicateExtension: c.config.Bugs.DuplicateExtension,
150 srtpMasterKeyIdentifier: c.config.Bugs.SRTPMasterKeyIdentifer,
151 customExtension: c.config.Bugs.CustomExtension,
152 omitExtensions: c.config.Bugs.OmitExtensions,
153 emptyExtensions: c.config.Bugs.EmptyExtensions,
[all …]
Dhandshake_server.go77 if c.config.Bugs.RenewTicketOnResume {
111 if c.config.Bugs.AlertBeforeFalseStartTest != 0 {
112 c.sendAlert(c.config.Bugs.AlertBeforeFalseStartTest)
114 if c.config.Bugs.ExpectFalseStart {
155 if size := config.Bugs.RequireClientHelloSize; size != 0 && len(hs.clientHello.raw) != size {
159 if c.isDTLS && !config.Bugs.SkipHelloVerifyRequest {
194 if config.Bugs.RequireSameRenegoClientVersion && c.clientVersion != 0 {
200 if config.Bugs.FailIfCECPQ2Offered {
208 if expected := config.Bugs.ExpectedKeyShares; expected != nil {
245 } else if config.Bugs.ExpectGREASE && !containsGREASE(hs.clientHello.supportedVersions) {
[all …]
Drunner.go754 config.Bugs.NullAllCiphers = true
765 config.Bugs.PacketAdaptor = newPacketAdaptor(conn)
766 conn = config.Bugs.PacketAdaptor
794 if config.Bugs.PacketAdaptor != nil {
795 config.Bugs.PacketAdaptor.debug = connDebug
799 config.Bugs.MockQUICTransport = newMockQUICTransport(conn)
806 conn = config.Bugs.MockQUICTransport
1133 if config.Bugs.SplitAndPackAppData {
1385 if resumeConfig.Bugs.ExpectEarlyData == nil {
1386 resumeConfig.Bugs.ExpectEarlyData = [][]byte{[]byte("hello")}
[all …]
Dconn.go236 if config.Bugs.NullAllCiphers {
252 if hc.config.Bugs.NullAllCiphers {
329 if hc.config.Bugs.SequenceNumberMapping != nil {
331 seqU64 = hc.config.Bugs.SequenceNumberMapping(seqU64)
558 if config.Bugs.MaxPadding {
568 if config.Bugs.PaddingFirstByteBad || config.Bugs.PaddingFirstByteBadIf255 && paddingLen == 256 {
595 paddingLen := hc.config.Bugs.RecordPadding
596 if hc.config.Bugs.OmitRecordContents {
768 if c.config.Bugs.MockQUICTransport != nil {
769 c.config.Bugs.MockQUICTransport.readLevel = level
[all …]
Ddtls.go43 if c.config.Bugs.MaxPacketLength != 0 && n > c.config.Bugs.MaxPacketLength {
71 if expect := c.config.Bugs.ExpectInitialRecordVersion; expect != 0 && vers != expect {
134 reorder := typ == recordTypeChangeCipherSpec && c.config.Bugs.ReorderChangeCipherSpec
144 if typ == recordTypeApplicationData && len(data) > 1 && c.config.Bugs.SplitAndPackAppData {
184 if c.out.cipher == nil && c.config.Bugs.StrayChangeCipherSpec {
191 maxLen := c.config.Bugs.MaxHandshakeRecordLength
210 if c.config.Bugs.SendEmptyFragments {
225 if c.config.Bugs.FragmentMessageTypeMismatch && fragOffset > 0 {
228 if c.config.Bugs.FragmentMessageLengthMismatch && fragOffset > 0 {
235 if c.config.Bugs.ReorderHandshakeFragments {
[all …]
Dsign.go55 if config.Bugs.InvalidSignature {
133 if e.config.Bugs.SkipECDSACurveCheck {
183 r = maybeCorruptECDSAValue(r, config.Bugs.BadECDSAR, order)
184 s = maybeCorruptECDSAValue(s, config.Bugs.BadECDSAS, order)
278 if config.Bugs.UseLegacySigningAlgorithm == 0 || isVerify {
290 sigAlg = config.Bugs.UseLegacySigningAlgorithm
295 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
299 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
303 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
307 if version < VersionTLS13 || config.Bugs.IgnoreSignatureVersionChecks {
[all …]
Dkey_agreement.go46 if !config.Bugs.RSAEphemeralKey {
175 bad := config.Bugs.BadRSAClientKeyExchange
439 …return &ellipticECDHCurve{curve: elliptic.P224(), sendCompressed: config.Bugs.SendCompressedCoordi…
441 …return &ellipticECDHCurve{curve: elliptic.P256(), sendCompressed: config.Bugs.SendCompressedCoordi…
443 …return &ellipticECDHCurve{curve: elliptic.P384(), sendCompressed: config.Bugs.SendCompressedCoordi…
445 …return &ellipticECDHCurve{curve: elliptic.P521(), sendCompressed: config.Bugs.SendCompressedCoordi…
447 return &x25519ECDHCurve{setHighBit: config.Bugs.SetX25519HighBit}, true
505 if config.Bugs.SendSignatureAlgorithm != 0 {
506 sigAlg = config.Bugs.SendSignatureAlgorithm
510 if config.Bugs.UnauthenticatedECDH {
[all …]
/external/lottie/
DCHANGELOG.md6 ### Bugs Fixed
13 # Bugs Fixed
19 ### Bugs Fixed
34 ## Bugs Fixed
51 ### Bugs Fixed
55 ### Bugs Fixed
61 ### Bugs Fixed
67 ### Bugs Fixed
78 ### Bugs Fixed
83 ### Bugs Fixed
[all …]
/external/libdrm/man/
DdrmAvailable.3.rst32 Reporting Bugs
35 Bugs in this function should be reported to
DdrmHandleEvent.3.rst52 Reporting Bugs
55 Bugs in this function should be reported to
DdrmModeGetResources.3.rst80 Reporting Bugs
83 Bugs in this function should be reported to
Ddrm.7.rst81 Reporting Bugs
84 Bugs in this manual should be reported to
/external/e2fsprogs/doc/RelNotes/
Dv1.43.7.txt16 not cause buffer overflows. (Addresses Debian Bugs: #873757, #878104)
20 Fixed various Debian Packaging Issues. (Addresses Debian Bugs:
Dv1.43.8.txt33 some random usage texts that were incorrect. (Addresses Debian Bugs:
36 Fixed various Debian Packaging Issues. (Addresses Debian Bugs: #880207,
Dv1.43.5.txt34 Bugs 62791459 and 638037607)
107 Update various man pages. (Addresses Debian Bugs #867895 and #865584)
111 Fixed various Debian Packaging Issues. (Addresses Debian Bugs
Dv1.39.txt58 (Addresses Debian Bugs #343662 and #343645)
157 documentation. (Addresses Debian Bugs: #329859, #322188, #316811,
162 details. (Addresses Debian Bugs #317862, #320389, #290429, #310950,
174 Bugs: #360661, #360317)
/external/minijail/
Dnavbar.md7 * [Bugs](https://crbug.com/?q=component:OS>Systems>Minijail)
/external/apache-commons-compress/
DRELEASE-NOTES.txt17 Fixed Bugs:
65 Fixed Bugs:
122 Fixed Bugs:
175 Fixed Bugs:
250 Fixed Bugs:
309 Fixed Bugs:
351 Fixed Bugs:
416 Fixed Bugs:
503 Fixed Bugs:
572 Fixed Bugs:
[all …]
/external/apache-commons-compress/src/changes/
Drelease-notes.vm65 Fixed Bugs:
172 Fixed Bugs:
198 Fixed Bugs:
245 Fixed Bugs:
295 Fixed Bugs:
336 Fixed Bugs:
376 Fixed Bugs:
479 Fixed Bugs:
491 Fixed Bugs:
548 Fixed Bugs:
[all …]
/external/mesa3d/docs/relnotes/
D6.3.129 Bugs fixed in 6.3.1 are listed in the VERSIONS file.
/external/auto/value/
DCHANGES.md29 ### Bugs fixed since 1.4.1
102 ## Bugs fixed
159 ### Bugs fixed
204 ### Bugs fixed
242 ### Bugs fixed
/external/llvm/lib/Target/WebAssembly/
DWebAssembly.td57 // Latest and greatest experimental version of WebAssembly. Bugs included!
/external/tensorflow/tensorflow/tools/api/tests/
DBUILD34 "no_windows", # Bugs due to some paths.
/external/python/six/
DREADME.rst21 Bugs can be reported to https://github.com/benjaminp/six. The code can also
/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

12345678910>>...14