I haven't experienced it, but by reading the new code, this will fail if the given DER key contains a null byte: DER format is binary and setstropt() works on null-terminated string. IMHO, it would be preferable to use PEM format: no length to give and real text data, although SSL backends may have to convert to DER. Cheers, Patrick
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
