| 1349 | |
| 1350 | |
| 1351 | void SSL::verfiyHandShakeComplete() |
| 1352 | { |
| 1353 | if (GetError()) return; |
| 1354 | if (states_.getHandShake() != handShakeReady) order_error(); |
| 1355 | } |
| 1356 | |
| 1357 | |
| 1358 | void SSL::verifyClientState(HandShakeType hsType) |
no outgoing calls
no test coverage detected