sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Add Initial Client CA File Management #27

Closed DabeDotCom closed 8 years ago

DabeDotCom commented 8 years ago

I was tracking down a bug that I THOUGHT might have needed a CA certificate file, so I implemented the following:

SSL_load_client_ca_file SSL_set_client_ca_list SSL_get_client_ca_list

It turns out I didn't actually need it after all, but I figured I'd share what I HAD done, just in case it's helpful... :-)