/openssl/test/recipes/ |
H A D | 02-test_errstr.t | 111 my $first = shift; 116 $first =~ s/\s+$//; 119 $desc = "match '$first' ($desc) with one of ( '" 122 $desc = "match '$first' ($desc) with '$strings[0]'"; 126 grep { ref $_ eq 'Regexp' ? $first =~ $_ : $first eq $_ }
|
H A D | 70-test_renegotiation.t | 139 … my $clientHello = first { $_->mt == TLSProxy::Message::MT_CLIENT_HELLO } @{$proxy->message_list}; 157 … my $clientHello = first { $_->mt == TLSProxy::Message::MT_CLIENT_HELLO } @{$proxy->message_list}; 175 … my $clientHello = first { $_->mt == TLSProxy::Message::MT_CLIENT_HELLO } @{$proxy->message_list};
|
/openssl/util/perl/OpenSSL/ |
H A D | OID.pm | 172 my @first = _pairmap { 182 @first, 274 my $first = shift(@numbers) * 40 + shift(@numbers); 275 @numbers = ( $first, map { _gen_oid_bytes($_) } @numbers );
|
/openssl/crypto/asn1/ |
H A D | t_bitst.c | 19 char first = 1; in ASN1_BIT_STRING_name_print() local 23 if (!first) in ASN1_BIT_STRING_name_print() 26 first = 0; in ASN1_BIT_STRING_name_print()
|
H A D | f_string.c | 51 int num = 0, slen = 0, first = 1; in a2i_ASN1_STRING() local 56 if (first) in a2i_ASN1_STRING() 61 first = 0; in a2i_ASN1_STRING()
|
H A D | f_int.c | 57 int num = 0, slen = 0, first = 1; in a2i_ASN1_INTEGER() local 90 if (first) { in a2i_ASN1_INTEGER() 91 first = 0; in a2i_ASN1_INTEGER()
|
H A D | a_object.c | 53 int i, first, len = 0, c, use_bn; in a2d_ASN1_OBJECT() local 69 first = c - '0'; in a2d_ASN1_OBJECT() 116 if ((first < 2) && (l >= 40)) { in a2d_ASN1_OBJECT() 121 if (!BN_add_word(bl, first * 40)) in a2d_ASN1_OBJECT() 124 l += (long)first *40; in a2d_ASN1_OBJECT()
|
/openssl/test/ssl-tests/ |
H A D | 08-npn.cnf | 8 test-3 = 3-npn-client-first-pref-on-mismatch 125 [3-npn-client-first-pref-on-mismatch] 126 ssl_conf = 3-npn-client-first-pref-on-mismatch-ssl 128 [3-npn-client-first-pref-on-mismatch-ssl] 129 server = 3-npn-client-first-pref-on-mismatch-server 130 client = 3-npn-client-first-pref-on-mismatch-client 132 [3-npn-client-first-pref-on-mismatch-server] 137 [3-npn-client-first-pref-on-mismatch-client] 148 [3-npn-client-first-pref-on-mismatch-server-extra] 151 [3-npn-client-first-pref-on-mismatch-client-extra] [all …]
|
H A D | 23-srp.cnf.in | 58 # Server fails first with bad client Finished. 103 # Server fails first with bad client Finished.
|
/openssl/util/ |
H A D | su-filter.pl | 186 my $first = 1; 216 if($first) { 217 $first = 0;
|
H A D | quicserver.c | 162 int first = 1; in main() local 260 if (first) in main() 261 first = 0; in main()
|
/openssl/crypto/x509/ |
H A D | t_x509.c | 318 char oidstr[80], first; in X509_aux_print() local 328 first = 1; in X509_aux_print() 331 if (!first) in X509_aux_print() 334 first = 0; in X509_aux_print() 343 first = 1; in X509_aux_print() 346 if (!first) in X509_aux_print() 349 first = 0; in X509_aux_print()
|
H A D | v3_crld.c | 188 int first = 1; in print_reasons() local 193 if (first) in print_reasons() 194 first = 0; in print_reasons() 200 if (first) in print_reasons()
|
/openssl/doc/man3/ |
H A D | SSL_set_default_stream_mode.pod | 33 protocol involves the client transmitting first, or the server transmitting 34 first. As such, if L<SSL_read(3)> is called first (before any call to 36 server to open the first server-initiated stream, and then bind this as the 38 L<SSL_read(3)>, OpenSSL assumes the client wishes to transmit first, creates a 72 presence of a bidirectional stream when L<SSL_read(3)> is called first. To
|
H A D | SSL_CTX_use_certificate.pod | 77 SSL_CTX_use_certificate_file() loads the first certificate stored in B<file> 97 pair, the new certificate needs to be set first with SSL_use_certificate() or 123 SSL_CTX_use_PrivateKey_file() adds the first private key found in 126 SSL_CTX_use_RSAPrivateKey_file() adds the first private RSA key found in 127 B<file> to B<ctx>. SSL_use_PrivateKey_file() adds the first private key found 128 in B<file> to B<ssl>; SSL_use_RSAPrivateKey_file() adds the first private 151 SSL_CTX_use_certificate_chain_file() adds the first certificate found
|
H A D | BIO_f_base64.pod | 28 For reading, the first line of base64 content should be at most 1024 bytes long 36 Decoding starts with the first line that is shorter than 1024 bytes (including 40 character (B<->, see L<EVP_DecodeUpdate(3)>) occurs as the first byte after a 44 If decoding stops as a result of an error, the first L<BIO_read(3)> that
|
H A D | OSSL_CRMF_MSG_set1_regInfo_certReq.pod | 26 OSSL_CRMF_MSG_get0_regInfo_utf8Pairs() returns the first utf8Pairs regInfo 32 OSSL_CRMF_MSG_get0_regInfo_certReq() returns the first certReq regInfo
|
H A D | X509_NAME_get_index_by_NID.pod | 45 the "text" from the first entry in B<name> which matches B<nid> or 57 of minimal use in practice. They can only find the first matching 73 can be determined first by checking OBJ_nid2obj(nid) is not NULL.
|
H A D | CMS_signed_get_attr.pod | 73 CMS_signed_get_attr_by_OBJ() finds the location of the first matching object 78 negative value on the first call, in order to start searching from the start of 110 CMS_signed_get0_data_by_OBJ() finds the first attribute in a I<si> signed 112 and returns the data retrieved from the found attributes first B<ASN1_TYPE> 148 signed attributes first B<ASN1_TYPE> object, or NULL if an error occurs.
|
H A D | SSL_stream_reset.pod | 58 After the first call to this function succeeds for a given stream, 60 used is that passed to the first successful call to this function.
|
/openssl/crypto/ |
H A D | info.c | 154 int first = 1; \ in DEFINE_RUN_ONCE_STATIC() 157 if (!first) \ in DEFINE_RUN_ONCE_STATIC() 159 first = 0; \ in DEFINE_RUN_ONCE_STATIC()
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 119 ! parameter 3 result left (modify in first round) 120 ! parameter 4 result right (use in first round) 268 ! parameter 1 first work (left in first round) 269 ! parameter 2 first use (right in first round) 762 ! first in memory to rightmost in register 813 ! first in memory to rightmost in register 935 ! rightmost in register to first in memory 1101 ! implemented with out5 as first parameter to avoid 1222 ld [in3], out0 ! key 7531 first round 1225 ld [in3+4], out1 ! key 8642 first round [all …]
|
/openssl/doc/man1/ |
H A D | openssl-namedisplay-options.pod | 22 The first four are the most commonly used. 88 Convert all strings to UTF-8 format first as required by RFC 2253. 94 In addition, any UTF8Strings will be converted to their character form first. 133 Specify the field separators. The first word is used between the
|
/openssl/doc/ |
H A D | openssl-c-indent.el | 58 (topmost-intro-cont first c-lineup-topmost-intro-cont
|
/openssl/doc/man7/ |
H A D | ossl-guide-tls-server-block.pod | 40 The first step is to create an B<SSL_CTX> object for our server. We use the 106 must appear first), and then load the corresponding private key, checking that 115 * first certificate in the file. 119 * However, the corresponding private key (see below) must be loaded first, 208 * The first call to BIO_do_accept() initialises the socket 219 making the B<first> call to L<BIO_do_accept(3)> which creates the listening 306 be ready to exit, it would first deallocate the constructed B<SSL_CTX>.
|