/openssl/tools/ |
H A D | c_rehash.in | 110 if (open(my $in, "<", $src_fname)) { 111 if (open(my $out, ">", $dst_fname)) { 164 open(my $in, "<", $fname); 186 if (!open($fh, "-|", join(' ', @_))) { 191 if (!open($fh, "-|", @_)) {
|
/openssl/crypto/store/ |
H A D | store_register.c | 67 loader->open = open_function; in OSSL_STORE_LOADER_set_open() 185 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int() 219 template.open = NULL; in ossl_store_get0_loader_int() 251 template.open = NULL; in ossl_store_unregister_loader_int()
|
H A D | store_local.h | 87 OSSL_STORE_open_fn open; member
|
/openssl/apps/ |
H A D | CA.pl.in | 100 open IN, $infile || die "Cannot open $infile, $!"; 101 open OUT, ">$outfile" || die "Cannot write to $outfile, $!"; 164 open OUT, ">${CATOP}/index.txt"; 166 open OUT, ">${CATOP}/crlnumber";
|
H A D | tsget.in | 170 open INPUT, "<" . $input 192 open OUTPUT, ">", $output
|
/openssl/ |
H A D | SUPPORT.md | 40 If you wish to report a bug, please open an [issue][github-issues] on GitHub 57 experienced in programming and know how to fix the bug, you can open a 60 Don't hesitate to open a pull request, even if it's only a small change
|
H A D | CONTRIBUTING.md | 13 please open an [issue on GitHub](https://github.com/openssl/openssl/issues). 15 To submit a patch or implement a new feature, please open a 18 open an issue for it before starting work, to get comments from the community.
|
H A D | configdata.pm.in | 115 open my $buildfile_template_fh, ">$buildfile_template" 136 open BUILDFILE, ">$buildfile.new" 158 open CONFIGURATION_H, ">${configuration_h}.new"
|
H A D | .gitmodules | 27 url = https://github.com/open-quantum-safe/oqs-provider.git
|
H A D | NOTES-DJGPP.md | 41 correctly. Many open source operating systems provide a "randomness
|
/openssl/doc/man3/ |
H A D | SSL_set_session.pod | 26 session is still B<open>, it is considered bad and will be removed from the 27 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
|
H A D | SSL_clear.pod | 22 If a session is still B<open>, it is considered bad and will be removed 23 from the session cache, as required by RFC2246. A session is considered open,
|
H A D | SSL_set_shutdown.pod | 46 the ssl session. If the session is still open, when
|
/openssl/Configurations/ |
H A D | 15-android.conf | 44 if (open my $fh, "<$ndk_src_props") { 89 open my $fh, $path or die "Could not open '$path' $!";
|
/openssl/crypto/rand/ |
H A D | randfile.c | 43 # define open _open macro 211 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file()
|
/openssl/test/recipes/95-test_external_oqsprovider_data/ |
H A D | oqsprovider.sh | 55 && git clone --depth 1 --branch 0.11.0 https://github.com/open-quantum-safe/liboqs.git \
|
/openssl/demos/sslecho/ |
H A D | README.md | 11 was added to open a connection with the server and to send keyboard input
|
/openssl/dev/release-aux/ |
H A D | openssl-announce-release.tmpl | 9 version $release of our open source toolkit for SSL/TLS.
|
H A D | openssl-announce-pre-release.tmpl | 40 To report a bug, open an issue on GitHub:
|
/openssl/crypto/bio/ |
H A D | bio_local.h | 173 # define UP_open open
|
/openssl/engines/ |
H A D | e_capi.txt | 24 CAPI_R_FILE_OPEN_ERROR:115:file open error
|
/openssl/include/internal/ |
H A D | e_os.h | 234 # define open _open macro
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 463 if ((fd = open(DEVRANDOM_WAIT, O_RDONLY)) != -1) { in wait_random_seeded() 533 if ((rd->fd = open(random_device_paths[n], O_RDONLY)) == -1) in get_random_device()
|
/openssl/test/recipes/70-test_quic_multistream_data/ |
H A D | verify-qlog.py | 26 with open(filename, 'r') as fi:
|
/openssl/doc/man7/ |
H A D | ossl_store.pod | 21 The functionality supports the pattern "open a channel to the
|