Kevin Albertson

Results 28 issues of Kevin Albertson

# Summary Add `AES256-SHA` as a default cipher suite for TLS 1.2. # Motivation The current default TLS 1.2 cipher suites do not intersect with the default cipher suites in...

### Library name mongo-c-driver ### New version number 1.26.0 ### Other information that may be useful (release notes, etc...) Release notes: https://github.com/mongodb/mongo-c-driver/releases/tag/1.26.0

category:port-update

### Library name mongo-c-driver ### New version number 1.27.0 ### Other information that may be useful (release notes, etc...) Release notes: https://github.com/mongodb/mongo-c-driver/releases/tag/1.27.0

category:port-update

This PR intends to meet the requirement: > Projects that are also published on distribution channels MUST comply with the corresponding SSDLC policy. libmongocrypt is published to the MongoDB PPA....

# Summary Update libmongocrypt formula to 1.10.0 # Background & Motivation Tested from a fork with the following: ``` % brew install kevinAlbs/brew/libmongocrypt [...] % pkg-config --modversion libmongocrypt 1.10.0 ```

# Summary This PR implements the `MongoClient.bulkWrite` API proposed in: https://github.com/mongodb/specifications/pull/1534 RST documentation was omitted from this PR in case the API changes during review. I plan to add RST...

### Package Name/Version mongo-c-driver/1.27.4 ### Changelog https://github.com/mongodb/mongo-c-driver/releases/tag/1.27.4 ### Context about the new update The above-mentioned version is newly released by the upstream project and not yet available as a recipe....

upstream update

# Summary Add crypto parameters to payloads `mc_FLE2InsertUpdatePayloadV2_t` and `mc_FLE2FindRangePayloadV2_t`. Updates to expected payloads specification tests are in (https://github.com/mongodb/specifications/pull/1616) and were verified with the C driver in [this patch](https://spruce.mongodb.com/version/66a3995faf9e8300073567c0/). #...

Follow-up to https://github.com/mongodb/libmongocrypt/pull/861. This PR is not-yet ready to merge. It is awaiting pending [protocol changes](https://jira.mongodb.org/issues/?jql=project%3DMONGOCRYPT%20and%20labels%3D%22range-ga-drivers%22%20and%20status%20!%3D%20closed).

# Summary Fix build with GCC 4.8.5. Verified with this [patch build](https://spruce.mongodb.com/version/66c6161c488c38000703c3e4). # Description Supporting build with GCC 4.8.5 is motivated by a request to build on a customer RHEL...