zmstone

Results 64 issues of zmstone

I tried to grep `(client|server)_session_cb` in the code base (`OTP-28.2`), resulted only with matches in doc. ``` lib/ssl/doc/ssl_app.md:75:4: `client_session_cb` and `server_session_cb` lib/ssl/doc/ssl_app.md:77:6:- **`client_session_cb = atom() `** - Since OTP-23.3 Name...

team:PS
bug

Cannot find much documentation about `session_resumption`, presumably it should return true for both TLS 1.2 and 1.3 after session is resumed. However, per my tests, it is only telling the...

team:PS
bug

**Describe the bug** I don't understand why `'OCSPRequest'` was left out from `public_key:get_asn1_module/1`. https://github.com/erlang/otp/blob/aa10ffdb1908bf57786a3f35a4c1dfec46571f10/lib/public_key/src/public_key.erl#L723-L726 If it was just accidentally missed, please consider adding it. **Expected behavior** `public_key:der_encode/2` can be used...

team:PS
bug

2.1.0 is published to hex.pm https://hex.pm/packages/redbug/2.1.0 but i cannot find a tag in this repo.