Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pbxm-perl-lib-el8
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
static
pbxm-perl-lib-el8
Commits
bc53d5c8
Commit
bc53d5c8
authored
Apr 19, 2023
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
major update
parent
971eb4d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
test_net_ssleay.pl
build/test_net_ssleay.pl
+0
-10
No files found.
build/test_net_ssleay.pl
deleted
100755 → 0
View file @
971eb4d6
#!/usr/bin/env perl
use
Net::
SSLeay
qw(die_now die_if_ssl_error get_https post_https sslcat make_headers make_form)
;
Net::SSLeay::
load_error_strings
();
Net::SSLeay::
SSLeay_add_ssl_algorithms
();
# Important!
Net::SSLeay::
ENGINE_load_builtin_engines
();
# If you want built-in engines
Net::SSLeay::
ENGINE_register_all_complete
();
# If you want built-in engines
Net::SSLeay::
randomize
();
(
$page
)
=
get_https
(
'www.bacus.pt'
,
443
,
'/'
);
# Case 1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment