Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_enrollment.csv4 1,newkey, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLA…
25 1,issuer, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,, -issuer,_CA_DN,BLANK,,BLANK,,B…
28 1,days 1, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,1,BLANK,,BLANK,,B…
29 1,days 0, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,0,BLANK,,BLANK,,B…
57 0,popo NONE, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,,…
66 0,no certout, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,…
67 0,certout missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLAN…
69 0,certout too many parameters, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLA…
71 1,no out_trusted, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BL…
99 1,cr, -section,, -cmd,cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,…
[all …]
/openssl/crypto/cmp/
H A Dcmp_util.c245 ASN1_OCTET_STRING *new; in ossl_cmp_asn1_octet_string_set1() local
254 if ((new = ASN1_OCTET_STRING_dup(src)) == NULL) in ossl_cmp_asn1_octet_string_set1()
257 new = NULL; in ossl_cmp_asn1_octet_string_set1()
261 *tgt = new; in ossl_cmp_asn1_octet_string_set1()
268 ASN1_OCTET_STRING *new = NULL; in ossl_cmp_asn1_octet_string_set1_bytes() local
275 if ((new = ASN1_OCTET_STRING_new()) == NULL in ossl_cmp_asn1_octet_string_set1_bytes()
276 || !(ASN1_OCTET_STRING_set(new, bytes, len))) { in ossl_cmp_asn1_octet_string_set1_bytes()
277 ASN1_OCTET_STRING_free(new); in ossl_cmp_asn1_octet_string_set1_bytes()
283 *tgt = new; in ossl_cmp_asn1_octet_string_set1_bytes()
/openssl/demos/certs/apps/
H A Dmkacerts.sh9 -keyout root.pem -out root.pem -key rootkey.pem -new -days 3650
12 -key intkey.pem -out intreq.pem -new
18 -key ckey.pem -out creq.pem -new
25 -key skey.pem -out sreq.pem -new
32 -key skey2.pem -out sreq2.pem -new
H A Dmkxcerts.sh8 -keyout tsha1.pem -out tsha1.pem -new -days 3650 -sha1
11 -keyout tsha256.pem -out tsha256.pem -new -days 3650 -sha256
14 -keyout tsha512.pem -out tsha512.pem -new -days 3650 -sha512
/openssl/doc/man3/
H A DPKCS12_SAFEBAG_create_cert.pod38 PKCS12_SAFEBAG_create_cert() creates a new B<PKCS12_SAFEBAG> of type B<NID_certBag>
41 PKCS12_SAFEBAG_create_crl() creates a new B<PKCS12_SAFEBAG> of type B<NID_crlBag>
44 PKCS12_SAFEBAG_create_secret() creates a new B<PKCS12_SAFEBAG> of type
49 PKCS12_SAFEBAG_create0_p8inf() creates a new B<PKCS12_SAFEBAG> of type B<NID_keyBag>
52 PKCS12_SAFEBAG_create0_pkcs8() creates a new B<PKCS12_SAFEBAG> of type
55 PKCS12_SAFEBAG_create_pkcs8_encrypt() creates a new B<PKCS12_SAFEBAG> of type
H A DX509_NAME_add_entry_by_txt.pod36 standard ASN1 type (such as B<V_ASN1_IA5STRING>). The new entry is
40 to B<name>. The new entry is added to a position determined by B<loc>
61 The B<loc> and B<set> parameters determine where a new entry should
63 to 0. This adds a new entry to the end of B<name> as a single valued
66 B<loc> actually determines the index where the new entry is inserted:
69 B<set> determines how the new type is added.
70 If it is zero a new RDN is created.
72 If B<set> is -1 or 1 it is added as a new set member
H A DSSL_key_update.pod50 When called from the client side, SSL_renegotiate() schedules a completely new
55 attempt to resume any session associated with the connection in the new
60 session associated with the current connection in the new handshake.
64 for a new handshake to be sent to the client. The next time an IO operation is
66 appropriate, the request is sent. The client may or may not respond with a new
68 a new handshake is started then this will be handled transparently by calling
74 new handshake. For historical reasons, DTLS clients will not attempt to resume
75 the session in the new handshake.
H A DSSL_CTX_set_ssl_version.pod6 - choose a new TLS/SSL method
20 SSL_CTX_set_ssl_version() sets a new default TLS/SSL B<method> for SSL objects
30 SSL_set_ssl_method() sets a new TLS/SSL B<method> for a particular B<ssl>
46 it would usually be preferable to create a new SSL_CTX object than to
59 The new choice failed, check the error stack to find out the reason.
H A DDH_meth_new.pod72 DH_meth_new() creates a new B<DH_METHOD> structure. It should be given a
76 during the construction of a new B<DH> object based on this B<DH_METHOD>. Any
77 new B<DH> object will have those flags set by default.
80 parameter. This might be useful for creating a new B<DH_METHOD> based on an
101 function used for generating a new DH key pair respectively. This function will
106 function used for computing a new DH shared secret respectively. This function
121 for creating a new DH instance respectively. This function will be
124 functions will allocate the memory for the new DH object, and a pointer to this
H A DSSL_new.pod17 SSL_new() creates a new B<SSL> structure which is needed to hold the
18 data for a TLS/SSL connection. The new structure inherits the settings
29 The function SSL_dup() creates and returns a new B<SSL> structure from the same
31 the settings in I<s> into the new B<SSL> object.
107 The creation of a new SSL structure failed. Check the error stack to
H A DRSA_meth_new.pod86 /* called at new */
137 RSA_meth_new() creates a new B<RSA_METHOD> structure. It should be
142 new B<RSA> object based on this B<RSA_METHOD>. Any new B<RSA> object
146 passed as a parameter. This might be useful for creating a new
193 used for creating a new RSA instance respectively. This function will
197 the new RSA object, and a pointer to this newly allocated structure
210 function used for generating a new RSA key pair respectively. This
216 and set the function used for generating a new multi-prime RSA key pair
H A DOSSL_LIB_CTX.pod38 OSSL_LIB_CTX_new() creates a new OpenSSL library context.
40 OSSL_LIB_CTX_new_from_dispatch() creates a new OpenSSL library context
50 new library context to the application library context. The new library context
75 library context then the new properties will override anything from the parent
82 B<OSSL_provider_init> function returns then the new provider is available in the
H A DSSL_CTX_add_session.pod27 When adding a new session to the internal session cache, it is examined
31 removed and replaced by the new session. If the session is actually
36 flag then the internal cache will not be populated automatically by new
H A DSSL_CTX_set_num_tickets.pod37 L<SSL_verify_client_post_handshake(3)>. These new tickets will be associated
46 SSL_new_session_ticket() is used by a server application to request that a new
50 delayed until the server is starting a new write operation, so that it is
61 ticket itself is sent, a new-session callback can be registered with
H A DBIO_push.pod31 by I<next>. The new chain may include some of the same BIOs from the old chain
61 is made then the new chain will be I<b64-f>. After making the calls
66 the new chain is I<md1-md2-b64-f>. Data written to I<md1> will be digested
77 will return I<b64> and the new chain will be I<md1-b64-f>.
/openssl/Configurations/
H A Dunix-Makefile.tmpl592 $(RM) providers/fips*.new
713 cp $$l $(DESTDIR)$(libdir)/$$fn.new; \
716 mv -f $(DESTDIR)$(libdir)/$$fn.new \
745 cp -f $$a $$a.new; \
750 $(AR) r $$a.new $$so; \
753 $(AR) r $$a.new $$s1; \
754 mv -f $$a.new $$a; \
890 mv -f $(DESTDIR)$(libdir)/$$fn.new \
1149 > crypto/objects/obj_mac.new && \
1367 providers/fips.checksum.new: providers/fips.module.sources.new
[all …]
/openssl/util/
H A Dfind-unused-errs49 grep -v -w $F <$FILE >$FILE.new
50 mv $FILE.new $FILE
/openssl/doc/internal/man3/
H A Dossl_init_thread_deregister.pod29 Thread aware code registers a "stop handler" for each new thread that it uses.
30 Typically, when a new thread is being used, code will add a new value to some
35 A new stop handler is registered using the function ossl_init_thread_start().
H A Dossl_cmp_certreq_new.pod48 The allocate a new message, fill it with the relevant data derived from
139 ossl_cmp_genm_new() creates a new General Message with an empty ITAV stack.
141 ossl_cmp_genp_new() creates a new General Response with an empty ITAV stack.
143 ossl_cmp_error_new() creates a new Error Message with the given contents
156 All of the functions return a new OSSL_CMP_MSG structure containing
/openssl/crypto/err/
H A DREADME.md1 Adding new libraries
4 When adding a new sub-library to OpenSSL, assign it a library number
37 generation script as the point to place new error codes, any text
/openssl/doc/man7/
H A Devp.pod29 asymmetric algorithms. To create a new EVP_PKEY see
33 new keys can be generated using L<EVP_PKEY_keygen(3)>.
62 implementation. However, new applications should not typically use this (preferring, for example,
78 versions of new algorithms cannot be accessed using the low-level functions.
79 Also makes code harder to adapt to new algorithms and some options are not
/openssl/doc/designs/quic-design/
H A Ddemuxer.md32 - on the server side packets can create a new connection potentially
35 with an unsupported version and is large enough to initiate a new
41 new connection
/openssl/.github/workflows/
H A Dfips-checksums.yml63 … cp -a build-pristine/providers/fips.module.sources.new source/providers/fips.module.sources
64 … cp -a build-pristine/providers/fips-sources.checksums.new source/providers/fips-sources.checksums
65 cp -a build-pristine/providers/fips.checksum.new source/providers/fips.checksum
/openssl/crypto/evp/
H A Dkeymgmt_meth.c59 if (keymgmt->new == NULL) in keymgmt_from_algorithm()
60 keymgmt->new = OSSL_FUNC_keymgmt_new(fns); in keymgmt_from_algorithm()
183 || (keymgmt->new == NULL in keymgmt_from_algorithm()
309 if (keymgmt->new == NULL) in evp_keymgmt_newdata()
311 return keymgmt->new(provctx); in evp_keymgmt_newdata()
/openssl/include/crypto/
H A Driscv_arch.def14 * words. When specifying a new capability, write a new RISCV_DEFINE_CAP

Completed in 111 milliseconds

12345678910>>...12