Skip to content

RFC7250 - RawPublicKey - No Suitable Certificate? #186

@boaks

Description

@boaks

I'm currently on testing the interoperability of the OpenSSL - RPK PR.

If the client has "no suitable certificate", the current implementation in "main" branch aborts the handshake.

dtls.c: check_server_hellodone

An alternative approach would be, to implement RFC 5246 - 7.4.6 - Client Certificate :

If no suitable certificate is available, the client MUST send a certificate message containing no certificates. That is, the certificate_list structure has a length of zero.

That enables an server to decide to continue or abort.

Any opinions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions