|
Lines 744-753
void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
Link Here
|
| 744 |
#ifdef TLSEXT_TYPE_next_proto_neg |
744 |
#ifdef TLSEXT_TYPE_next_proto_neg |
| 745 |
case TLSEXT_TYPE_next_proto_neg: |
745 |
case TLSEXT_TYPE_next_proto_neg: |
| 746 |
extname = "next protocol"; |
746 |
extname = "next protocol"; |
| 747 |
break; |
747 |
break; |
| 748 |
#endif |
748 |
#endif |
|
|
749 |
#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation |
| 750 |
case TLSEXT_TYPE_application_layer_protocol_negotiation: |
| 751 |
extname = "application layer protocol negotiation"; |
| 752 |
break; |
| 753 |
#endif |
| 749 |
|
754 |
|
| 750 |
case TLSEXT_TYPE_padding: |
755 |
case TLSEXT_TYPE_padding: |
| 751 |
extname = "TLS padding"; |
756 |
extname = "TLS padding"; |
| 752 |
break; |
757 |
break; |
| 753 |
|
758 |
|