Quan guanyu

Results 10 comments of Quan guanyu

Apache HTTPClient GMSSL Example: ```java import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.conn.ssl.NoopHostnameVerifier; import org.apache.http.conn.ssl.SSLConnectionSocketFactory; import org.apache.http.impl.client.HttpClientBuilder; import org.bouncycastle.jce.provider.BouncyCastleProvider; import org.bouncycastle.jsse.provider.BouncyCastleJsseProvider; import org.bouncycastle.jsse.provider.gm.GMSimpleSSLSocketFactory; import java.security.Security; /** * GMSSL Http Client...

> Just one thing, we do not allow author tags (which I'll admit can be annoying as most IDEs now insist on inserting one when you create a file, here...

> Thanks. Just one other thing, is this meant to be compliant with RFC 8998? I just noticed there was a comment concerning TLS 1.1. at the top. > >...

> One question that has come up is how does the Certificate message work in the SM2 key exchange algorithm. There appear to be 2 end-entity certificates in the message,...

> We've finished analysing the patches. It's been quite a valuable exercise in the sense that it has shown up some shortcomings in our approach. We feel that treating GM...

> We've finished analysing the patches. It's been quite a valuable exercise in the sense that it has shown up some shortcomings in our approach. We feel that treating GM...

> > Apache HTTPClient GMSSL Example: > > ```java > > import org.apache.http.HttpResponse; > > import org.apache.http.client.HttpClient; > > import org.apache.http.client.methods.HttpGet; > > import org.apache.http.conn.ssl.NoopHostnameVerifier; > > import org.apache.http.conn.ssl.SSLConnectionSocketFactory; >...

I had impl a part of it, will for merge. [https://github.com/Ecwid/consul-api/pull/198](https://github.com/Ecwid/consul-api/pull/198)

The issue occurred with PDFBox 3.0.0, and I haven't tested it with 2.X.X. In fact, the PDF is encrypted and doesn't allow editing. I'm sorry, but for certain reasons, I...

I thought the issue was caused by document encryption, but after a simple test, I discovered it was not the case. The document seems to have been generated using iText...