Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/openssl-master/test/testutil/
A Dtests.c26 void test_fail_message_prefix(const char *prefix, const char *file, in test_fail_message_prefix() argument
40 if (file != NULL) { in test_fail_message_prefix()
41 test_printf_stderr(" @ %s:%d", file, line); in test_fail_message_prefix()
75 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va() argument
88 static void test_fail_message(const char *prefix, const char *file, in test_fail_message() argument
109 void test_info(const char *file, int line, const char *desc, ...) in test_info() argument
128 void test_error(const char *file, int line, const char *desc, ...) in test_error() argument
161 int test_skip(const char *file, int line, const char *desc, ...) in test_skip() argument
260 int test_true(const char *file, int line, const char *s, int b) in test_true() argument
268 int test_false(const char *file, int line, const char *s, int b) in test_false() argument
[all …]
A Dload.c18 X509 *load_cert_pem(const char *file, OSSL_LIB_CTX *libctx) in load_cert_pem() argument
23 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_cert_pem()
25 if (TEST_int_gt(BIO_read_filename(bio, file), 0) in load_cert_pem()
33 STACK_OF(X509) *load_certs_pem(const char *file) in STACK_OF()
39 if (!TEST_ptr(file) || (bio = BIO_new_file(file, "r")) == NULL) in STACK_OF()
69 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx) in load_pkey_pem() argument
74 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_pkey_pem()
76 if (TEST_int_gt(BIO_read_filename(bio, file), 0)) { in load_pkey_pem()
92 X509_REQ *load_csr_der(const char *file, OSSL_LIB_CTX *libctx) in load_csr_der() argument
97 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new_file(file, "rb"))) in load_csr_der()
A Dtu_local.h21 void test_fail_message_prefix(const char *prefix, const char *file,
26 void test_fail_string_message(const char *prefix, const char *file,
32 void test_fail_bignum_message(const char *prefix, const char *file,
37 void test_fail_bignum_mono_message(const char *prefix, const char *file,
42 void test_fail_memory_message(const char *prefix, const char *file,
/openssl-master/crypto/
A Dmem.c169 return malloc_impl(num, file, line); in CRYPTO_malloc()
191 ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc()
203 return realloc_impl(str, num, file, line); in CRYPTO_realloc()
207 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc()
210 CRYPTO_free(str, file, line); in CRYPTO_realloc()
223 return CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
236 ret = CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
248 free_impl(str, file, line); in CRYPTO_free()
261 CRYPTO_free(str, file, line); in CRYPTO_clear_free()
281 (void)info; (void)file; (void)line; in CRYPTO_mem_debug_push()
[all …]
A Do_fopen.c40 FILE *file = NULL; in openssl_fopen() local
70 (file = _wfopen(wfilename, wmode)) == NULL && in openssl_fopen()
77 file = fopen(filename, mode); in openssl_fopen()
80 file = fopen(filename, mode); in openssl_fopen()
109 file = fopen(filename, mode); in openssl_fopen()
114 file = fopen(filename, mode); in openssl_fopen()
116 return file; in openssl_fopen()
/openssl-master/test/recipes/
A D90-test_store.t144 my $file = srctop_file($_);
202 my $file = data_file($_);
205 $file])));
549 my ($file, $isdir, $authority) = @_;
553 die "to_file_uri: No file given\n" if !defined($file) || $file eq '';
555 ($vol, $dir, $file) = File::Spec->splitpath($file, $isdir // 0);
587 $file = $dir . $file;
590 return "file:$file";
594 my ($file) = @_;
596 return File::Spec->rel2abs($file);
[all …]
/openssl-master/external/perl/Text-Template-1.56/t/
A Dtaint.t21 my $file = $tmpfile->filename;
32 open my $fh, '>', $file or die "Couldn't write temporary file $file: $!";
34 close $fh or die "Couldn't finish temporary file $file: $!";
72 my $tfile = $file;
75 should_be_clean($file);
78 should_fail TYPE => 'file', SOURCE => $file;
79 should_work TYPE => 'file', SOURCE => $file, UNTAINT => 1;
82 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting";
86 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting";
/openssl-master/providers/implementations/storemgmt/
A Dfile_store.c79 BIO *file; member
84 } file; member
120 OPENSSL_free(ctx->_.file.propq); in free_file_ctx()
164 ctx->_.file.file = source; in file_open_stream()
337 ctx->_.file.propq = NULL; in file_set_ctx_params()
538 ret = OSSL_DECODER_from_bio(ctx->_.file.decoderctx, ctx->_.file.file); in file_load_file()
539 if (BIO_eof(ctx->_.file.file) in file_load_file()
735 return !BIO_pending(ctx->_.file.file) in file_eof()
736 && BIO_eof(ctx->_.file.file); in file_eof()
758 BIO_free(ctx->_.file.file); in file_close_stream()
[all …]
/openssl-master/doc/man3/
A DBIO_s_fd.pod5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO
20 BIO_s_fd() returns the file descriptor BIO method. This is a wrapper
27 file descriptor when the BIO is freed.
29 BIO_reset() attempts to change the file pointer to the start of file
32 BIO_seek() sets the file pointer to position B<ofs> from start of file
35 BIO_tell() returns the current file position such as by calling
42 It also returns the file descriptor.
61 BIO_s_fd() returns the file descriptor BIO method.
65 BIO_get_fd() returns the file descriptor or -1 if the BIO has not
73 This is a file descriptor BIO version of "Hello World":
[all …]
A DCONF_modules_load_file.pod24 configuration file pathname as follows.
82 consider a configuration file error as fatal and exit immediately.
96 Load a configuration file and print out any errors and exit (missing file
100 fprintf(stderr, "FATAL: error loading configuration file\n");
110 fprintf(stderr, "FATAL: error loading configuration file\n");
116 missing configuration file ignored:
124 Load and parse configuration file manually, custom error handling:
132 fprintf(stderr, "Error opening configuration file\n");
133 /* Other missing configuration file behaviour */
139 /* Other malformed configuration file behaviour */
[all …]
A DBIO_s_file.pod27 BIO_s_file() returns the BIO file method. As its name implies it
34 BIO_flush() on a file BIO calls the fflush() function on the wrapped
37 BIO_reset() attempts to change the file pointer to the start of file
40 BIO_seek() sets the file pointer to position B<ofs> from start of file
52 BIO_new_fp() creates a file BIO wrapping B<stream>. Flags can be:
60 BIO_get_fp() retrieves the fp of a file BIO, it is a macro.
63 from the start of file.
68 BIO_rw_filename() set the file BIO B<b> to use file B<name> for
85 BIO_s_file() returns the file BIO method.
120 Write to a file:
[all …]
A DSSL_get_fd.pod5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object
17 SSL_get_fd() returns the file descriptor which is linked to B<ssl>.
18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
20 write channel are different, SSL_get_fd() will return the file descriptor
32 (suitable for file descriptors).
36 The file descriptor linked to B<ssl>.
49 this file except in compliance with the License. You can obtain a copy
50 in the file LICENSE in the source distribution or at
A DSSL_load_client_CA_file.pod15 STACK_OF(X509_NAME) *SSL_load_client_CA_file_ex(const char *file,
18 STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file);
21 const char *file);
29 SSL_load_client_CA_file_ex() reads certificates from I<file> and returns
36 SSL_add_file_cert_subjects_to_stack() reads certificates from I<file>,
40 file in the directory I<dir>, and adds their subject name to the
49 SSL_load_client_CA_file() reads a file of PEM formatted certificates and
73 Load names of CAs from file and use it as a client CA list:
102 this file except in compliance with the License. You can obtain a copy
103 in the file LICENSE in the source distribution or at
/openssl-master/crypto/x509/
A Dx509_d2.c45 int X509_STORE_load_file_ex(X509_STORE *ctx, const char *file, in X509_STORE_load_file_ex() argument
50 if (file == NULL in X509_STORE_load_file_ex()
52 || X509_LOOKUP_load_file_ex(lookup, file, X509_FILETYPE_PEM, libctx, in X509_STORE_load_file_ex()
59 int X509_STORE_load_file(X509_STORE *ctx, const char *file) in X509_STORE_load_file() argument
61 return X509_STORE_load_file_ex(ctx, file, NULL, NULL); in X509_STORE_load_file()
94 int X509_STORE_load_locations_ex(X509_STORE *ctx, const char *file, in X509_STORE_load_locations_ex() argument
98 if (file == NULL && path == NULL) in X509_STORE_load_locations_ex()
100 if (file != NULL && !X509_STORE_load_file_ex(ctx, file, libctx, propq)) in X509_STORE_load_locations_ex()
107 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, in X509_STORE_load_locations() argument
110 return X509_STORE_load_locations_ex(ctx, file, path, NULL, NULL); in X509_STORE_load_locations()
A Dby_file.c52 const char *file; in by_file_ctrl_ex() local
57 file = ossl_safe_getenv(X509_get_default_cert_file_env()); in by_file_ctrl_ex()
58 if (file) in by_file_ctrl_ex()
99 if ((in == NULL) || (BIO_read_filename(in, file) <= 0)) { in X509_load_cert_file_ex()
154 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file() argument
156 return X509_load_cert_file_ex(ctx, file, type, NULL, NULL); in X509_load_cert_file()
159 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file() argument
168 if ((in == NULL) || (BIO_read_filename(in, file) <= 0)) { in X509_load_crl_file()
225 return X509_load_cert_file_ex(ctx, file, type, libctx, propq); in X509_load_cert_crl_file_ex()
226 in = BIO_new_file(file, "r"); in X509_load_cert_crl_file_ex()
[all …]
/openssl-master/doc/man7/
A Dossl_store-file.pod13 ossl_store-file - The store 'file' scheme loader
23 Support for the 'file' scheme is built into C<libcrypto>.
24 Since files come in all kinds of formats and content types, the 'file'
25 scheme has its own layer of functionality called "file handlers",
26 which are used to try to decode diverse types of file contents.
28 In case a file is formatted as PEM, each called file handler receives
31 formatted files can contain more than one object, the file handlers
34 If the file isn't determined to be formatted as PEM, the content is
35 loaded in raw form in its entirety and passed to the available file
38 Each file handler is expected to handle PEM and non-PEM content as
[all …]
/openssl-master/crypto/rand/
A Drandfile.c84 int RAND_load_file(const char *file, long bytes) in RAND_load_file() argument
105 if ((in = openssl_fopen(file, "rb")) == NULL) { in RAND_load_file()
107 "Filename=%s", file); in RAND_load_file()
114 "Filename=%s", file); in RAND_load_file()
181 int RAND_write_file(const char *file) in RAND_write_file() argument
189 if (stat(file, &sb) >= 0 && !S_ISREG(sb.st_mode)) { in RAND_write_file()
191 "Filename=%s", file); in RAND_write_file()
234 out = openssl_fopen(file, "rb+"); in RAND_write_file()
238 out = openssl_fopen(file, "wb"); in RAND_write_file()
241 "Filename=%s", file); in RAND_write_file()
[all …]
/openssl-master/Configurations/
A DREADME-design.md20 build-file templates. See the section on build-file templates further
75 This is the `build.info` file in `apps/`, one may notice that all file
98 file, but can make the info file easier to understand. This is to
187 extra source file.
408 Build-file templates
422 a source file from some input.
465 file that directly corresponds to the object file.
528 executable file from object files.
544 script file from some input.
559 functions defined in the build-file template.
[all …]
/openssl-master/util/
A Dck_errf.pl98 foreach my $file (@source) {
99 open( IN, "<$file" ) || die "Can't open $file, $!";
113 print "$file:$.:$errlib not listed in $config\n";
119 print "$file:$.:???:$n\n";
132 print "$file:$.:$func:$n [${errlib}err]\n";
139 print "$file:$.:$func:$n\n";
/openssl-master/doc/man1/
A Dopenssl-srp.pod.in6 openssl-srp - maintain SRP password file
18 [B<-srpvfile> I<file>]
34 appropriate operation on the SRP file.
37 The configuration file to use, and the section within the file, can be
62 Delete user from verifier file.
72 =item B<-srpvfile> I<file>
74 If the config file is not specified,
75 B<-srpvfile> can be used to specify the file to operate on.
89 The password source for the input and output file.
114 this file except in compliance with the License. You can obtain a copy
[all …]
A Dopenssl-asn1parse.pod.in24 [B<-genconf> I<file>]
48 The input file, default is standard input.
75 file is described in the NOTES section below.
97 file using the B<-out> option.
105 END marker in a PEM file.
171 Parse a file:
173 openssl asn1parse -in file.pem
175 Parse a DER file:
177 openssl asn1parse -inform DER -in file.der
187 Generate using a config file:
[all …]
A Dopenssl-pkcs12.pod.in6 openssl-pkcs12 - PKCS#12 file command
416 Parse a PKCS#12 file and output it to a PEM file:
418 openssl pkcs12 -in file.p12 -out file.pem
422 openssl pkcs12 -in file.p12 -clcerts -out file.pem
426 openssl pkcs12 -in file.p12 -out file.pem -noenc
428 Print some info about a PKCS#12 file:
436 Create a PKCS#12 file from a PEM file that may contain a key and certificates:
438 openssl pkcs12 -export -in file.pem -out file.p12 -name "My PSE"
442 openssl pkcs12 -export -in file.pem -out file.p12 -name "My PSE" \
445 Export a PKCS#12 file with data from a certificate PEM file and from a further
[all …]
/openssl-master/engines/
A De_loader_attic.c885 } file; member
939 ctx->_.file.file = BIO_push(buff, ctx->_.file.file); in file_find_type()
1053 } else if ((ctx->_.file.file = BIO_new_file(path, "rb")) == NULL in file_open_ex()
1055 BIO_free_all(ctx->_.file.file); in file_open_ex()
1095 ctx->_.file.file = bp; in file_attach()
1098 ctx->_.file.file = NULL; in file_attach()
1664 return BIO_eof(ctx->_.file.file); in file_eof()
1673 BIO_free_all(ctx->_.file.file); in file_close()
1679 BIO *buff = ctx->_.file.file; in file_close()
1682 (void)BIO_pop(ctx->_.file.file); in file_close()
[all …]
/openssl-master/test/
A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
106 print "Example file $file:\n";
108 run_reencode_test( $exdir, $file );
111 run_certsout_test( $exdir, $file );
114 run_dataout_test( $exdir, $file );
117 run_verify_test( $exdir, $tlist, $file );
120 run_digest_test( $exdir, $tlist, $file );
123 run_encrypted_test( $exdir, $tlist, $file, $secretkey );
126 run_envelope_test( $exdir, $tlist, $file );
/openssl-master/crypto/err/
A Derr.c157 const char **file, int *line,
330 unsigned long ERR_get_error_all(const char **file, int *line, in ERR_get_error_all() argument
334 return get_error_values(EV_POP, file, line, func, data, flags); in ERR_get_error_all()
338 unsigned long ERR_get_error_line(const char **file, int *line) in ERR_get_error_line() argument
340 return get_error_values(EV_POP, file, line, NULL, NULL, NULL); in ERR_get_error_line()
355 unsigned long ERR_peek_error_line(const char **file, int *line) in ERR_peek_error_line() argument
370 unsigned long ERR_peek_error_all(const char **file, int *line, in ERR_peek_error_all() argument
468 if (file != NULL) { in get_error_values()
469 *file = es->err_file[i]; in get_error_values()
470 if (*file == NULL) in get_error_values()
[all …]

Completed in 35 milliseconds

12345678910>>...47