We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58796e3 commit 60e1e84Copy full SHA for 60e1e84
src/main/java/eu/webeid/security/validator/ocsp/OcspRequestBuilder.java
@@ -89,7 +89,7 @@ public OCSPReq build() throws OCSPException {
89
}
90
91
private void addNonce(OCSPReqBuilder builder) {
92
- final byte[] nonce = new byte[8];
+ final byte[] nonce = new byte[32];
93
GENERATOR.nextBytes(nonce);
94
95
final Extension[] extensions = new Extension[]{
0 commit comments