Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 13 of 13) sorted by relevance

/openssl/.github/workflows/
H A Dfips-label.yml62 labels: ['severity: fips change']
65 var labels = await github.rest.issues.listLabelsOnIssue({
71 for ( var label in labels.data ) {
72 if (labels.data[label].name == 'severity: fips change') {
121 labels: ['severity: ABI change']
124 var labels = await github.rest.issues.listLabelsOnIssue({
130 for ( var label in labels.data ) {
131 if (labels.data[label].name == 'severity: ABI change') {
H A Dstyle-checks.yml45 …SKIP_TEST=$(gh pr view $PR_NUMBER --json labels --jq '.labels[] | select(.name == "style: waived")…
H A Dprov-compat-label.yml23 if: ${{ contains(github.event.pull_request.labels.*.name,'extended tests') }}
99 if: ${{ contains(github.event.pull_request.labels.*.name,'extended tests') }}
188 if: ${{ contains(github.event.pull_request.labels.*.name,'extended tests') }}
/openssl/crypto/hpke/
H A Dhpke_util.c456 int labels = 0, result = 0; in ossl_hpke_str2suite() local
491 while (st != NULL && labels < 3) { in ossl_hpke_str2suite()
499 if (labels == 0 in ossl_hpke_str2suite()
503 else if (labels == 1 in ossl_hpke_str2suite()
507 else if (labels == 2 in ossl_hpke_str2suite()
516 ++labels; in ossl_hpke_str2suite()
518 if (st != NULL || labels != 3) in ossl_hpke_str2suite()
/openssl/.github/
H A Ddependabot.yml10 labels:
/openssl/.github/ISSUE_TEMPLATE/
H A Dquestion.md3 labels: 'issue: question'
H A Ddocumentation.md3 labels: 'issue: documentation'
H A Dfeature_request.md3 labels: 'issue: feature request'
H A Dbug_report.md3 labels: 'issue: bug report'
/openssl/doc/man3/
H A DSSL_export_keying_material.pod60 (L<https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels>).
61 Alternatively labels beginning with "EXPERIMENTAL" are permitted by the standard
H A DX509_check_host.pod109 for "*" as wildcard pattern in labels that have a prefix or suffix,
/openssl/crypto/bn/asm/
H A Dppc64-mont-fixed.pl145 my ($self, @labels) = @_;
149 foreach my $l (@labels) {
/openssl/include/openssl/
H A Dx509v3.h.in771 /* Allow (non-partial) wildcards to match multiple labels. */
773 /* Constraint verifier subdomain patterns to match a single labels. */

Completed in 21 milliseconds