HTTPRequest icon indicating copy to clipboard operation
HTTPRequest copied to clipboard

Are you planning to add support for https?

Open cr1gger opened this issue 5 years ago • 1 comments

Are you planning to add support for https?

cr1gger avatar Sep 21 '20 12:09 cr1gger

I want to keep it single-header with no dependencies and Public Domain. To stay Public Domain (see https://github.com/elnormous/HTTPRequest/blob/master/UNLICENSE) I have to implement all the algorithms used by SSL myself (or find Public Domain implementations). I have implementation SHA and working on RSA. If/when I finish it, I will implement SSL (that supports only SHA and RSA) into HTTPRequest.

elnormous avatar Sep 21 '20 22:09 elnormous