Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnshajiang/blog
The original technicial articles
https://github.com/johnshajiang/blog
curl hpack http2 java jetty nss openssl security tls tls13
Last synced: 2 days ago
JSON representation
The original technicial articles
- Host: GitHub
- URL: https://github.com/johnshajiang/blog
- Owner: johnshajiang
- Created: 2018-01-30T03:08:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T09:57:20.000Z (10 months ago)
- Last Synced: 2024-04-16T18:18:51.680Z (7 months ago)
- Topics: curl, hpack, http2, java, jetty, nss, openssl, security, tls, tls13
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Java
* [Making your own OpenJDK distro](https://github.com/johnshajiang/blog/wiki/Making-your-own-OpenJDK-distro)
* [Reclaim native resources with Cleaner](https://github.com/johnshajiang/blog/wiki/Reclaim-native-resources-with-Cleaner)### Security
* [Exploring TLS 1.3 with OpenSSL 1.1.1](https://github.com/johnshajiang/blog/wiki/Exploring-TLS-1.3-with-OpenSSL-1.1.1)
* [Generating certificates with OpenSSL](https://github.com/johnshajiang/blog/wiki/Generating-Certificates-with-OpenSSL)
* [Generating common test certificates](https://github.com/johnshajiang/blog/wiki/Generating-common-test-certificates)
* [Check certificate revocation status with OpenSSL](https://github.com/johnshajiang/blog/wiki/Check-certificate-revocation-status-with-OpenSSL)### Exploring HTTP 2
* [Exploring HTTP 2: HTTP 2](https://github.com/johnshajiang/blog/wiki/Exploring-HTTP-2:-HTTP-2)
* [Exploring HTTP 2: HPACK](https://github.com/johnshajiang/blog/wiki/Exploring-HTTP-2:-HPACK)
* [Exploring HTTP 2: Stream states](https://github.com/johnshajiang/blog/wiki/Exploring-HTTP-2:-Stream-states)
* [Exploring HTTP 2: Simple demos](https://github.com/johnshajiang/blog/wiki/Exploring-HTTP-2:-Simple-demos)
* [Exploring HTTP 2: Server push](https://github.com/johnshajiang/blog/wiki/Exploring-HTTP-2:-Server-push)
* [Exploring HTTP 2: Deploy testing server and client](https://github.com/johnshajiang/blog/wiki/Exploring-HTTP-2:-Deploy-testing-server-and-client)