index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
http
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
http/http_lib.c: Include stdio.h for sscanf()
Tomas Mraz
2021-04-22
1
-1
/
+2
*
OSSL_HTTP_REQ_CTX_transfer(): improve distinction of send error vs. receive e...
Dr. David von Oheimb
2021-03-31
1
-3
/
+1
*
OSSL_parse_url(): Improve handling of IPv6 addresses
Dr. David von Oheimb
2021-03-31
1
-3
/
+2
*
http_client.c: Prevent spurious error queue entry on NULL mem argument
Dr. David von Oheimb
2021-03-31
1
-2
/
+1
*
HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()
Dr. David von Oheimb
2021-03-31
1
-11
/
+9
*
HTTP: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer(), rename to ossl_http_req_c...
Dr. David von Oheimb
2021-03-26
1
-10
/
+8
*
HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()
Dr. David von Oheimb
2021-03-26
1
-2
/
+2
*
Fix windows build compiler issue.
Shane Lontis
2021-03-19
1
-1
/
+2
*
Add ossl_provider symbols
Shane Lontis
2021-03-18
1
-0
/
+1
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
3
-34
/
+37
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
HTTP: Fix BIO_mem_d2i() on NULL mem input
Dr. David von Oheimb
2021-03-06
1
-9
/
+10
*
http_local.h: Remove unused declaration of HTTP_sendreq_bio()
Dr. David von Oheimb
2021-03-06
1
-8
/
+0
*
Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()
Dr. David von Oheimb
2021-03-01
2
-20
/
+77
*
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
Dr. David von Oheimb
2021-03-01
2
-92
/
+127
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Constify OSSL_HTTP_REQ_CTX_get0_mem_bio()
Dr. David von Oheimb
2021-02-02
1
-1
/
+1
*
HTTP: add more error detection to low-level API
Dr. David von Oheimb
2021-02-02
2
-9
/
+23
*
HTTP: Fix mistakes and unclarities on maxline and max_resp_len params
Dr. David von Oheimb
2021-02-02
1
-19
/
+17
*
OSSL_HTTP_REQ_CTX_nbio(): Revert to having state var that keeps req len still...
Dr. David von Oheimb
2021-02-02
1
-8
/
+8
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter by method_POST
Dr. David von Oheimb
2021-01-23
1
-7
/
+7
*
rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_line
Dr. David von Oheimb
2021-01-23
1
-5
/
+7
*
Add check of HTTP method to OSSL_HTTP_REQ_CTX_content()
Dr. David von Oheimb
2021-01-23
1
-0
/
+4
*
Deprecate OCSP_xxx API for OSSL_HTTP_xxx
Rich Salz
2021-01-19
1
-14
/
+0
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-35
/
+21
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
2
-49
/
+49
*
Fix Coverity CID 1466708 - correct pointer calculation in one case
Dr. David von Oheimb
2020-09-17
1
-1
/
+1
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
OSSL_HTTP_parse_url(): add optional port number return parameter and strength...
Dr. David von Oheimb
2020-09-08
3
-40
/
+70
*
Ensure a string is properly terminated in http_client.c
Matt Caswell
2020-07-03
1
-4
/
+9
*
Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docs
Dr. David von Oheimb
2020-06-16
1
-2
/
+2
*
Constify 'req' parameter of OSSL_HTTP_post_asn1()
Dr. David von Oheimb
2020-05-09
2
-3
/
+3
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
HTTP client: make server/proxy and port params more consistent; minor other i...
Dr. David von Oheimb
2020-04-02
4
-38
/
+69
*
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
2020-04-02
4
-32
/
+90
*
fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.h
Dr. David von Oheimb
2020-03-10
1
-1
/
+1
*
Don't exclude quite so much in a no-sock build
Dr. David von Oheimb
2020-02-21
2
-8
/
+11
*
fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSP
Dr. David von Oheimb
2020-02-12
2
-7
/
+10
*
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
2020-02-10
5
-0
/
+1474