| 403 | } |
| 404 | |
| 405 | bool polarssl_conf::add_cert(const char* crt_file, const char* key_file, |
| 406 | const char* key_pass /* NULL */) |
| 407 | { |
| 408 | return add_cert(crt_file) && set_key(key_file, key_pass); |
| 409 | } |
| 410 | |
| 411 | bool polarssl_conf::add_cert(const char* crt_file) |
| 412 | { |