Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 149) sorted by relevance

123456

/openssl/test/recipes/
H A D40-test_rehash.t32 }, create => 1, cleanup => 1;
38 }, create => 1, cleanup => 1;
43 }, create => 1, cleanup => 1;
57 }, create => 1, cleanup => 1;
H A D60-test_x509_store.t53 }, create => 1, cleanup => 1;
H A D01-test_symbol_presence.t67 }, create => 0, cleanup => 0;
/openssl/crypto/property/
H A Dproperty_string.c143 int create, const char *s) in ossl_property_string() argument
161 if (ps == NULL && create) { in ossl_property_string()
252 int create) in ossl_property_name() argument
254 return ossl_property_string(ctx, 1, create, s); in ossl_property_name()
263 int create) in ossl_property_value() argument
265 return ossl_property_string(ctx, 0, create, s); in ossl_property_value()
H A Dproperty_local.h42 int create);
45 int create);
H A Dproperty_parse.c55 static int parse_name(OSSL_LIB_CTX *ctx, const char *t[], int create, in parse_name() argument
91 *idx = ossl_property_name(ctx, name, user_name && create); in parse_name()
163 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string() argument
186 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string()
194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted() argument
218 else if ((res->v.str_val = ossl_property_value(ctx, v, create)) == 0) in parse_unquoted()
226 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value() argument
233 r = parse_string(ctx, &s, s[-1], res, create); in parse_value()
250 return parse_unquoted(ctx, t, res, create); in parse_value()
/openssl/doc/HOWTO/
H A Dcertificates.txt29 keys, so before you create a certificate or a certificate request, you
30 need to create a private key.
38 create private keys can be found at https://www.openssl.org/docs/HOWTO/keys.txt.
44 To create a certificate, you need to start with a certificate request
50 yourself if you have your own certificate authority or create a
75 You can create a self-signed certificate if you don't want to deal
76 with a certificate authority, or if you just want to create a test
79 This is NOT the recommended way to create a CA certificate, see
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in125 Use TLS1-PRF to create a hex-encoded derived key from a secret key and seed:
130 Use HKDF to create a hex-encoded derived key from a secret key, salt and info:
135 Use SSKDF with KMAC to create a hex-encoded derived key from a secret key, salt and info:
141 Use SSKDF with HMAC to create a hex-encoded derived key from a secret key, salt and info:
147 Use SSKDF with Hash to create a hex-encoded derived key from a secret key, salt and info:
153 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id:
161 Use PBKDF2 to create a hex-encoded derived key from a password and salt:
166 Use scrypt to create a hex-encoded derived key from a password and salt:
H A Dopenssl-mac.pod.in127 To create a hex-encoded HMAC-SHA1 MAC of a file and write to stdout: \
132 To create a SipHash MAC from a file with a binary file output: \
136 To create a hex-encoded CMAC-AES-128-CBC MAC from a file:\
141 To create a hex-encoded KMAC128 MAC from a file with a Customisation String
146 To create a hex-encoded GMAC-AES-128-GCM with a IV from a file: \
H A Dopenssl-ecparam.pod.in34 this command can only create EC parameters from known (named) curves.
139 To create EC parameters with the group 'prime192v1':
143 To create EC parameters with explicit parameters:
151 To create EC parameters and a private key:
/openssl/crypto/bio/
H A Dbio_meth.c189 return biom->create; in BIO_meth_get_create()
192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create()
194 biom->create = create; in BIO_meth_set_create()
/openssl/doc/man3/
H A DOSSL_PARAM_BLD.pod71 B<OSSL_PARAM_BLD_push_I<TYPE>>() are a series of functions which will create
81 OSSL_PARAM_BLD_push_BN() is a function that will create an OSSL_PARAM object
91 OSSL_PARAM_BLD_push_BN_pad() is a function that will create an OSSL_PARAM object
103 OSSL_PARAM_BLD_push_utf8_string() is a function that will create an OSSL_PARAM
110 OSSL_PARAM_BLD_push_octet_string() is a function that will create an OSSL_PARAM
115 OSSL_PARAM_BLD_push_utf8_ptr() is a function that will create an OSSL_PARAM
122 OSSL_PARAM_BLD_push_octet_ptr() is a function that will create an OSSL_PARAM
157 This example shows how to create an OSSL_PARAM array that contains an RSA
178 This example shows how to create an OSSL_PARAM array that contains an RSA
H A DX509_NAME_ENTRY_get_object.pod45 and X509_NAME_ENTRY_create_by_OBJ() create and return an
59 create and add new entries in a single operation.
H A DSRP_VBASE_new.pod11 - Functions to create and manage a stack of SRP user verifier information
56 to the B<vb> structure. See L<SRP_user_pwd_new(3)> to create and populate this
H A DASN1_item_new.pod6 - create new ASN.1 values
/openssl/include/openssl/
H A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth); member
/openssl/.github/workflows/
H A Dfips-provider.yml18 - name: create build dirs
60 - name: create build dirs
/openssl/crypto/engine/
H A Deng_lib.c114 static int int_cleanup_check(int create) in int_cleanup_check() argument
118 if (!create) in int_cleanup_check()
H A Deng_table.c65 static int int_table_check(ENGINE_TABLE **t, int create) in int_table_check() argument
71 if (!create) in int_table_check()
/openssl/engines/
H A De_afalg.txt19 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed
H A De_capi.txt9 CAPI_R_CANT_CREATE_HASH_OBJECT:100:cant create hash object
/openssl/demos/sslecho/
H A DREADME.md26 Best to create the 'pem' files using an actual hostname.
/openssl/demos/certs/apps/
H A Dapps.cnf2 # OpenSSL configuration file to create apps directory certificates
/openssl/include/internal/
H A Dbio.h27 int (*create) (BIO *); member
/openssl/crypto/objects/
H A DREADME.md16 create the C macros SN_base, LN_base, NID_base and OBJ_base.

Completed in 63 milliseconds

123456