Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/openssl/util/
H A Dfix-deprecation65 my $before = $1;
82 $before .= $capture;
94 || $before !~ /^\s*$/s)) {
99 print $before;
H A Dfind-doc-nits428 my $before = shift;
431 and $contents =~ /=head1 $before/;
432 err($id, "$section should appear before $before section")
433 if $contents =~ /=head1 $before.*=head1 $section/ms;
/openssl/dev/release-aux/
H A Drelease-state-fn.sh50 local before="$PRE_LABEL$TYPE"
55 $DEBUG >&2 "DEBUG[next_release_state]: BEGIN: \$before=$before"
65 case "$before+$next" in
191 $DEBUG >&2 "DEBUG[next_release_state]: END: \$before=$before"
/openssl/Configurations/
H A Dgentemplate.pm117 my @before = ();
120 print STDERR "DEBUG[expanddepends]\\ ", join(' ', @before), "\n"
129 if (grep { $extlessx eq extensionlesslib($_) } @before
146 push @before, @middle;
148 print STDERR "DEBUG[expanddepends]< ", join(' ', @before), "\n"
150 @before;
/openssl/.github/ISSUE_TEMPLATE/
H A Dbug_report.md10 please take the time to read the following lines before posting it.
26 With OpenSSL before 1.1.1, the configuration output comes from the
37 Please remember to put ``` lines before and after any commands plus
H A Dfeature_request.md10 please take the time to read the following lines before posting it.
18 Please remember to put ``` lines before and after any commands plus
/openssl/doc/man3/
H A DBIO_set_callback.pod80 the callback is called twice, once before and once after the actual
104 called before the actual BIO operation 1 is placed in B<ret>, if
129 is called before the free operation.
139 is called before the read and
158 is called before the write and
177 is called before the operation and
196 is called before the operation and
214 is called before the call and
236 is called before the call and
H A DBN_CTX_start.pod26 calls must be made before calling any other functions that use the
29 Finally, BN_CTX_end() must be called before returning from the function.
H A DSSL_alloc_buffers.pod47 value is also returned if the buffers had been freed before calling
50 This value is also returned if the buffers had been allocated before calling
H A DSSL_get_certificate.pod28 If it is called before certificate selection has occurred, it returns the most
41 will depend on whether that callback is made before or after certificate
H A DBIO_connect.pod26 may be useful before calling BIO_connect(). The options may include
82 On Linux kernels before 4.14, use BIO_set_conn_address() to specify
83 the peer address before starting the TLS handshake.
H A DEVP_PKEY_sign.pod36 sets the passed parameters I<params> on the context before returning.
80 If I<sig> is not NULL, then before the call the I<siglen> parameter should
96 further processing before signing it (they expect the input to be a digest),
163 * NB: assumes signing_key and md are set up before the next
208 * NB: assumes signing_key and md are set up before the next
254 * NB: assumes signing_key, in and inlen are set up before
299 * NB: assumes signing_key, in and inlen are set up before
H A DOPENSSL_config.pod26 OPENSSL_no_config() disables configuration. If called before OPENSSL_config()
42 initialization (that is before starting any threads).
H A DSSL_CTX_set_tlsext_servername_callback.pod77 =item On the client, before the handshake
103 =item On the server, before the handshake
105 The function will always return NULL before the handshake
121 Note that the ClientHello callback occurs before a servername extension from the
H A DEVP_DigestSignInit.pod28 Input data is digested first before the signing takes place.
38 I<params>, if not NULL, are set on the context before returning.
49 I<ctx> must be created with EVP_MD_CTX_new() before calling this function. If
54 EVP_PKEY_CTX value before being passed to EVP_DigestSignInit_ex()
126 the I<siglen> parameter. If I<sig> is not NULL then before the call the
H A DX509_STORE_CTX_new.pod88 X509_STORE_CTX, and must be called before each call to L<X509_verify_cert(3)> or
99 and the caller must not free it before verification is complete.
114 and the caller must not free it before verification is complete.
124 and the caller must not free it before verification is complete.
130 and the caller must not free it before verification is complete.
258 already set in I<ctx> before, and the trust is set from the I<trust> argument
259 unless the trust was already set in I<ctx> before.
/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod83 The "custom" and "no-short-mac" parameters must be set as part of or before
85 The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
87 set before it instead.
115 * Setup parameters required before calling EVP_MAC_init()
134 * before EVP_MAC_final().
H A Dopenssl_user_macros.pod.in14 before including any header file that depends on it>, either in the
16 source before including any headers.
/openssl/crypto/bio/
H A Dbio_local.h31 # error internal/cryptlib.h included before bio_local.h
34 # error openssl/bio.h included before bio_local.h
/openssl/doc/life-cycles/
H A DMakefile8 @echo Remember to check and manually fix the mistakes before merging
/openssl/doc/
H A Dopenssl-c-indent.el42 (substatement-open before after) ; From "gnu" style
/openssl/doc/internal/man7/
H A Ddeprecation.pod43 versions before that are three numbers (such as C<1_1_0>), while they are
95 RSA_new_method(), the following should be found very early (before including
118 RSA_size(), the following should be found very early (before including any
/openssl/test/
H A Dcmp_hdr_test.c179 time_t hdrtime, before, after, now; in execute_HDR_update_messageTime_test() local
188 before = mktime(&tmptm); in execute_HDR_update_messageTime_test()
197 if (!TEST_time_t_le(before, hdrtime)) in execute_HDR_update_messageTime_test()
/openssl/doc/man1/
H A Dopenssl-gendsa.pod.in58 cipher before outputting it. A pass phrase is prompted for.
61 Note that all options must be given before the I<paramfile> argument.
/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md67 sent before the retirement acks are send. If these fragments need to
70 before sending the retirement ack.

Completed in 39 milliseconds

12345678910>>...13