OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:self_signed
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c
3111
int
self_signed
= X509_self_signed(curr, 0);
local
3113
if (
self_signed
< 0) {
3132
if (!ossl_assert(num > i && i > 0 && !
self_signed
)) {
3156
if (!
self_signed
) {
3161
if ((
self_signed
= X509_self_signed(issuer, 0)) < 0)
3201
if (!
self_signed
)
/src/crypto/external/bsd/openssl/dist/apps/
x509.c
238
static int
self_signed
(X509_STORE *ctx, X509 *cert)
function
815
if (!x509toreq && !reqfile && !newcert && !
self_signed
(ctx, x))
/src/crypto/external/apache2/openssl/dist/apps/
x509.c
304
static int
self_signed
(X509_STORE *ctx, X509 *cert)
function
905
if (!x509toreq && !reqfile && !newcert && !
self_signed
(ctx, x))
/src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c
3408
int
self_signed
= X509_self_signed(curr, 0);
local
3410
if (
self_signed
< 0) {
3429
if (!ossl_assert(num > i && i > 0 && !
self_signed
)) {
3447
if (!
self_signed
) { /* untrusted not self-signed certificate */
3454
if ((
self_signed
= X509_self_signed(issuer, 0)) < 0)
3498
if (!
self_signed
)
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
cert.c
1043
int *
self_signed
)
1048
*
self_signed
= (diff == 0);
Completed in 38 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026