sigiesec
|
414c6f45b8
|
Problem: receive_and_process_zap_reply is duplicated in all mechanisms
Solution: extract receive_and_process_zap_reply into zap_client_t and convert zap_client_t into base class of the server mechanism classes
|
2017-08-16 18:05:35 +02:00 |
|
sigiesec
|
d7a3778387
|
Problem: plain_server_t duplicates zap_client_t::send_zap_request
Solution: Use zap_client_t::send_zap_request
|
2017-08-16 18:05:35 +02:00 |
|
sigiesec
|
014b201d3e
|
Problem: ZAP message without credentials is not terminated
Solution: Set more flag depending on presence of credentials
|
2017-08-16 18:05:35 +02:00 |
|
sigiesec
|
b324c66b6f
|
Problem: null_mechanism duplicates zap_client_t::send_zap_request\nSolution: use zap_client_t::send_zap_request
|
2017-08-16 18:05:34 +02:00 |
|
sigiesec
|
6e8a0b31be
|
Problem: ZAP client code is duplicated in all mechanisms
Solution: created a zap_client_t class, extracted first function send_zap_request from curve_server_t
|
2017-08-16 18:04:30 +02:00 |
|