ogrebgr / scram-sasl

Java implementation of the SCRAM SASL for both server and client plus examples
Apache License 2.0
15 stars 6 forks source link

Can you add reference to RFC/I-D in the README? #10

Closed Neustradamus closed 2 years ago

Neustradamus commented 2 years ago

@ogrebgr: I wish you a Happy New Year!

Can you add reference to RFC/I-D in the README?

Thanks in advance.

ogrebgr commented 2 years ago

I am afraid that the only applicable RFC is 5802

Neustradamus commented 2 years ago

@ogrebgr: Please remove comments in the bad ticket, sorry I was done a bad tag...

In the README:

Java library that implements SCRAM SASL (RFC5802) for both server and client.

Includes SHA-1, SHA-256, SHA-512 implementations and examples (you can easily create implementation that uses your own hashing function and digest).

It is:

You can add that TLS Binding is not supported, no -PLUS variants in the README (with a better sentence).

Note: There is a ticket for TLS Binding and for other SCRAM like SHA3-512.

Neustradamus commented 2 years ago

@ogrebgr: Do you understand me?