Skip to content
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

Merged
merged 7 commits into from
Apr 10, 2023
Merged

remove ocsp code #649

merged 7 commits into from
Apr 10, 2023

Conversation

glharper
Copy link
Member

No description provided.

@glharper glharper marked this pull request as ready for review March 13, 2023 15:38
@glharper glharper requested a review from rhurey April 9, 2023 20:17
@glharper glharper changed the title remove ocsp code - test PR remove ocsp code Apr 9, 2023
@@ -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/'));
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

@glharper glharper merged commit a79b92f into master Apr 10, 2023
@glharper glharper deleted the remove-ocsp branch April 10, 2023 21:03
tbsResponseData: {
responses: tbsUpdateResponse[];
};
}

export class CertCheckAgent {
Copy link
Member

@rhurey rhurey Apr 11, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants