x509_decrepit.c
Go to the documentation of this file.
1 /* Copyright (c) 2016, Google Inc.
2  *
3  * Permission to use, copy, modify, and/or distribute this software for any
4  * purpose with or without fee is hereby granted, provided that the above
5  * copyright notice and this permission notice appear in all copies.
6  *
7  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10  * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
13  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
14 
15 #include <openssl/x509v3.h>
16 
17 #include <assert.h>
18 
19 #include <openssl/conf.h>
20 
21 
23  int ext_nid, const char *value) {
24  assert(conf == NULL);
25  return X509V3_EXT_nconf_nid(NULL, ctx, ext_nid, value);
26 }
ctx
Definition: benchmark-async.c:30
v3_ext_ctx
Definition: x509v3.h:136
LHASH_OF
#define LHASH_OF(type)
Definition: lhash.h:73
x509v3.h
X509V3_EXT_conf_nid
X509_EXTENSION * X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int ext_nid, const char *value)
Definition: x509_decrepit.c:22
X509_extension_st
Definition: third_party/boringssl-with-bazel/src/crypto/x509/internal.h:117
X509V3_EXT_nconf_nid
#define X509V3_EXT_nconf_nid
Definition: boringssl_prefix_symbols.h:2226
conf.h
value
const char * value
Definition: hpack_parser_table.cc:165
conf
Definition: doc/python/sphinx/conf.py:1
conf_value_st
Definition: conf.h:82


grpc
Author(s):
autogenerated on Fri May 16 2025 03:00:55