Home
last modified time | relevance | path

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

12345678910>>...12

/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 {
211 if config.Bugs.FailIfCECPQ2Offered {
219 if expected := config.Bugs.ExpectedKeyShares; expected != nil {
256 } else if config.Bugs.ExpectGREASE && !containsGREASE(hs.clientHello.supportedVersions) {
[all …]
Dhandshake_client.go110 ocspStapling: !c.config.Bugs.NoOCSPStapling,
111 sctListSupported: !c.config.Bugs.NoSignedCertificateTimestamps,
119 duplicateExtension: c.config.Bugs.DuplicateExtension,
123 npnAfterAlpn: c.config.Bugs.SwapNPNAndALPN,
126 srtpMasterKeyIdentifier: c.config.Bugs.SRTPMasterKeyIdentifer,
127 customExtension: c.config.Bugs.CustomExtension,
128 pskBinderFirst: c.config.Bugs.PSKBinderFirst,
129 omitExtensions: c.config.Bugs.OmitExtensions,
130 emptyExtensions: c.config.Bugs.EmptyExtensions,
131 delegatedCredentials: !c.config.Bugs.DisableDelegatedCredentials,
[all …]
Drunner.go705 config.Bugs.NullAllCiphers = true
714 config.Bugs.PacketAdaptor = newPacketAdaptor(conn)
715 conn = config.Bugs.PacketAdaptor
743 if config.Bugs.PacketAdaptor != nil {
744 config.Bugs.PacketAdaptor.debug = connDebug
1068 if config.Bugs.SplitAndPackAppData {
1672 Bugs: ProtocolBugs{
1682 Bugs: ProtocolBugs{
1713 Bugs: ProtocolBugs{
1725 Bugs: ProtocolBugs{
[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 …]
Dconn.go232 if config.Bugs.NullAllCiphers {
248 if hc.config.Bugs.NullAllCiphers {
325 if hc.config.Bugs.SequenceNumberMapping != nil {
327 seqU64 = hc.config.Bugs.SequenceNumberMapping(seqU64)
554 if config.Bugs.MaxPadding {
564 if config.Bugs.PaddingFirstByteBad || config.Bugs.PaddingFirstByteBadIf255 && paddingLen == 256 {
591 paddingLen := hc.config.Bugs.RecordPadding
592 if hc.config.Bugs.OmitRecordContents {
795 if err == io.EOF && c.config.Bugs.ExpectCloseNotify {
829 expect = c.config.Bugs.ExpectInitialRecordVersion
[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.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/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/pdfium/
DREADME.md33 not function properly on big-endian architectures. Bugs and/or patches are
155 * [PDFium Bugs](https://groups.google.com/forum/#!forum/pdfium-bugs)
157 Note, the Reviews and Bugs lists are typically read-only.
159 ## Bugs section in PDFium
/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/minijail/
Dnavbar.md7 * [Bugs](https://crbug.com/?q=component:OS>Systems>Minijail)
/external/curl/docs/
DBUGS9 1. Bugs
17 1.8 Bugs in libcurl bindings
18 1.9 Bugs in old versions
164 1.8 Bugs in libcurl bindings
174 1.9 Bugs in old versions
251 Bugs that are filed and are understood can unfortunately end up in the
260 This is a list of known bugs. Bugs we know exist and that have been pointed
/external/perfetto/
DREADME.md8 Bugs section in Perfetto - Performance instrumentation and tracing
/external/mesa3d/docs/relnotes/
D6.3.129 Bugs fixed in 6.3.1 are listed in the VERSIONS file.
/external/syzkaller/vendor/golang.org/x/net/http2/
DREADME20 Bugs: https://golang.org/issue/new?title=x/net/http2:+
/external/libxcam/
DREADME.md97 #### Reporting Bugs:
98 * Bugs or suggestions can be reported on the github issues page:<BR>
/external/llvm/lib/Target/WebAssembly/
DWebAssembly.td57 // Latest and greatest experimental version of WebAssembly. Bugs included!
/external/syzkaller/dashboard/app/
Dmain.go99 Bugs []*uiBug member
231 Bugs: []*uiBug{createUIBug(c, dup, state, managers)},
436 Bugs: bugs,
480 Bugs: results,
518 Bugs: results,
/external/python/cpython3/Doc/
DREADME.rst120 Bugs in the content should be reported to the
123 Bugs in the toolset should be reported to the tools themselves.
/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
/external/python/six/
DREADME.rst21 Bugs can be reported to https://github.com/benjaminp/six. The code can also

12345678910>>...12