• Home
  • Raw
  • Download

Lines Matching refs:Bugs

257 	if hc.config.Bugs.SequenceNumberMapping != nil {
259 seqU64 = hc.config.Bugs.SequenceNumberMapping(seqU64)
466 if config.Bugs.MaxPadding {
476 if config.Bugs.PaddingFirstByteBad || config.Bugs.PaddingFirstByteBadIf255 && paddingLen == 256 {
662 if err == io.EOF && c.config.Bugs.ExpectCloseNotify {
689 if expect := c.config.Bugs.ExpectInitialRecordVersion; expect != 0 && vers != expect {
749 if !c.handshakeComplete && !c.config.Bugs.ExpectFalseStart {
837 if c.config.Bugs.FragmentAlert {
889 if m > maxPlaintext && !c.config.Bugs.SendLargeRecords {
892 …if typ == recordTypeHandshake && c.config.Bugs.MaxHandshakeRecordLength > 0 && m > c.config.Bugs.M…
893 m = c.config.Bugs.MaxHandshakeRecordLength
897 if first && isClientHello && !c.config.Bugs.FragmentClientVersion && m < 6 {
1107 if len(c.config.Bugs.TimeoutSchedule) == 0 {
1113 if c.config.Bugs.PacketAdaptor == nil {
1116 for _, timeout := range c.config.Bugs.TimeoutSchedule {
1118 packets, err := c.config.Bugs.PacketAdaptor.SendReadTimeout(timeout)
1151 if c.config.Bugs.SendSpuriousAlert != 0 {
1152 c.sendAlertLocked(alertLevelError, c.config.Bugs.SendSpuriousAlert)
1155 if c.config.Bugs.SendHelloRequestBeforeEveryAppDataRecord {
1205 if c.config.Bugs.BadHelloRequest != nil {
1206 helloReq = c.config.Bugs.BadHelloRequest
1286 if c.handshakeComplete && !c.config.Bugs.NoCloseNotify {
1293 if c.handshakeComplete && alertErr == nil && c.config.Bugs.ExpectCloseNotify {
1322 if c.isDTLS && c.config.Bugs.SendSplitAlert {
1331 if data := c.config.Bugs.AppDataBeforeHandshake; data != nil {
1339 if c.handshakeErr == nil && c.config.Bugs.SendInvalidRecordType {
1424 if c.config.Bugs.NoRenegotiationInfo {
1427 if c.cipherSuite == nil && c.config.Bugs.NoRenegotiationInfoInInitial {
1430 if c.cipherSuite != nil && c.config.Bugs.NoRenegotiationInfoAfterInitial {