-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove ocsp code #649
remove ocsp code #649
Conversation
@@ -30,9 +30,6 @@ | |||
.pipe(tsProject()) | |||
.pipe(sourcemaps.write('.')) | |||
.pipe(gulp.dest('distrib/lib')); | |||
}, function () { | |||
return gulp.src('./external/**/*') | |||
.pipe(gulp.dest('./distrib/lib/external/')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we hand not other external dependencies, other than the OCSP libs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct.
tbsResponseData: { | ||
responses: tbsUpdateResponse[]; | ||
}; | ||
} | ||
|
||
export class CertCheckAgent { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this class still needed at all?
No description provided.