scram-sasl icon indicating copy to clipboard operation
scram-sasl copied to clipboard

Java implementation of the SCRAM SASL for both server and client plus examples

Results 5 scram-sasl issues
Sort by recently updated
recently updated
newest added

Dear @ogrebgr, Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Little details, to know easily: - tls-unique for TLS =< 1.2 - tls-server-end-point...

After: - SCRAM-SHA-1 - SCRAM-SHA-256 - SCRAM-SHA-512 Can you add supports of : - SCRAM-SHA-224 - SCRAM-SHA-384 - SCRAM-SHA3-512 -PLUS variants are here: https://github.com/ogrebgr/scram-sasl/issues/4 ------------------------ "When using the SASL SCRAM...

There is no indication about RFC7677: SCRAM-SHA-256 and SCRAM-SHA-256-PLUS Simple Authentication and Security Layer (SASL) Mechanisms ----------------- "When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over...

[here](https://docs.oracle.com/javase/9/security/introduction-java-sasl-api.htm#JSSEC-GUID-93982F1C-AFFE-47B9-B4BA-41551ECCE2D2) it is described that one can install providers it would be good if scram-sasl would provide such a provider for the implementation of SHA1/256/512

Hello, May i ask what the actual state of this project is? I would really like to use it for a project. However i need to test it quite intensively...