Home
last modified time | relevance | path

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

12345678910

/openssl/util/
H A Dfix-deprecation65 my $before = $1;
82 $before .= $capture;
94 || $before !~ /^\s*$/s)) {
99 print $before;
/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/.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
H A Dquestion.md9 please take the time to read the following lines before posting it.
35 With OpenSSL before 1.1.1, the configuration output comes from the
40 Please remember to put ``` lines before and after any commands plus
/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/doc/man7/
H A DEVP_MAC-KMAC.pod67 The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
68 The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
70 set before it instead.
98 * Setup parameters required before calling EVP_MAC_init()
117 * before EVP_MAC_final().
H A DEVP_KDF-HKDF.pod59 In this mode the digest, key, salt and info values must be set before a key is
69 The digest, key and salt values must be set before a key is derived otherwise
78 The digest, key and info values must be set before a key is derived otherwise
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/doc/man3/
H A DBIO_set_callback.pod73 the callback is called twice, once before and once after the actual
97 called before the actual BIO operation 1 is placed in B<ret>, if
122 is called before the free operation.
132 is called before the read and
151 is called before the write and
170 is called before the operation and
189 is called before the operation and
207 is called before the call and
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
134 called again without reinitialising the EVP_MD_CTX. If I<sig> is NULL before the
136 buffer. If I<sig> is non-NULL before the call then I<siglen> should contain the
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 DEVP_PKEY_sign.pod27 sets the passed parameters I<params> on the context before returning.
33 before the call the I<siglen> parameter should contain the length of the
71 * NB: assumes signing_key and md are set up before the next
H A DSSL_alloc_buffers.pod44 value is also returned if the buffers had been freed before calling
47 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 DRAND_get0_primary.pod54 at initialization time, before creating additional threads.
61 L<RAND_set_DRBG_type(3)> call before accessing the random number generation
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 DOSSL_CMP_exec_certreq.pod82 Otherwise (when according to I<ctx> a 'waiting' status has been received before)
92 before trying again. The caller is free to sleep for the given number of seconds
93 or for some other time and/or to do anything else before retrying by calling
94 OSSL_CMP_try_certreq() again with the same parameter values as before.
/openssl/crypto/bio/
H A Dbio_local.h30 # error internal/cryptlib.h included before bio_local.h
33 # 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/test/
H A Dcmp_hdr_test.c165 time_t hdrtime, before, after, now; in execute_HDR_update_messageTime_test() local
174 before = mktime(&tmptm); in execute_HDR_update_messageTime_test()
183 if (!TEST_time_t_le(before, hdrtime)) in execute_HDR_update_messageTime_test()
/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

Completed in 46 milliseconds

12345678910