aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-03-03sha256: Added SecureTransport implementationSteve Holme
2020-03-03sha256: Added mbedtls implementationSteve Holme
2020-03-03sha256: Added GNU TLS gcrypt implementationSteve Holme
2020-03-03sha256: Added GNU TLS Nettle implementationSteve Holme
2020-03-02md4: use init/update/final functions in Secure TransportNick Zitzmann
2020-03-02multi_wait: stop loop when sread() returns zeroDaniel Stenberg
2020-03-02http: mark POSTs with no body as "upload done" from the startDaniel Stenberg
2020-03-02formdata/mime: copyright year range updateDaniel Stenberg
2020-03-02Revert "mime: latch last read callback status."Daniel Stenberg
2020-03-02Revert "mime: do not perform more than one read in a row"Daniel Stenberg
2020-03-02Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg
2020-03-02altsvc: both h3 backends now speak h3-27Daniel Stenberg
2020-03-02mime: fix the binary encoder to handle large data properlyPatrick Monnerat
2020-03-02mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-02mime: latch last read callback status.Patrick Monnerat
2020-03-01build: remove all HAVE_OPENSSL_ENGINE_H definesDaniel Stenberg
2020-03-01polarssl: Additional removalSteve Holme
2020-02-29md5: Added implementation for mbedTLSSteve Holme
2020-02-29md5: Use pointer notation for array parameters in GnuTLS implementationSteve Holme
2020-02-29md4: Use non-deprecated functions in mbedTLS >= 2.7.0Steve Holme
2020-02-29pause: force-drain the transfer on unpauseDaniel Stenberg
2020-02-28smtp: overwriting 'from' leaks memoryDaniel Stenberg
2020-02-27smtp: fix memory leak on exit pathDaniel Stenberg
2020-02-27gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme
2020-02-27Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg
2020-02-27http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg
2020-02-27libssh: improve known hosts handlingAnderson Toshiyuki Sasaki
2020-02-26cookie: remove unnecessary check for 'out != 0'Daniel Stenberg
2020-02-26http: added 417 response treatmentDaniel Stenberg
2020-02-26smtp: Tidy up, following recent changes, to maintain the coding styleSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme
2020-02-26smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme
2020-02-26smtp: Support UTF-8 based host names in the VRFY commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the MAIL commandSteve Holme
2020-02-26url: Make the IDN conversion functions available to othersSteve Holme
2020-02-24ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme
2020-02-23md4: Use const for the length input parameterSteve Holme
2020-02-23ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme
2020-02-23md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme
2020-02-23digest: Corrected the name of the local HTTP digest functionSteve Holme
2020-02-22tests: Added a unit test for SHA256 digest generationSteve Holme
2020-02-22md4: Fixed compilation issues when using GNU TLS gcryptSteve Holme
2020-02-21http2: now require nghttp2 >= 1.12.0Daniel Stenberg
2020-02-21gtls: fix the copyright yearDaniel Stenberg
2020-02-21GnuTLS: Always send client certjethrogb
2020-02-21cleanup: comment typosDaniel Stenberg