/openssl/test/recipes/ |
H A D | 02-test_windows_registry.t | 20 my $expect; 52 $expect = "@expectossldir"; 55 $expect =~ s/\n//g; 56 $expect =~ s/.*REG_EXPAND_SZ *//; 57 $expect =~ s/ .*$//; 64 $expect = "@expectengdir"; 67 $expect =~ s/\n//g; 69 $expect =~ s/ .*$//; 76 $expect = "@expectmoddir"; 79 $expect =~ s/\n//g; [all …]
|
H A D | 15-test_gendhparam.t | 27 expect => [ 'ERROR' ], 46 expect => [ "BEGIN X9.42 DH PARAMETERS" ], 52 expect => [ "ERROR" ], 57 expect => [ 'BEGIN DH PARAMETERS', 'GROUP:' ], 63 expect => [ 'BEGIN DH PARAMETERS', 'GROUP:' ], 69 expect => [ 'BEGIN DH PARAMETERS', 'GROUP:' ], 76 expect => [ 'BEGIN DH PARAMETERS', 'GROUP:'], 81 expect => [ 'BEGIN X9.42 DH PARAMETERS', 'GROUP:' ], 105 expect => [ 'ERROR' ], 124 expect => [ 'ERROR' ], [all …]
|
H A D | 20-test_mac.t | 140 my ($cmdarray_orig, $type, $input, $expect, $err) = @_; 142 if (defined($expect)) { 143 $expect = uc $expect; 159 if (defined($expect)) { 160 if ($lines[0] =~ m|^\Q${expect}\E\R$|) { 164 print "Exp: $expect\n"; 192 my ($cmdarray, $type, $input, $expect) = @_; 193 $expect = uc $expect; 217 if ($line eq $expect) { 221 print "Exp: $expect\n";
|
H A D | 20-test_kdf.t | 95 my ($cmdarray, $expect) = @_; 96 if (defined($expect)) { 97 $expect = uc $expect; 102 if (defined($expect)) { 103 if ($lines[0] =~ m|^\Q${expect}\E\R$|) { 107 print "Exp: $expect\n";
|
H A D | 70-test_comp.t | 144 my $expect = shift; # The expected result. 155 print $expect, $tls, $type , "\n"; 156 my $failure_message = $expect_message{$expect} . " for " . 159 if ($expect == EXPECT_SUCCESS) { 161 } elsif ($expect == EXPECT_DECODE_ERROR) { 164 } elsif ($expect == EXPECT_ILLEGAL_PARAMETER) { 168 die "Unexpected test expectation: $expect";
|
H A D | tconversion.pl | 140 my ($cert, $expect) = @_; 141 cert_contains($cert, "Version: $expect", 1); 145 my ($cert, $expect) = @_; 146 cert_contains($cert, "Subject Key Identifier", $expect); 150 my ($cert, $expect) = @_; 151 cert_contains($cert, "Authority Key Identifier", $expect);
|
H A D | 25-test_req.t | 458 my $expect = shift @_; 459 cert_contains($cert, "Key Usage", $expect); 463 my $expect = shift @_; 467 "-partial_chain", $cert])) == $expect,
|
/openssl/test/ |
H A D | quic_cfq_test.c | 49 static const uint32_t expect[QUIC_PN_SPACE_NUM][11] = { variable 77 if (expect[pn_space][i] == UINT32_MAX) { in check() 88 ref_buf + expect[pn_space][i]) in check()
|
H A D | destest.c | 725 int clen, clen_upd, clen_fin, plen, plen_upd, plen_fin, expect, bs, i; in test_des_key_wrap() local 755 expect = (in_bytes + (bs - 1)) / bs * bs + 2 * bs; in test_des_key_wrap() 756 if (!TEST_int_eq(clen_upd, expect)) in test_des_key_wrap() 795 int expect; member 823 return TEST_int_eq(DES_is_weak_key(key), weak_keys[n].expect); in test_des_weak_keys() 828 int expect; member 849 return TEST_int_eq(DES_check_key_parity(key), bad_parity_keys[n].expect); in test_des_check_bad_parity()
|
H A D | cmp_client_test.c | 199 int expect) in test_exec_REQ_ses_poll() argument 203 fixture->expected = expect; in test_exec_REQ_ses_poll() 436 static int test_exec_GENM_ses(int transfer_error, int total_timeout, int expect) in test_exec_GENM_ses() argument 446 fixture->expected = expect; in test_exec_GENM_ses()
|
H A D | quic_ackm_test.c | 489 const char *expect; /* 1=ack, 2=lost, 4=discarded */ member 496 #define TX_OP_EXPECT(expect) \ argument 497 { TX_ACK_TIME_OP_EXPECT, 0, 0, 0, (expect) }, 590 (s->expect[i] & 1) != 0 ? 1 : 0)) in test_tx_ack_time_script() 593 (s->expect[i] & 2) != 0 ? 1 : 0)) in test_tx_ack_time_script() 596 (s->expect[i] & 4) != 0 ? 1 : 0)) in test_tx_ack_time_script()
|
/openssl/test/recipes/90-test_includes_data/ |
H A D | incdir.cnf | 2 # Set includedir and expect to fail
|
/openssl/doc/man3/ |
H A D | PKCS12_key_gen_utf8_ex.pod | 67 PKCS12_key_gen_asc() and PKCS12_key_gen_asc_ex() expect an ASCII-formatted password. 71 PKCS12_key_gen_uni() and PKCS12_key_gen_uni_ex() expect a Unicode-formatted password. 75 PKCS12_key_gen_utf8() and PKCS12_key_gen_utf8_ex() expect a UTF-8 encoded password.
|
H A D | SSL_in_init.pod | 53 may define more states so applications should expect to receive unrecognised
|
/openssl/test/ssl-tests/ |
H A D | 14-curves.cnf.in | 158 #These curves are only suitable for TLSv1.3 so we expect the 177 #These curves are only suitable for TLSv1.3. We expect TLSv1.2
|
H A D | 05-sni.cnf.in | 74 # We expect that the callback is still called
|
/openssl/crypto/store/ |
H A D | store_local.h | 90 OSSL_STORE_expect_fn expect; member
|
H A D | store_register.c | 96 loader->expect = expect_function; in OSSL_STORE_LOADER_set_expect()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-thread-assist.md | 77 Thus so long as we don't expect our own TLS implementation to spontaneously 93 Con: Many applications probably expect to be able to query the HL after
|
/openssl/doc/man7/ |
H A D | ossl-guide-tls-client-non-block.pod | 240 work out what we should do next. Note that we do not expect an EOF to occur at 279 On a write we do not expect to see an EOF response so we treat that case in the 328 If our application was initiating the shutdown then we would expect to see 331 the shutdown). In this particular example we don't expect SSL_shutdown() to 334 Since we are using a nonblocking socket we might expect to have to retry this
|
H A D | provider-storemgmt.pod | 99 kind of data to expect, search criteria, and so on. More on those below, in 143 =item "expect" (B<OSSL_STORE_PARAM_EXPECT>) <integer>
|
H A D | ossl-guide-quic-client-non-block.pod | 328 work out what we should do next. Note that we do not expect an EOF to occur at 367 On a write we do not expect to see an EOF response so we treat that case in the 421 Since our application is initiating the shutdown then we might expect to see 424 the shutdown). Since we are using a nonblocking B<SSL> object we might expect to
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8-sve.pl | 948 my $expect=&compile_sve($inst); 949 if ($expect ne $hexcode) { 950 return (sprintf "%s // Encode Error! expect [%s] actual [%s]", $inst, $expect, $hexcode);
|
/openssl/ |
H A D | SUPPORT.md | 33 Please keep in mind: Just because something doesn't work the way you expect
|
H A D | CONTRIBUTING.md | 66 3. Patches should be as current as possible; expect to have to rebase
|