()
| 608 | } |
| 609 | |
| 610 | func (c *Conn) readChangeCipherSpec() error { |
| 611 | return c.readRecordOrCCS(true) |
| 612 | } |
| 613 | |
| 614 | // readRecordOrCCS reads one or more TLS records from the connection and |
| 615 | // updates the record layer state. Some invariants: |
no test coverage detected