Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Node Radius Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Node Radius Server
Commits
72e0b45f
Commit
72e0b45f
authored
Jun 26, 2020
by
simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: disable resume
parent
c7951f8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/tls/crypt.ts
src/tls/crypt.ts
+2
-0
No files found.
src/tls/crypt.ts
View file @
72e0b45f
...
@@ -5,6 +5,7 @@ import * as crypto from 'crypto';
...
@@ -5,6 +5,7 @@ import * as crypto from 'crypto';
import
*
as
DuplexPair
from
'
native-duplexpair
'
;
import
*
as
DuplexPair
from
'
native-duplexpair
'
;
import
debug
from
'
debug
'
;
import
debug
from
'
debug
'
;
import
*
as
NodeCache
from
'
node-cache
'
;
import
*
as
NodeCache
from
'
node-cache
'
;
import
*
as
constants
from
'
constants
'
;
import
*
as
config
from
'
../../config
'
;
import
*
as
config
from
'
../../config
'
;
const
log
=
debug
(
'
radius:tls
'
);
const
log
=
debug
(
'
radius:tls
'
);
...
@@ -12,6 +13,7 @@ const log = debug('radius:tls');
...
@@ -12,6 +13,7 @@ const log = debug('radius:tls');
// https://nodejs.org/api/tls.html
// https://nodejs.org/api/tls.html
const
tlsOptions
:
tls
.
SecureContextOptions
=
{
const
tlsOptions
:
tls
.
SecureContextOptions
=
{
...
config
.
certificate
,
...
config
.
certificate
,
secureOptions
:
constants
.
SSL_OP_NO_TICKET
,
};
};
log
(
'
tlsOptions
'
,
tlsOptions
);
log
(
'
tlsOptions
'
,
tlsOptions
);
const
secureContext
=
createSecureContext
(
tlsOptions
);
const
secureContext
=
createSecureContext
(
tlsOptions
);
...
...
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