glome icon indicating copy to clipboard operation
glome copied to clipboard

Generic Low Overhead Message Exchange (GLOME) is a protocol providing secure authentication and authorization for low dependency environments.

Results 21 glome issues
Sort by recently updated
recently updated
newest added

More or less the first thing I did when I started this branch was researching the appropriate X25519 library to use. Now, almost 3 years later, I still find it...

Key index is the common case we want to support here: If the MSB is set, the low bits are interpreted as a 7 bit integer, which the server should...

Instead of single sentences, the public functions should document all their parameters, especially wrt ownership, and describe the scenario where the function is appropriate.

The private keys produced by `glome genkey` (and the corresponding public keys from `glome pubkey`) are x25519 keys, i.e. 32 raw octets. ### Key Exchange Dealing with GLOME keys is...

Both `go/login` and `go/login/server` would ejoy having a `README.md` file that guide the user through the code.

go

As [pointed out](https://github.com/google/glome/pull/54#discussion_r496765417) by @burgerdev, Key list should be HTML output with a ``, or at least configurable to be raw text or html using the Accept header for it,...

enhancement
good first issue
go

Example implementation of glome server

cla: yes

Bumps the cargo group with 1 update in the /rust directory: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.64 to 0.10.66 Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation...

dependencies
rust

Bumps the cargo group with 1 update in the /rust directory: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.70 to 0.10.72 Release notes Sourced from openssl's releases. openssl-v0.10.72 What's Changed make set_rsa_oaep_md visible...

dependencies
rust