Daniel Stenberg
6fa89fa893
tests: several enumerated type cleanups
...
To please icc
Closes #9179
2022-07-23 13:39:29 +02:00
max.mehl
ad9bc5976d
copyright: make repository REUSE compliant
...
Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.
This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.
Closes #8869
2022-06-13 09:13:00 +02:00
Daniel Stenberg
4ec0549c39
misc: update copyright year ranges
2022-04-25 09:31:09 +02:00
Jay Satiro
522e46c973
unit1610: init SSL library before calling SHA256 functions
...
The SSL library must be initialized (via global initialization) because
libcurl's SHA256 functions may call SHA256 functions in the SSL library.
Reported-by: Gisle Vanem
Fixes https://github.com/curl/curl/issues/8538
Closes https://github.com/curl/curl/pull/8540
2022-03-05 03:36:09 -05:00
Daniel Stenberg
4d2f800677
curl.se: new home
...
Closes #6172
2020-11-04 23:59:47 +01:00
Steve Holme
37dc4df270
md5/sha256: Updated the functions to allow non-string data to be hashed
2020-02-23 07:50:33 +00:00
Steve Holme
81c3712434
tests: Added a unit test for SHA256 digest generation
...
Follow up to 2b5b37c
.
Closes #4968
2020-02-22 22:12:27 +00:00