Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Required parameters are not generated #10

Open
rakshitkr opened this issue Dec 7, 2020 · 0 comments
Open

Required parameters are not generated #10

rakshitkr opened this issue Dec 7, 2020 · 0 comments
Labels
bug Something isn't working develop ruleset

Comments

@rakshitkr
Copy link
Collaborator

TrustManager[] tms = null; // must ensure generatedTrustManager
KeyManager[] kms = null; // must ensure generatedKeyManager

SSLContext sSLContext0 = SSLContext.getInstance("TLSv1.2");
sSLContext0.init(kms, tms, (SecureRandom) null);
Assertions.hasEnsuredPredicate(sSLContext0);
Assertions.mustBeInAcceptingState(sSLContext0);

Following test cases are failing for above reason

  • sSLContextValidTest1
  • sSLContextValidTest2
  • sSLContextValidTest3
  • sSLContextValidTest4
  • sSLContextValidTest5
@rakshitkr rakshitkr added bug Something isn't working develop ruleset labels Dec 7, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working develop ruleset
Projects
None yet
Development

No branches or pull requests

1 participant