Home
last modified time | relevance | path

Searched refs:create (Results 51 – 75 of 179) sorted by relevance

12345678

/openssl/doc/man3/
H A DPKCS12_gen_mac.pod6 PKCS12_verify_mac - Functions to create and manipulate a PKCS#12 structure
H A DCMS_get0_type.pod59 access, modify or create the embedded content in a B<CMS_ContentInfo> structure
H A DSRP_user_pwd_new.pod10 - Functions to create a record of SRP user verifier information
H A DBIO_new_CMS.pod38 It is possible to chain multiple BIOs to, for example, create a triple wrapped
H A DCMS_compress.pod5 CMS_compress - create a CMS CompressedData structure
H A DSMIME_read_PKCS7.pod30 To create a I<p7> object use L<PKCS7_new_ex(3)>.
H A DPKCS12_add_cert.pod26 These functions create a new B<PKCS12_SAFEBAG> and add it to the set of safeBags
H A DSSL_CTX_set_ssl_version.pod46 it would usually be preferable to create a new SSL_CTX object than to
H A DUI_new.pod81 The first thing to do is to create a UI with UI_new() or UI_new_method(),
151 UI_construct_prompt() is a helper function that can be used to create
158 "Enter pass phrase for foo.key:". Other methods may create whatever
H A DBN_CTX_new.pod23 library functions. Since dynamic memory allocation to create B<BIGNUM>s
H A DSSL_SESSION_free.pod8 SSL_SESSION_free - create, free and manage SSL_SESSION structures
H A DOSSL_STORE_INFO.pod61 loaders to create B<OSSL_STORE_INFO> holders.
108 create a B<OSSL_STORE_INFO> object to hold the given input object.
H A DEVP_PKEY_fromdata.pod6 - functions to create keys and key parameters from user data
19 The functions described here are used to create new keys from user
H A DSMIME_read_CMS.pod29 To create a I<cms> object use L<CMS_ContentInfo_new_ex(3)>.
H A DOSSL_CRMF_MSG_set1_regCtrl_regToken.pod112 create the needed OSSL_CRMF_PKIARCHIVEOPTINS content.
/openssl/doc/designs/
H A Dfast-param-find.md139 - readonly: create a getter but not a setter
140 - writeonly: create a setting but not a getter
/openssl/.github/workflows/
H A Dcoveralls.yml21 checks: write # for coverallsapp/github-action to create new checks
/openssl/apps/
H A Dx509.c38 const char *serialfile, int create);
1137 const char *serialfile, int create) in x509_load_serial() argument
1155 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL); in x509_load_serial()
1164 if (file_exists || create) in x509_load_serial()
/openssl/crypto/bio/
H A Dbio_lib.c98 if (method->create != NULL && !method->create(bio)) { in BIO_new_ex()
103 if (method->create == NULL) in BIO_new_ex()
/openssl/doc/man1/
H A Dopenssl-ts.pod.in505 To create a timestamp request for F<design1.txt> with SHA-256 digest,
512 To create a similar timestamp request with specifying the message imprint
522 To create a timestamp request which includes the SHA-512 digest
544 To create a timestamp response for a request:
557 To create a timestamp token instead of timestamp response:
614 instance of L<openssl(1)> is trying to create a timestamp
/openssl/doc/man7/
H A Dfips_module.pod38 Any functions that create or modify custom "METHODS" (for example
311 create two library contexts. In one we assume the existence of a config file
384 library context for FIPS usage, and just create one additional library context
430 In this first example we create two SSL_CTX objects using two different library
445 In this second example we create two SSL_CTX objects using different properties
H A Dossl-guide-quic-multi-stream.pod79 An endpoint can create a new stream by calling L<SSL_new_stream(3)>. This
90 application can call L<SSL_accept_stream(3)> to create a new B<SSL> object for
197 For the purposes of this example we will create two different streams to send
203 * We create two new client initiated streams. The first will be
209 printf("Failed to create streams\n");
H A Dprovider-storemgmt.pod86 OSSL_FUNC_store_open() should create a provider side context with data based
90 OSSL_FUNC_store_attach() should create a provider side context with the core
H A Dprovider-keymgmt.pod215 OSSL_FUNC_keymgmt_new() should create a provider side key object. The
226 OSSL_FUNC_keymgmt_gen_init() should create the key object generation context
333 from I<keydata>, create an L<OSSL_PARAM(3)> array with them and call
357 I<selection> or the whole key data I<keydata_from> and create a new
H A Dossl-guide-tls-client-block.pod46 The first step is to create an B<SSL_CTX> object for our client. We use the
57 * Create an SSL_CTX which we can use to create SSL objects from. We
63 printf("Failed to create the SSL_CTX\n");
107 create an B<SSL> object to represent the TLS connection. In a real application
120 printf("Failed to create the SSL object\n");
135 to create an IPv4 TCP socket:

Completed in 43 milliseconds

12345678