OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_sigalgs
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c
158
if (cert->
client_sigalgs
) {
159
ret->
client_sigalgs
= OPENSSL_malloc(cert->client_sigalgslen
160
* sizeof(*cert->
client_sigalgs
));
161
if (ret->
client_sigalgs
== NULL)
163
memcpy(ret->
client_sigalgs
, cert->
client_sigalgs
,
164
cert->client_sigalgslen * sizeof(*cert->
client_sigalgs
));
167
ret->
client_sigalgs
= NULL;
249
OPENSSL_free(c->
client_sigalgs
);
t1_lib.c
1391
* We use
client_sigalgs
(if not NULL) if we're a server
1395
if ((s->server == sent) && s->cert->
client_sigalgs
!= NULL) {
1396
*psigs = s->cert->
client_sigalgs
;
2245
if (!s->server && c->
client_sigalgs
&& !is_suiteb) {
2246
conf = c->
client_sigalgs
;
2530
OPENSSL_free(c->
client_sigalgs
);
2531
c->
client_sigalgs
= sigalgs;
2572
OPENSSL_free(c->
client_sigalgs
);
2573
c->
client_sigalgs
= sigalgs;
ssl_local.h
2037
uint16_t *
client_sigalgs
;
member in struct:cert_st
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_cert.c
147
if (cert->
client_sigalgs
) {
148
ret->
client_sigalgs
= OPENSSL_malloc(cert->client_sigalgslen
149
* sizeof(*cert->
client_sigalgs
));
150
if (ret->
client_sigalgs
== NULL)
152
memcpy(ret->
client_sigalgs
, cert->
client_sigalgs
,
153
cert->client_sigalgslen * sizeof(*cert->
client_sigalgs
));
156
ret->
client_sigalgs
= NULL;
240
OPENSSL_free(c->
client_sigalgs
);
t1_lib.c
945
* We use
client_sigalgs
(if not NULL) if we're a server
949
if ((s->server == sent) && s->cert->
client_sigalgs
!= NULL) {
950
*psigs = s->cert->
client_sigalgs
;
1763
if (!s->server && c->
client_sigalgs
&& !is_suiteb) {
1764
conf = c->
client_sigalgs
;
2048
OPENSSL_free(c->
client_sigalgs
);
2049
c->
client_sigalgs
= sigalgs;
2090
OPENSSL_free(c->
client_sigalgs
);
2091
c->
client_sigalgs
= sigalgs;
ssl_local.h
1912
uint16_t *
client_sigalgs
;
member in struct:cert_st
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert.c
182
if (cert->
client_sigalgs
) {
183
ret->
client_sigalgs
= OPENSSL_malloc(cert->client_sigalgslen
184
* sizeof(*cert->
client_sigalgs
));
185
if (ret->
client_sigalgs
== NULL)
187
memcpy(ret->
client_sigalgs
, cert->
client_sigalgs
,
188
cert->client_sigalgslen * sizeof(*cert->
client_sigalgs
));
191
ret->
client_sigalgs
= NULL;
286
OPENSSL_free(c->
client_sigalgs
);
t1_lib.c
2581
* We use
client_sigalgs
(if not NULL) if we're a server
2585
if ((s->server == sent) && s->cert->
client_sigalgs
!= NULL) {
2586
*psigs = s->cert->
client_sigalgs
;
3536
if (!s->server && c->
client_sigalgs
&& !is_suiteb) {
3537
conf = c->
client_sigalgs
;
3877
OPENSSL_free(c->
client_sigalgs
);
3878
c->
client_sigalgs
= sigalgs;
3917
OPENSSL_free(c->
client_sigalgs
);
3918
c->
client_sigalgs
= sigalgs;
ssl_local.h
2113
uint16_t *
client_sigalgs
;
member in struct:cert_st
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
10342
|| !TEST_int_eq(ctx->cert->
client_sigalgs
[0], TLSEXT_SIGALG_rsa_pkcs1_sha256)
10343
|| !TEST_int_eq(ctx->cert->
client_sigalgs
[1], TLSEXT_SIGALG_rsa_pkcs1_sha512))
Completed in 93 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026