wipeout master secret
| 2521 | |
| 2522 | // wipeout master secret |
| 2523 | void Connection::CleanMaster() |
| 2524 | { |
| 2525 | if (!master_clean_) { |
| 2526 | volatile opaque* p = master_secret_; |
| 2527 | clean(p, SECRET_LEN, random_); |
| 2528 | master_clean_ = true; |
| 2529 | } |
| 2530 | } |
| 2531 | |
| 2532 | |
| 2533 | // wipeout pre master secret |