Home
last modified time | relevance | path

Searched refs:new (Results 51 – 75 of 359) sorted by relevance

12345678910>>...15

/openssl/doc/man7/
H A Dopenssl-quic.pod11 usage of QUIC client functionality for both existing and new applications.
54 Recommended usage approaches for new applications.
106 The recommended usage mode for new applications adopting QUIC is multi-stream
158 An application may also choose to implement a custom BIO. The new
221 incoming network datagrams, use the new function L<SSL_net_read_desired(3)>;
399 must be explicitly configured by the application using the new
497 The following SSL APIs are new but relevant to both QUIC and DTLS:
521 new usage.
615 Creates a new QUIC stream SSL object representing a new, locally-initiated QUIC
620 Potentially yields a new QUIC stream SSL object representing a new
[all …]
/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod48 ticket information or it starts a full TLS handshake to create a new session
55 For new sessions tickets, when the client doesn't present a session ticket, or
84 with an argument of enc equal to 1 to set the new ticket.
96 call I<cb> again with an enc argument of 1 to set the new ticket (see RFC5077
111 a new set of parameters.
164 if (enc) { /* create new session */
217 * return 2 - This session will get a new ticket even though the
H A DCTLOG_new.pod31 CTLOG_new_ex() returns a new CTLOG that represents the Certificate
40 CTLOG_new_from_base64_ex() also creates a new CTLOG, but takes the
42 the new CTLOG. The base64 will be decoded and the public key parsed. The CTLOG
H A DSSL_CTX_new.pod14 - create a new SSL_CTX object as framework for TLS/SSL or DTLS enabled
76 SSL_CTX_new_ex() creates a new B<SSL_CTX> object, which holds various
134 Currently, the old function calls are renamed to the corresponding new
137 is deprecated and new code should call the new functions instead.
218 The creation of a new SSL_CTX object failed. Check the error stack to find out
H A DOSSL_CMP_ITAV_new_caCerts.pod72 OSSL_CMP_ITAV_new_rootCaCert() creates a new B<OSSL_CMP_ITAV> structure
79 OSSL_CMP_ITAV_new_rootCaKeyUpdate() creates a new B<OSSL_CMP_ITAV> structure
97 OSSL_CMP_CRLSTATUS_new1() allocates a new B<OSSL_CMP_CRLSTATUS> structure
156 OSSL_CMP_ITAV_new0_crlStatusList() creates a new B<OSSL_CMP_ITAV> structure of
165 OSSL_CMP_ITAV_new_crls() creates a new B<OSSL_CMP_ITAV> structure
184 return a pointer to the new ITAV structure on success, or NULL on error.
H A DBUF_MEM_new.pod29 BUF_MEM_new() allocates a new buffer of zero size.
56 zero on error or the new size (i.e., B<len>).
H A DASN1_EXTERN_FUNCS.pod51 external functions are called to perform operations such as creating a new
70 A "new" function responsible for constructing a new B<ASN1_VALUE> object. The
80 that was previously allocated via a "new" function. The I<it> parameter is a
95 B<ASN_VALUE> it points to should be reused. Otherwise a new B<ASN1_VALUE>
H A DBIO_meth_new.pod81 The B<BIO_METHOD> type is a structure used for the implementation of new BIO
85 BIO_meth_new() creates a new B<BIO_METHOD> structure that contains a type
141 for creating a new instance of the BIO respectively. This function will be
144 memory for the new BIO, and a pointer to this newly allocated structure will
170 BIO_get_new_index() returns the new BIO type value or -1 if an error occurred.
H A DBN_copy.pod19 BN_copy() copies B<from> to B<to>. BN_dup() creates a new B<BIGNUM>
53 the new B<BIGNUM>, and NULL on error. The error codes can be obtained
/openssl/
H A DCONTRIBUTING.md12 To request a new feature, ask a question, or report a bug,
15 To submit a patch or implement a new feature, please open a
84 either be added to an existing test, or completely new. Please see
103 8. Guidelines on how to integrate error output of new crypto library modules
/openssl/external/perl/Text-Template-1.56/
H A DChanges83 - Thanks to Rik Signes, there is a new
87 - A spurious warning is no longer emitted when the TYPE parameter to ->new
102 - The ->new method now fails immediately and sets $Text::Template::ERROR if
151 - You may now use a glob ref when passing a filehandle to the ->new
174 - You may now use a glob ref when passing a filehandle to the new function.
223 - Template TYPEs are now case-insensitive. The `new' method now diagnoses
231 evaluation.) The new behavior is also incompatible with the beta
234 - Documentation for the new behavior, and tests for the bug.
280 This is a complete rewrite. The new version delivers better functionality
/openssl/include/openssl/
H A Dct.h.in81 * Creates a new, empty policy evaluation context associated with the given
145 * Creates a new, blank SCT.
151 * Creates a new SCT from some base64-encoded strings.
350 * If "pp" is not NULL and "*pp" is null, function will allocate a new pointer
362 * If "a" or "*a" is NULL, a new stack will be created that the caller is
377 * If "pp" is not NULL and "*pp" is null, function will allocate a new pointer
389 * If "a" or "*a" is NULL, a new stack will be created that the caller is
429 * Creates a new CT log instance with the given |public_key| and |name| and
446 * Creates a new CTLOG instance with the base64-encoded SubjectPublicKeyInfo DER
483 * Creates a new CT log store and associates it with the given libctx and
/openssl/test/
H A Ddata.bin3 Please note that if a test involves a new testing executable,
H A Dexdatatest.c67 int new; member
85 ex_data->new = 1; in exnew2()
101 || !TEST_true(ex_data->new)) { in exdup2()
/openssl/include/crypto/
H A Driscv_arch.def14 * words. When specifying a new capability, write a new RISCV_DEFINE_CAP
/openssl/test/recipes/90-test_sysdefault_data/
H A Dsysdefault-ignore.cnf14 new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
H A Dsysdefault.cnf14 new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
H A Dsysdefault-bad.cnf14 new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
/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/doc/internal/man3/
H A Dossl_rcu_lock_new.pod64 ossl_rcu_lock_new() allocates a new RCU lock. The I<num_writers> param
177 * 1) create a new shared object
192 * 3) Copy the old pointer to the new object, and
199 * 4) Update the shared pointer to the new value
/openssl/doc/HOWTO/
H A Dcertificates.txt55 openssl req -new -key privkey.pem -out cert.csr
67 complete, they send you your new certificate.
82 openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095
102 the key into a new file and using that one should be enough. With
/openssl/doc/man1/
H A Dopenssl-s_time.pod.in17 [B<-new>]
80 =item B<-new>
82 Performs the timing test using a new session ID for each connection.
83 If neither B<-new> nor B<-reuse> are specified, they are both on by default
89 that session caching is working. If neither B<-new> nor B<-reuse> are
/openssl/doc/designs/quic-design/
H A Dquic-tls.md19 The `ossl_quic_tls_new` function instantiates a new `QUIC_TLS` object associated
22 various key points during the handshake lifecycle such as when new keys are
46 received crypto frame data may be consumed, or new crypto frame data may be
122 QUIC-TLS handshake when there is new CRYPTO frame data to be sent, or when it
156 `QUIC_TLS` registers itself as a custom TLS record layer. A new internal
187 Invoked every time a new record layer object is created by the TLS
188 implementation. This occurs every time new keys are provisioned (once for the
/openssl/.github/ISSUE_TEMPLATE/
H A Dquestion.md9 …he [Q&A category in Discussions](<https://github.com/openssl/openssl/discussions/new?category=q-a>)
/openssl/dev/
H A DNEWS-FORMAT.md25 new features.
70 OpenSSL x.y.0 is a feature release adding significant new functionality to
113 This release adds the following new features:
121 * Multiple new features and improvements to ...

Completed in 56 milliseconds

12345678910>>...15