Jonathan Wilbur

Results 30 issues of Jonathan Wilbur

Per issue 13804, I created a `toBytes` property for `std.bigint.BigInt`. This generates an arbitrarily-long array of unsigned bytes that represents the signed, native-endian binary representation of the `BigInt`. https://issues.dlang.org/show_bug.cgi?id=13804

@andralex
stalled

Signed-off-by: Jonathan M. Wilbur This PR adds the `groupAC`, `noAssertion`, `sOAIdentifier`, and `noRevAvail` certificate extensions from the International Telecommunication Union's Recommendation X.509. These extensions are used for attribute certificates, whose...

branch: master
triaged: feature
severity: fips change

This is mentioned here: https://stackoverflow.com/questions/47668793/helm-generate-comma-separated-list I guess nobody ever reported this.

I am just trying to create a big-endian array of bytes from bits. The similar crate, `bit-vec` has `.to_be_bytes()`, but I see no convenient way of converting a `BitVec` into...

`xml({ foo: null })` works fine, but `xml({ bar: [ null, null ] })` causes the program to crash. I know it seems like an edge case, but I am...

Upon encountering an optional chaining operator, the parsing fails. I am using this in the [Jest VS Code Extension](https://github.com/jest-community/vscode-jest), but I have also tried the [other popular Jest VS Code...

I cannot use remote databases with this currently, but I believe this would be easy to add by introducing a few new environment variables, like: - `OWNCLOUD_DB_SSL_ENABLE` - `OWNCLOUD_DB_SSL_CA_CERT` -...

enhancement

This PR adds support for the `userNotice` X.509v3 extension defined in ITU-T Recommendation X.509 for usage in attribute certificates. ##### Checklist - [x] documentation is added or updated - [x]...

branch: master
approval: review pending
approval: otc review pending
triaged: feature
tests: present
severity: ABI change

This PR adds support for the `auditIdentity` X.509v3 extension as described in [IETF RFC 5755, section 4.3.1](https://www.rfc-editor.org/rfc/rfc5755.html#section-4.3.1) for usage in attribute certificates. ##### Checklist - [x] tests are added or...

branch: master
triaged: feature
severity: fips change
tests: present

For something security-sensitive like this, it would be nice to have PGP-signed compressed archives. Even if you just published a PGP and manually uploaded a signed archive one time, that...