[erlang-questions] SSL connection problem

Evgeny Khramtsov xramtsov@REDACTED
Mon Jun 8 12:20:10 CEST 2015


Mon, 8 Jun 2015 09:02:23 +0000 (UTC)
Andreas Schultz <aschultz@REDACTED> wrote:

> Also, the Apple server send the extension in question in an
> "Certificate Request", with the actual value beeing: 0xEF 0xEF (in
> decimal 239,239).

In fact there are 3 undefined values in the request: 239, 238 and 237
for both hash and signature algorithm. The complete sequence looks like
this:
[{sha512,rsa},
 {sha512,dsa},
 {sha512,ecdsa},
 {239,239},
 {sha384,rsa},
 {sha384,dsa},
 {sha384,ecdsa},
 {sha256,rsa},
 {sha256,dsa},
 {sha256,ecdsa},
 {238,238},
 {237,237},
 {sha224,rsa},
 {sha224,dsa},
 {sha224,ecdsa},
 {sha,rsa},
 {sha,dsa},
 {sha,ecdsa}].



More information about the erlang-questions mailing list