Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
- Pro
Pinned
1,915 contributions in the last year
Contribution activity
July 2020
Created a pull request in square/wire that received 1 comment
- Don't install the Bouncy Castle provider in HeldCertificate
- Fix some issues discovered by simple fuzzing
- Add defensive checks for malformed ASN.1 DER
- Push OkHttp 3.14.x into the sea. It is no longer supported.
- Upgrade to Okio 2.7.0
- Don't crash on unknown GeneralName types.
- Encode attributes using UTF-8, not PrintableString
- Drop support for indefinite length in DER
- Include sources and docs in published artifacts
- Get the publishing key from an environment variable
- Run the publish job on Ubuntu
- There is no RELEASING.md doc in the root
- Publish website on master push, publish release on tag push
- Set up GitHub Actions and project website
- Build as a standalone project
- Promote some JSON behavior to FieldBinding
- Throw on unresolved options
- map fields cannot be extensions
- Adds some proto3 java tests for Empty
- Unignore super dope tests for structs
- Adds some proto3 java tests for AllTypes
- Add BOM-aware decoding of file contents
- Start work for OmitIdentityInJava + add java struct tests
- Add kotlin in packages and alias import inside wire-protoc tests
- Fix BuiltIn types precedence for Java and proto3
- Struct support in gson-support
- Adds missing copyrights to some proto files
- Extract JSON used in protocwire tests
- Fix protos imports/packages to avoid conflicts.
- Share JSON camelcase code.
- Explicit proto2 jvm packages to allow cohabitation with proto3 code
- Duration support for gson
- Create module for json Kotlin tests
- Use JsonName in gson-support
- Rename jsonTest to jsonJavaTest
- Load JSON from files in wire-tests to allow sharing among multiple modules.
- Delete redundant tests from GsonTest and MoshiTest
Created an issue in square/okhttp that received 2 comments
Replace BouncyCastle with our own DER encoder
This is mostly done, but it hasn’t had a tracking bug and it needs one. The goal is to stop okhttp-tls from depending on Bouncy Castle. Bouncy Cast…
2
comments