Skip to content

Commit

Permalink
Update readme to reflect SHA256 status
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Apr 2, 2015
1 parent 061127d commit b5456a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Single log-out protocols:
* SP: send LogoutRequest (REDIRECT) -> receive LogoutResponse (REDIRECT or POST)
* SP: receive LogoutRequest (REDIRECT OR POST) -> send LogoutResponse (REDIRECT)

esaml supports RSA+SHA1 signing of all SP payloads, and validates signatures on all IdP responses. Compatibility flags are available to disable verification where IdP implementations lack support (see the [esaml_sp record](http://arekinath.github.io/esaml/esaml.html#type-sp), and members such as `idp_signs_logout_requests`).
esaml supports RSA+SHA1/SHA256 signing of all SP payloads, and validates signatures on all IdP responses. Compatibility flags are available to disable verification where IdP implementations lack support (see the [esaml_sp record](http://arekinath.github.io/esaml/esaml.html#type-sp), and members such as `idp_signs_logout_requests`).

### API documentation

Expand Down

0 comments on commit b5456a8

Please sign in to comment.