-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various Remarks #56
Comments
Thanks a lot for the kind words. I'm happy that this is useful. It's not really something I have any use for myself so it's quite important for me to get any kind of feedback.
i've seen you PR. Thanks a lot for that.
Me neither. I have thought about trying to automate testing against badssl.com one way or another but haven't really had the time to implement it. Any ideas on how this could be done would be appreciated.
Of course crashing with an assert is not the nice way to handle this. I think I made the assumption that I would implement client certification very soon and left the assertion as a reminder :-) Anyway, it thankfully seems like youyuanwu is making good progress implementing that.
Indeed. Well spotted. Since I claim that this library is "header only" I should at least document that these libraries are needed. I don't really like compiler specific pragmas but I can see that some other boost libraries do this (in an ifdef for msvc) so I could do that as well.
I originally intended this library to be a "drop in" replacement for It would probably be a good idea to add an example of how this library can be used alongside
I can see the point in this but since
Indeed that's something that needs to be implemented. Hopefully that shouldn't be too hard to do.
I definitely prefer C++11 scoped enums as well but I think you have a point that it would be nice if the
I have to look into what
I think that's simply because I have a habit of deleting constructors unless I'm certain they actually work as intended. I should probably look into that. Thanks. Once again thanks for your comments. They are very useful. You have definitely given me something I need to look into. The only issue is that I don't have as much time to work on this library as I would like so of course pull request are also very welcome :-) |
I assume we can close this now? |
Hi, there are a few small points in here that are still relevant i think:
|
|
I have opened #75 for the stream_truncated issue. |
Hi!
First of all, thanks for putting together this very useful library.
I have been using beast+asio(and hence openssl)+djarek/certify for a simple https client so far.
But i do prefer your approach and would like to replace openssl+certify by your library.
Here are a few notes from first tests:
This should be a relatively easy fix if i am not missing something. I can add a small pull request later for further details.
Checking a revocation list should be relatively straight forward, not sure about the other cases.
The text was updated successfully, but these errors were encountered: