alecmuffett / certificate-transparency

Automatically exported from code.google.com/p/certificate-transparency
0 stars 0 forks source link

SSL_CTX_set_custom_cli_ext depends on development version of OpenSSL #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Commit 4980d68c8f2f4d0a84988ea90e908121f997fb11 introduced the use of 
SSL_CTX_set_custom_cli_ext which is only available in development versions of 
OpenSSL: 
https://github.com/openssl/openssl/commit/a398f821fa98b9923a426cf45b268cf4d56c89
bd

Do we have an alternative that we could use in the meantime? I'd rather not 
have to compile OpenSSL from scratch...

Original issue reported on code.google.com by infini...@pwned.gg on 16 Sep 2013 at 8:27

GoogleCodeExporter commented 9 years ago
Thanks for reporting! Fixed in
https://code.google.com/p/certificate-transparency/source/detail?r=bcbc7de26f32

You can now build and use most of the functionality without a dev OpenSSL.

Original comment by ekasper@google.com on 17 Sep 2013 at 3:10