Home
last modified time | relevance | path

Searched refs:Bugs (Results 1 – 25 of 285) 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 {
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.go82 ocspStapling: !c.config.Bugs.NoOCSPStapling,
83 sctListSupported: !c.config.Bugs.NoSignedCertificateTimestamps,
91 duplicateExtension: c.config.Bugs.DuplicateExtension,
95 npnAfterAlpn: c.config.Bugs.SwapNPNAndALPN,
98 srtpMasterKeyIdentifier: c.config.Bugs.SRTPMasterKeyIdentifer,
99 customExtension: c.config.Bugs.CustomExtension,
100 pskBinderFirst: c.config.Bugs.PSKBinderFirst,
101 omitExtensions: c.config.Bugs.OmitExtensions,
102 emptyExtensions: c.config.Bugs.EmptyExtensions,
107 if !c.config.Bugs.OmitSupportedVersions {
[all …]
Drunner.go547 config.Bugs.NullAllCiphers = true
559 config.Bugs.PacketAdaptor = newPacketAdaptor(conn)
560 conn = config.Bugs.PacketAdaptor
585 if config.Bugs.PacketAdaptor != nil {
586 config.Bugs.PacketAdaptor.debug = connDebug
883 if config.Bugs.SplitAndPackAppData {
1493 Bugs: ProtocolBugs{
1503 Bugs: ProtocolBugs{
1534 Bugs: ProtocolBugs{
1546 Bugs: ProtocolBugs{
[all …]
Dconn.go226 if config.Bugs.NullAllCiphers {
242 if hc.config.Bugs.NullAllCiphers {
319 if hc.config.Bugs.SequenceNumberMapping != nil {
321 seqU64 = hc.config.Bugs.SequenceNumberMapping(seqU64)
546 if config.Bugs.MaxPadding {
556 if config.Bugs.PaddingFirstByteBad || config.Bugs.PaddingFirstByteBadIf255 && paddingLen == 256 {
583 paddingLen := hc.config.Bugs.RecordPadding
584 if hc.config.Bugs.OmitRecordContents {
780 if err == io.EOF && c.config.Bugs.ExpectCloseNotify {
814 expect = c.config.Bugs.ExpectInitialRecordVersion
[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.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 {
173 bad := config.Bugs.BadRSAClientKeyExchange
404 if config.Bugs.SendSignatureAlgorithm != 0 {
405 sigAlg = config.Bugs.SendSignatureAlgorithm
409 if config.Bugs.UnauthenticatedECDH {
523 if config.Bugs.SendCurve != 0 {
524 curveid = config.Bugs.SendCurve
530 if config.Bugs.InvalidECDHPoint {
586 if config.Bugs.InvalidECDHPoint {
672 } else if config.PreSharedKeyIdentity == "" && !config.Bugs.AlwaysSendPreSharedKeyIdentityHint {
/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/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/mesa3d/docs/relnotes/
D6.3.129 Bugs fixed in 6.3.1 are listed in the VERSIONS file.
/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/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/python/cpython3/Doc/
DREADME.rst112 Bugs in the content should be reported to the
115 Bugs in the toolset should be reported in the
Dbugs.rst4 Dealing with Bugs
71 `How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_
/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 -------------------------------------
D3_7_BUGSTATUS.txt2 Bugs reported after the release of 3.7.0
6 in 3.7.0 and trunk, and that have not been closed. Bugs that have
/external/clang/www/analyzer/
Dmenu.html.incl13 <a href="/filing_bugs.html">Filing Bugs</a>
/external/hamcrest/
DREADME.md27 Reporting Bugs/Issues
/external/skqp/site/dev/contrib/
Ddirectory.md4 * Docs & Bugs
/external/skia/site/dev/contrib/
Ddirectory.md4 * Docs & Bugs
/external/libxkbcommon/xkbcommon/
DREADME.md47 Bugs are also welcome, and may be reported either at

12345678910>>...12