Manuel Pégourié-Gonnard 0b23f167ba SSL: rework restart state handling
As done by previous commits for ECC and ECDSA:
- use explicit state assignments rather than increment
- always place the state update right before the operation label

This will make it easier to add restart support for other operations later if
desired.

SSL-specific changes:
- remove useless states: when the last restartable operation on a message is
  complete, ssl->state is incremented already, so we don't need any additional
state update: ecrs_state is only meant to complement ssl->state
- rename remaining states consistently as <message>_<operation>
- move some labels closer to the actual operation when possible (no assignment
  to variables used after the label between its previous and current position)
2017-08-24 12:08:33 +02:00
..
2017-07-27 15:08:01 +01:00
2017-07-27 15:08:01 +01:00
2016-10-13 13:51:11 +01:00
2016-12-14 15:27:22 +00:00
2017-08-23 10:02:51 +02:00
2016-05-25 00:59:37 +01:00
2017-08-23 14:40:21 +02:00
2017-08-23 14:40:21 +02:00
2017-08-23 14:30:36 +02:00
2017-08-09 11:44:53 +02:00
2016-10-13 13:51:12 +01:00
2016-10-13 13:48:48 +01:00
2017-07-27 15:08:01 +01:00
2017-06-20 23:08:10 +01:00