Home | History | Annotate | Download | only in ssl

Lines Matching refs:sct

1324   /* If this is false then we should never have sent the SCT extension in the
3595 /* Shallow parse the SCT list for sanity. By the RFC
3607 CBS sct;
3608 if (!CBS_get_u16_length_prefixed(&sct_list, &sct) ||
3609 CBS_len(&sct) == 0) {