12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703 |
- /**
- * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
- * SPDX-License-Identifier: Apache-2.0.
- */
- #include <aws/http/proxy.h>
- #include <aws/common/encoding.h>
- #include <aws/common/string.h>
- #include <aws/http/private/proxy_impl.h>
- #if defined(_MSC_VER)
- # pragma warning(push)
- # pragma warning(disable : 4221)
- #endif /* _MSC_VER */
- struct aws_http_proxy_negotiator *aws_http_proxy_negotiator_acquire(
- struct aws_http_proxy_negotiator *proxy_negotiator) {
- if (proxy_negotiator != NULL) {
- aws_ref_count_acquire(&proxy_negotiator->ref_count);
- }
- return proxy_negotiator;
- }
- void aws_http_proxy_negotiator_release(struct aws_http_proxy_negotiator *proxy_negotiator) {
- if (proxy_negotiator != NULL) {
- aws_ref_count_release(&proxy_negotiator->ref_count);
- }
- }
- struct aws_http_proxy_negotiator *aws_http_proxy_strategy_create_negotiator(
- struct aws_http_proxy_strategy *strategy,
- struct aws_allocator *allocator) {
- if (strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- return strategy->vtable->create_negotiator(strategy, allocator);
- }
- enum aws_http_proxy_negotiation_retry_directive aws_http_proxy_negotiator_get_retry_directive(
- struct aws_http_proxy_negotiator *proxy_negotiator) {
- if (proxy_negotiator != NULL) {
- if (proxy_negotiator->strategy_vtable.tunnelling_vtable->get_retry_directive != NULL) {
- return proxy_negotiator->strategy_vtable.tunnelling_vtable->get_retry_directive(proxy_negotiator);
- }
- }
- return AWS_HPNRD_STOP;
- }
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_acquire(struct aws_http_proxy_strategy *proxy_strategy) {
- if (proxy_strategy != NULL) {
- aws_ref_count_acquire(&proxy_strategy->ref_count);
- }
- return proxy_strategy;
- }
- void aws_http_proxy_strategy_release(struct aws_http_proxy_strategy *proxy_strategy) {
- if (proxy_strategy != NULL) {
- aws_ref_count_release(&proxy_strategy->ref_count);
- }
- }
- /*****************************************************************************************************************/
- enum proxy_negotiator_connect_state {
- AWS_PNCS_READY,
- AWS_PNCS_IN_PROGRESS,
- AWS_PNCS_SUCCESS,
- AWS_PNCS_FAILURE,
- };
- /* Functions for basic auth strategy */
- struct aws_http_proxy_strategy_basic_auth {
- struct aws_allocator *allocator;
- struct aws_string *user_name;
- struct aws_string *password;
- struct aws_http_proxy_strategy strategy_base;
- };
- static void s_destroy_basic_auth_strategy(struct aws_http_proxy_strategy *proxy_strategy) {
- struct aws_http_proxy_strategy_basic_auth *basic_auth_strategy = proxy_strategy->impl;
- aws_string_destroy(basic_auth_strategy->user_name);
- aws_string_destroy(basic_auth_strategy->password);
- aws_mem_release(basic_auth_strategy->allocator, basic_auth_strategy);
- }
- struct aws_http_proxy_negotiator_basic_auth {
- struct aws_allocator *allocator;
- struct aws_http_proxy_strategy *strategy;
- enum proxy_negotiator_connect_state connect_state;
- struct aws_http_proxy_negotiator negotiator_base;
- };
- static void s_destroy_basic_auth_negotiator(struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_basic_auth *basic_auth_negotiator = proxy_negotiator->impl;
- aws_http_proxy_strategy_release(basic_auth_negotiator->strategy);
- aws_mem_release(basic_auth_negotiator->allocator, basic_auth_negotiator);
- }
- AWS_STATIC_STRING_FROM_LITERAL(s_proxy_authorization_header_name, "Proxy-Authorization");
- AWS_STATIC_STRING_FROM_LITERAL(s_proxy_authorization_header_basic_prefix, "Basic ");
- /*
- * Adds a proxy authentication header based on the basic authentication mode, rfc7617
- */
- static int s_add_basic_proxy_authentication_header(
- struct aws_allocator *allocator,
- struct aws_http_message *request,
- struct aws_http_proxy_negotiator_basic_auth *basic_auth_negotiator) {
- struct aws_byte_buf base64_input_value;
- AWS_ZERO_STRUCT(base64_input_value);
- struct aws_byte_buf header_value;
- AWS_ZERO_STRUCT(header_value);
- int result = AWS_OP_ERR;
- struct aws_http_proxy_strategy_basic_auth *basic_auth_strategy = basic_auth_negotiator->strategy->impl;
- if (aws_byte_buf_init(
- &base64_input_value,
- allocator,
- basic_auth_strategy->user_name->len + basic_auth_strategy->password->len + 1)) {
- goto done;
- }
- /* First build a buffer with "username:password" in it */
- struct aws_byte_cursor username_cursor = aws_byte_cursor_from_string(basic_auth_strategy->user_name);
- if (aws_byte_buf_append(&base64_input_value, &username_cursor)) {
- goto done;
- }
- struct aws_byte_cursor colon_cursor = AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL(":");
- if (aws_byte_buf_append(&base64_input_value, &colon_cursor)) {
- goto done;
- }
- struct aws_byte_cursor password_cursor = aws_byte_cursor_from_string(basic_auth_strategy->password);
- if (aws_byte_buf_append(&base64_input_value, &password_cursor)) {
- goto done;
- }
- struct aws_byte_cursor base64_source_cursor =
- aws_byte_cursor_from_array(base64_input_value.buffer, base64_input_value.len);
- /* Figure out how much room we need in our final header value buffer */
- size_t required_size = 0;
- if (aws_base64_compute_encoded_len(base64_source_cursor.len, &required_size)) {
- goto done;
- }
- required_size += s_proxy_authorization_header_basic_prefix->len + 1;
- if (aws_byte_buf_init(&header_value, allocator, required_size)) {
- goto done;
- }
- /* Build the final header value by appending the authorization type and the base64 encoding string together */
- struct aws_byte_cursor basic_prefix = aws_byte_cursor_from_string(s_proxy_authorization_header_basic_prefix);
- if (aws_byte_buf_append_dynamic(&header_value, &basic_prefix)) {
- goto done;
- }
- if (aws_base64_encode(&base64_source_cursor, &header_value)) {
- goto done;
- }
- struct aws_http_header header = {
- .name = aws_byte_cursor_from_string(s_proxy_authorization_header_name),
- .value = aws_byte_cursor_from_array(header_value.buffer, header_value.len),
- };
- if (aws_http_message_add_header(request, header)) {
- goto done;
- }
- result = AWS_OP_SUCCESS;
- done:
- aws_byte_buf_clean_up(&header_value);
- aws_byte_buf_clean_up(&base64_input_value);
- return result;
- }
- int s_basic_auth_forward_add_header(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message) {
- struct aws_http_proxy_negotiator_basic_auth *basic_auth_negotiator = proxy_negotiator->impl;
- return s_add_basic_proxy_authentication_header(basic_auth_negotiator->allocator, message, basic_auth_negotiator);
- }
- void s_basic_auth_tunnel_add_header(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message,
- aws_http_proxy_negotiation_terminate_fn *negotiation_termination_callback,
- aws_http_proxy_negotiation_http_request_forward_fn *negotiation_http_request_forward_callback,
- void *internal_proxy_user_data) {
- struct aws_http_proxy_negotiator_basic_auth *basic_auth_negotiator = proxy_negotiator->impl;
- if (basic_auth_negotiator->connect_state != AWS_PNCS_READY) {
- negotiation_termination_callback(message, AWS_ERROR_HTTP_PROXY_CONNECT_FAILED, internal_proxy_user_data);
- return;
- }
- basic_auth_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- if (s_add_basic_proxy_authentication_header(basic_auth_negotiator->allocator, message, basic_auth_negotiator)) {
- negotiation_termination_callback(message, aws_last_error(), internal_proxy_user_data);
- return;
- }
- negotiation_http_request_forward_callback(message, internal_proxy_user_data);
- }
- static int s_basic_auth_on_connect_status(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_status_code status_code) {
- struct aws_http_proxy_negotiator_basic_auth *basic_auth_negotiator = proxy_negotiator->impl;
- if (basic_auth_negotiator->connect_state == AWS_PNCS_IN_PROGRESS) {
- if (AWS_HTTP_STATUS_CODE_200_OK != status_code) {
- basic_auth_negotiator->connect_state = AWS_PNCS_FAILURE;
- } else {
- basic_auth_negotiator->connect_state = AWS_PNCS_SUCCESS;
- }
- }
- return AWS_OP_SUCCESS;
- }
- static struct aws_http_proxy_negotiator_forwarding_vtable s_basic_auth_proxy_negotiator_forwarding_vtable = {
- .forward_request_transform = s_basic_auth_forward_add_header,
- };
- static struct aws_http_proxy_negotiator_tunnelling_vtable s_basic_auth_proxy_negotiator_tunneling_vtable = {
- .on_status_callback = s_basic_auth_on_connect_status,
- .connect_request_transform = s_basic_auth_tunnel_add_header,
- };
- static struct aws_http_proxy_negotiator *s_create_basic_auth_negotiator(
- struct aws_http_proxy_strategy *proxy_strategy,
- struct aws_allocator *allocator) {
- if (proxy_strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_negotiator_basic_auth *basic_auth_negotiator =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_negotiator_basic_auth));
- if (basic_auth_negotiator == NULL) {
- return NULL;
- }
- basic_auth_negotiator->allocator = allocator;
- basic_auth_negotiator->connect_state = AWS_PNCS_READY;
- basic_auth_negotiator->negotiator_base.impl = basic_auth_negotiator;
- aws_ref_count_init(
- &basic_auth_negotiator->negotiator_base.ref_count,
- &basic_auth_negotiator->negotiator_base,
- (aws_simple_completion_callback *)s_destroy_basic_auth_negotiator);
- if (proxy_strategy->proxy_connection_type == AWS_HPCT_HTTP_FORWARD) {
- basic_auth_negotiator->negotiator_base.strategy_vtable.forwarding_vtable =
- &s_basic_auth_proxy_negotiator_forwarding_vtable;
- } else {
- basic_auth_negotiator->negotiator_base.strategy_vtable.tunnelling_vtable =
- &s_basic_auth_proxy_negotiator_tunneling_vtable;
- }
- basic_auth_negotiator->strategy = aws_http_proxy_strategy_acquire(proxy_strategy);
- return &basic_auth_negotiator->negotiator_base;
- }
- static struct aws_http_proxy_strategy_vtable s_basic_auth_proxy_strategy_vtable = {
- .create_negotiator = s_create_basic_auth_negotiator,
- };
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_basic_auth(
- struct aws_allocator *allocator,
- struct aws_http_proxy_strategy_basic_auth_options *config) {
- if (config == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- if (config->proxy_connection_type != AWS_HPCT_HTTP_FORWARD &&
- config->proxy_connection_type != AWS_HPCT_HTTP_TUNNEL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy_basic_auth *basic_auth_strategy =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_strategy_basic_auth));
- if (basic_auth_strategy == NULL) {
- return NULL;
- }
- basic_auth_strategy->strategy_base.impl = basic_auth_strategy;
- basic_auth_strategy->strategy_base.vtable = &s_basic_auth_proxy_strategy_vtable;
- basic_auth_strategy->allocator = allocator;
- basic_auth_strategy->strategy_base.proxy_connection_type = config->proxy_connection_type;
- aws_ref_count_init(
- &basic_auth_strategy->strategy_base.ref_count,
- &basic_auth_strategy->strategy_base,
- (aws_simple_completion_callback *)s_destroy_basic_auth_strategy);
- basic_auth_strategy->user_name = aws_string_new_from_cursor(allocator, &config->user_name);
- if (basic_auth_strategy->user_name == NULL) {
- goto on_error;
- }
- basic_auth_strategy->password = aws_string_new_from_cursor(allocator, &config->password);
- if (basic_auth_strategy->password == NULL) {
- goto on_error;
- }
- return &basic_auth_strategy->strategy_base;
- on_error:
- aws_http_proxy_strategy_release(&basic_auth_strategy->strategy_base);
- return NULL;
- }
- /*****************************************************************************************************************/
- struct aws_http_proxy_strategy_one_time_identity {
- struct aws_allocator *allocator;
- struct aws_http_proxy_strategy strategy_base;
- };
- struct aws_http_proxy_negotiator_one_time_identity {
- struct aws_allocator *allocator;
- enum proxy_negotiator_connect_state connect_state;
- struct aws_http_proxy_negotiator negotiator_base;
- };
- static void s_destroy_one_time_identity_negotiator(struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_one_time_identity *identity_negotiator = proxy_negotiator->impl;
- aws_mem_release(identity_negotiator->allocator, identity_negotiator);
- }
- void s_one_time_identity_connect_transform(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message,
- aws_http_proxy_negotiation_terminate_fn *negotiation_termination_callback,
- aws_http_proxy_negotiation_http_request_forward_fn *negotiation_http_request_forward_callback,
- void *internal_proxy_user_data) {
- struct aws_http_proxy_negotiator_one_time_identity *one_time_identity_negotiator = proxy_negotiator->impl;
- if (one_time_identity_negotiator->connect_state != AWS_PNCS_READY) {
- negotiation_termination_callback(message, AWS_ERROR_HTTP_PROXY_CONNECT_FAILED, internal_proxy_user_data);
- return;
- }
- one_time_identity_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- negotiation_http_request_forward_callback(message, internal_proxy_user_data);
- }
- static int s_one_time_identity_on_connect_status(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_status_code status_code) {
- struct aws_http_proxy_negotiator_one_time_identity *one_time_identity_negotiator = proxy_negotiator->impl;
- if (one_time_identity_negotiator->connect_state == AWS_PNCS_IN_PROGRESS) {
- if (AWS_HTTP_STATUS_CODE_200_OK != status_code) {
- one_time_identity_negotiator->connect_state = AWS_PNCS_FAILURE;
- } else {
- one_time_identity_negotiator->connect_state = AWS_PNCS_SUCCESS;
- }
- }
- return AWS_OP_SUCCESS;
- }
- static struct aws_http_proxy_negotiator_tunnelling_vtable s_one_time_identity_proxy_negotiator_tunneling_vtable = {
- .on_status_callback = s_one_time_identity_on_connect_status,
- .connect_request_transform = s_one_time_identity_connect_transform,
- };
- static struct aws_http_proxy_negotiator *s_create_one_time_identity_negotiator(
- struct aws_http_proxy_strategy *proxy_strategy,
- struct aws_allocator *allocator) {
- if (proxy_strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_negotiator_one_time_identity *identity_negotiator =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_negotiator_one_time_identity));
- if (identity_negotiator == NULL) {
- return NULL;
- }
- identity_negotiator->allocator = allocator;
- identity_negotiator->connect_state = AWS_PNCS_READY;
- identity_negotiator->negotiator_base.impl = identity_negotiator;
- aws_ref_count_init(
- &identity_negotiator->negotiator_base.ref_count,
- &identity_negotiator->negotiator_base,
- (aws_simple_completion_callback *)s_destroy_one_time_identity_negotiator);
- identity_negotiator->negotiator_base.strategy_vtable.tunnelling_vtable =
- &s_one_time_identity_proxy_negotiator_tunneling_vtable;
- return &identity_negotiator->negotiator_base;
- }
- static struct aws_http_proxy_strategy_vtable s_one_time_identity_proxy_strategy_vtable = {
- .create_negotiator = s_create_one_time_identity_negotiator,
- };
- static void s_destroy_one_time_identity_strategy(struct aws_http_proxy_strategy *proxy_strategy) {
- struct aws_http_proxy_strategy_one_time_identity *identity_strategy = proxy_strategy->impl;
- aws_mem_release(identity_strategy->allocator, identity_strategy);
- }
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_tunneling_one_time_identity(
- struct aws_allocator *allocator) {
- if (allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy_one_time_identity *identity_strategy =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_strategy_one_time_identity));
- if (identity_strategy == NULL) {
- return NULL;
- }
- identity_strategy->strategy_base.impl = identity_strategy;
- identity_strategy->strategy_base.vtable = &s_one_time_identity_proxy_strategy_vtable;
- identity_strategy->strategy_base.proxy_connection_type = AWS_HPCT_HTTP_TUNNEL;
- identity_strategy->allocator = allocator;
- aws_ref_count_init(
- &identity_strategy->strategy_base.ref_count,
- &identity_strategy->strategy_base,
- (aws_simple_completion_callback *)s_destroy_one_time_identity_strategy);
- return &identity_strategy->strategy_base;
- }
- /******************************************************************************************************************/
- struct aws_http_proxy_strategy_forwarding_identity {
- struct aws_allocator *allocator;
- struct aws_http_proxy_strategy strategy_base;
- };
- struct aws_http_proxy_negotiator_forwarding_identity {
- struct aws_allocator *allocator;
- struct aws_http_proxy_negotiator negotiator_base;
- };
- static void s_destroy_forwarding_identity_negotiator(struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_forwarding_identity *identity_negotiator = proxy_negotiator->impl;
- aws_mem_release(identity_negotiator->allocator, identity_negotiator);
- }
- int s_forwarding_identity_connect_transform(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message) {
- (void)message;
- (void)proxy_negotiator;
- return AWS_OP_SUCCESS;
- }
- static struct aws_http_proxy_negotiator_forwarding_vtable s_forwarding_identity_proxy_negotiator_tunneling_vtable = {
- .forward_request_transform = s_forwarding_identity_connect_transform,
- };
- static struct aws_http_proxy_negotiator *s_create_forwarding_identity_negotiator(
- struct aws_http_proxy_strategy *proxy_strategy,
- struct aws_allocator *allocator) {
- if (proxy_strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_negotiator_forwarding_identity *identity_negotiator =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_negotiator_forwarding_identity));
- if (identity_negotiator == NULL) {
- return NULL;
- }
- identity_negotiator->allocator = allocator;
- identity_negotiator->negotiator_base.impl = identity_negotiator;
- aws_ref_count_init(
- &identity_negotiator->negotiator_base.ref_count,
- &identity_negotiator->negotiator_base,
- (aws_simple_completion_callback *)s_destroy_forwarding_identity_negotiator);
- identity_negotiator->negotiator_base.strategy_vtable.forwarding_vtable =
- &s_forwarding_identity_proxy_negotiator_tunneling_vtable;
- return &identity_negotiator->negotiator_base;
- }
- static struct aws_http_proxy_strategy_vtable s_forwarding_identity_strategy_vtable = {
- .create_negotiator = s_create_forwarding_identity_negotiator,
- };
- static void s_destroy_forwarding_identity_strategy(struct aws_http_proxy_strategy *proxy_strategy) {
- struct aws_http_proxy_strategy_forwarding_identity *identity_strategy = proxy_strategy->impl;
- aws_mem_release(identity_strategy->allocator, identity_strategy);
- }
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_forwarding_identity(struct aws_allocator *allocator) {
- if (allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy_forwarding_identity *identity_strategy =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_strategy_forwarding_identity));
- if (identity_strategy == NULL) {
- return NULL;
- }
- identity_strategy->strategy_base.impl = identity_strategy;
- identity_strategy->strategy_base.vtable = &s_forwarding_identity_strategy_vtable;
- identity_strategy->strategy_base.proxy_connection_type = AWS_HPCT_HTTP_FORWARD;
- identity_strategy->allocator = allocator;
- aws_ref_count_init(
- &identity_strategy->strategy_base.ref_count,
- &identity_strategy->strategy_base,
- (aws_simple_completion_callback *)s_destroy_forwarding_identity_strategy);
- return &identity_strategy->strategy_base;
- }
- /******************************************************************************************************************/
- /* kerberos */
- AWS_STATIC_STRING_FROM_LITERAL(s_proxy_authorization_header_kerberos_prefix, "Negotiate ");
- struct aws_http_proxy_strategy_tunneling_kerberos {
- struct aws_allocator *allocator;
- aws_http_proxy_negotiation_get_token_sync_fn *get_token;
- void *get_token_user_data;
- struct aws_http_proxy_strategy strategy_base;
- };
- struct aws_http_proxy_negotiator_tunneling_kerberos {
- struct aws_allocator *allocator;
- struct aws_http_proxy_strategy *strategy;
- enum proxy_negotiator_connect_state connect_state;
- /*
- * ToDo: make adaptive and add any state needed here
- *
- * Likely things include response code (from the vanilla CONNECT) and the appropriate headers in
- * the response
- */
- struct aws_http_proxy_negotiator negotiator_base;
- };
- /*
- * Adds a proxy authentication header based on the user kerberos authentication token
- * This uses a token that is already base64 encoded
- */
- static int s_add_kerberos_proxy_usertoken_authentication_header(
- struct aws_allocator *allocator,
- struct aws_http_message *request,
- struct aws_byte_cursor user_token) {
- struct aws_byte_buf header_value;
- AWS_ZERO_STRUCT(header_value);
- int result = AWS_OP_ERR;
- if (aws_byte_buf_init(
- &header_value, allocator, s_proxy_authorization_header_kerberos_prefix->len + user_token.len)) {
- goto done;
- }
- /* First append proxy authorization header kerberos prefix */
- struct aws_byte_cursor auth_header_cursor =
- aws_byte_cursor_from_string(s_proxy_authorization_header_kerberos_prefix);
- if (aws_byte_buf_append(&header_value, &auth_header_cursor)) {
- goto done;
- }
- /* Append token to it */
- if (aws_byte_buf_append(&header_value, &user_token)) {
- goto done;
- }
- struct aws_http_header header = {
- .name = aws_byte_cursor_from_string(s_proxy_authorization_header_name),
- .value = aws_byte_cursor_from_array(header_value.buffer, header_value.len),
- };
- if (aws_http_message_add_header(request, header)) {
- goto done;
- }
- result = AWS_OP_SUCCESS;
- done:
- aws_byte_buf_clean_up(&header_value);
- return result;
- }
- static void s_kerberos_tunnel_transform_connect(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message,
- aws_http_proxy_negotiation_terminate_fn *negotiation_termination_callback,
- aws_http_proxy_negotiation_http_request_forward_fn *negotiation_http_request_forward_callback,
- void *internal_proxy_user_data) {
- struct aws_http_proxy_negotiator_tunneling_kerberos *kerberos_negotiator = proxy_negotiator->impl;
- struct aws_http_proxy_strategy_tunneling_kerberos *kerberos_strategy = kerberos_negotiator->strategy->impl;
- int result = AWS_OP_ERR;
- int error_code = AWS_ERROR_SUCCESS;
- struct aws_string *kerberos_token = NULL;
- if (kerberos_negotiator->connect_state == AWS_PNCS_FAILURE) {
- error_code = AWS_ERROR_HTTP_PROXY_CONNECT_FAILED;
- goto done;
- }
- if (kerberos_negotiator->connect_state != AWS_PNCS_READY) {
- error_code = AWS_ERROR_INVALID_STATE;
- goto done;
- }
- kerberos_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- kerberos_token = kerberos_strategy->get_token(kerberos_strategy->get_token_user_data, &error_code);
- if (kerberos_token == NULL || error_code != AWS_ERROR_SUCCESS) {
- goto done;
- }
- /*transform the header with proxy authenticate:Negotiate and kerberos token*/
- if (s_add_kerberos_proxy_usertoken_authentication_header(
- kerberos_negotiator->allocator, message, aws_byte_cursor_from_string(kerberos_token))) {
- error_code = aws_last_error();
- goto done;
- }
- kerberos_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- result = AWS_OP_SUCCESS;
- done:
- if (result != AWS_OP_SUCCESS) {
- if (error_code == AWS_ERROR_SUCCESS) {
- error_code = AWS_ERROR_UNKNOWN;
- }
- negotiation_termination_callback(message, error_code, internal_proxy_user_data);
- } else {
- negotiation_http_request_forward_callback(message, internal_proxy_user_data);
- }
- aws_string_destroy(kerberos_token);
- }
- static int s_kerberos_on_incoming_header_adaptive(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_header_block header_block,
- const struct aws_http_header *header_array,
- size_t num_headers) {
- struct aws_http_proxy_negotiator_tunneling_kerberos *kerberos_negotiator = proxy_negotiator->impl;
- (void)kerberos_negotiator;
- (void)header_block;
- (void)header_array;
- (void)num_headers;
- /* TODO: process vanilla CONNECT response headers here to improve usage/application */
- return AWS_OP_SUCCESS;
- }
- static int s_kerberos_on_connect_status(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_status_code status_code) {
- struct aws_http_proxy_negotiator_tunneling_kerberos *kerberos_negotiator = proxy_negotiator->impl;
- /* TODO: process status code of vanilla CONNECT request here to improve usage/application */
- if (kerberos_negotiator->connect_state == AWS_PNCS_IN_PROGRESS) {
- if (AWS_HTTP_STATUS_CODE_200_OK != status_code) {
- kerberos_negotiator->connect_state = AWS_PNCS_FAILURE;
- } else {
- kerberos_negotiator->connect_state = AWS_PNCS_SUCCESS;
- }
- }
- return AWS_OP_SUCCESS;
- }
- static int s_kerberos_on_incoming_body(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- const struct aws_byte_cursor *data) {
- struct aws_http_proxy_negotiator_tunneling_kerberos *kerberos_negotiator = proxy_negotiator->impl;
- (void)kerberos_negotiator;
- (void)data;
- return AWS_OP_SUCCESS;
- }
- static struct aws_http_proxy_negotiator_tunnelling_vtable s_tunneling_kerberos_proxy_negotiator_tunneling_vtable = {
- .on_incoming_body_callback = s_kerberos_on_incoming_body,
- .on_incoming_headers_callback = s_kerberos_on_incoming_header_adaptive,
- .on_status_callback = s_kerberos_on_connect_status,
- .connect_request_transform = s_kerberos_tunnel_transform_connect,
- };
- static void s_destroy_tunneling_kerberos_negotiator(struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_tunneling_kerberos *kerberos_negotiator = proxy_negotiator->impl;
- aws_http_proxy_strategy_release(kerberos_negotiator->strategy);
- aws_mem_release(kerberos_negotiator->allocator, kerberos_negotiator);
- }
- static struct aws_http_proxy_negotiator *s_create_tunneling_kerberos_negotiator(
- struct aws_http_proxy_strategy *proxy_strategy,
- struct aws_allocator *allocator) {
- if (proxy_strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_negotiator_tunneling_kerberos *kerberos_negotiator =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_negotiator_tunneling_kerberos));
- if (kerberos_negotiator == NULL) {
- return NULL;
- }
- kerberos_negotiator->allocator = allocator;
- kerberos_negotiator->negotiator_base.impl = kerberos_negotiator;
- aws_ref_count_init(
- &kerberos_negotiator->negotiator_base.ref_count,
- &kerberos_negotiator->negotiator_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_kerberos_negotiator);
- kerberos_negotiator->negotiator_base.strategy_vtable.tunnelling_vtable =
- &s_tunneling_kerberos_proxy_negotiator_tunneling_vtable;
- kerberos_negotiator->strategy = aws_http_proxy_strategy_acquire(proxy_strategy);
- return &kerberos_negotiator->negotiator_base;
- }
- static struct aws_http_proxy_strategy_vtable s_tunneling_kerberos_strategy_vtable = {
- .create_negotiator = s_create_tunneling_kerberos_negotiator,
- };
- static void s_destroy_tunneling_kerberos_strategy(struct aws_http_proxy_strategy *proxy_strategy) {
- struct aws_http_proxy_strategy_tunneling_kerberos *kerberos_strategy = proxy_strategy->impl;
- aws_mem_release(kerberos_strategy->allocator, kerberos_strategy);
- }
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_tunneling_kerberos(
- struct aws_allocator *allocator,
- struct aws_http_proxy_strategy_tunneling_kerberos_options *config) {
- if (allocator == NULL || config == NULL || config->get_token == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy_tunneling_kerberos *kerberos_strategy =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_strategy_tunneling_kerberos));
- if (kerberos_strategy == NULL) {
- return NULL;
- }
- kerberos_strategy->strategy_base.impl = kerberos_strategy;
- kerberos_strategy->strategy_base.vtable = &s_tunneling_kerberos_strategy_vtable;
- kerberos_strategy->strategy_base.proxy_connection_type = AWS_HPCT_HTTP_TUNNEL;
- kerberos_strategy->allocator = allocator;
- aws_ref_count_init(
- &kerberos_strategy->strategy_base.ref_count,
- &kerberos_strategy->strategy_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_kerberos_strategy);
- kerberos_strategy->get_token = config->get_token;
- kerberos_strategy->get_token_user_data = config->get_token_user_data;
- return &kerberos_strategy->strategy_base;
- }
- /******************************************************************************************************************/
- struct aws_http_proxy_strategy_tunneling_ntlm {
- struct aws_allocator *allocator;
- aws_http_proxy_negotiation_get_token_sync_fn *get_token;
- aws_http_proxy_negotiation_get_challenge_token_sync_fn *get_challenge_token;
- void *get_challenge_token_user_data;
- struct aws_http_proxy_strategy strategy_base;
- };
- struct aws_http_proxy_negotiator_tunneling_ntlm {
- struct aws_allocator *allocator;
- struct aws_http_proxy_strategy *strategy;
- enum proxy_negotiator_connect_state connect_state;
- struct aws_string *challenge_token;
- struct aws_http_proxy_negotiator negotiator_base;
- };
- AWS_STATIC_STRING_FROM_LITERAL(s_proxy_authorization_header_ntlm_prefix, "NTLM ");
- /*
- * Adds a proxy authentication header based on ntlm credential or response provided by user
- */
- static int s_add_ntlm_proxy_usertoken_authentication_header(
- struct aws_allocator *allocator,
- struct aws_http_message *request,
- struct aws_byte_cursor credential_response) {
- struct aws_byte_buf header_value;
- AWS_ZERO_STRUCT(header_value);
- int result = AWS_OP_ERR;
- if (aws_byte_buf_init(
- &header_value, allocator, s_proxy_authorization_header_ntlm_prefix->len + credential_response.len)) {
- goto done;
- }
- /* First append proxy authorization header prefix */
- struct aws_byte_cursor auth_header_cursor = aws_byte_cursor_from_string(s_proxy_authorization_header_ntlm_prefix);
- if (aws_byte_buf_append(&header_value, &auth_header_cursor)) {
- goto done;
- }
- /* Append the credential response to it; assumes already encoded properly (base64) */
- if (aws_byte_buf_append(&header_value, &credential_response)) {
- goto done;
- }
- struct aws_http_header header = {
- .name = aws_byte_cursor_from_string(s_proxy_authorization_header_name),
- .value = aws_byte_cursor_from_array(header_value.buffer, header_value.len),
- };
- if (aws_http_message_add_header(request, header)) {
- goto done;
- }
- result = AWS_OP_SUCCESS;
- done:
- aws_byte_buf_clean_up(&header_value);
- return result;
- }
- static void s_ntlm_tunnel_transform_connect(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message,
- aws_http_proxy_negotiation_terminate_fn *negotiation_termination_callback,
- aws_http_proxy_negotiation_http_request_forward_fn *negotiation_http_request_forward_callback,
- void *internal_proxy_user_data) {
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_negotiator = proxy_negotiator->impl;
- struct aws_http_proxy_strategy_tunneling_ntlm *ntlm_strategy = ntlm_negotiator->strategy->impl;
- int result = AWS_OP_ERR;
- int error_code = AWS_ERROR_SUCCESS;
- struct aws_string *challenge_answer_token = NULL;
- struct aws_byte_cursor challenge_token;
- AWS_ZERO_STRUCT(challenge_token);
- if (ntlm_negotiator->connect_state == AWS_PNCS_FAILURE) {
- error_code = AWS_ERROR_HTTP_PROXY_CONNECT_FAILED;
- goto done;
- }
- if (ntlm_negotiator->connect_state != AWS_PNCS_READY) {
- error_code = AWS_ERROR_INVALID_STATE;
- goto done;
- }
- if (ntlm_negotiator->challenge_token == NULL) {
- error_code = AWS_ERROR_HTTP_PROXY_STRATEGY_NTLM_CHALLENGE_TOKEN_MISSING;
- goto done;
- }
- ntlm_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- challenge_token = aws_byte_cursor_from_string(ntlm_negotiator->challenge_token);
- challenge_answer_token =
- ntlm_strategy->get_challenge_token(ntlm_strategy->get_challenge_token_user_data, &challenge_token, &error_code);
- if (challenge_answer_token == NULL || error_code != AWS_ERROR_SUCCESS) {
- goto done;
- }
- /*transform the header with proxy authenticate:Negotiate and kerberos token*/
- if (s_add_ntlm_proxy_usertoken_authentication_header(
- ntlm_negotiator->allocator, message, aws_byte_cursor_from_string(challenge_answer_token))) {
- error_code = aws_last_error();
- goto done;
- }
- ntlm_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- result = AWS_OP_SUCCESS;
- done:
- if (result != AWS_OP_SUCCESS) {
- if (error_code == AWS_ERROR_SUCCESS) {
- error_code = AWS_ERROR_UNKNOWN;
- }
- negotiation_termination_callback(message, error_code, internal_proxy_user_data);
- } else {
- negotiation_http_request_forward_callback(message, internal_proxy_user_data);
- }
- aws_string_destroy(challenge_answer_token);
- }
- AWS_STATIC_STRING_FROM_LITERAL(s_ntlm_challenge_token_header, "Proxy-Authenticate");
- static int s_ntlm_on_incoming_header_adaptive(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_header_block header_block,
- const struct aws_http_header *header_array,
- size_t num_headers) {
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_negotiator = proxy_negotiator->impl;
- /*
- * only extract the challenge before we've started our own CONNECT attempt
- *
- * ToDo: we currently overwrite previous challenge tokens since it is unknown if multiple CONNECT requests
- * cause new challenges to be issued such that old challenges become invalid even if successfully computed
- */
- if (ntlm_negotiator->connect_state == AWS_PNCS_READY) {
- if (header_block == AWS_HTTP_HEADER_BLOCK_MAIN) {
- struct aws_byte_cursor proxy_authenticate_header_name =
- aws_byte_cursor_from_string(s_ntlm_challenge_token_header);
- for (size_t i = 0; i < num_headers; ++i) {
- struct aws_byte_cursor header_name_cursor = header_array[i].name;
- if (aws_byte_cursor_eq_ignore_case(&proxy_authenticate_header_name, &header_name_cursor)) {
- aws_string_destroy(ntlm_negotiator->challenge_token);
- struct aws_byte_cursor challenge_value_cursor = header_array[i].value;
- ntlm_negotiator->challenge_token =
- aws_string_new_from_cursor(ntlm_negotiator->allocator, &challenge_value_cursor);
- break;
- }
- }
- }
- }
- return AWS_OP_SUCCESS;
- }
- static int s_ntlm_on_connect_status(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_status_code status_code) {
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_negotiator = proxy_negotiator->impl;
- if (ntlm_negotiator->connect_state == AWS_PNCS_IN_PROGRESS) {
- if (AWS_HTTP_STATUS_CODE_200_OK != status_code) {
- ntlm_negotiator->connect_state = AWS_PNCS_FAILURE;
- } else {
- ntlm_negotiator->connect_state = AWS_PNCS_SUCCESS;
- }
- }
- return AWS_OP_SUCCESS;
- }
- static int s_ntlm_on_incoming_body(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- const struct aws_byte_cursor *data) {
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_negotiator = proxy_negotiator->impl;
- (void)ntlm_negotiator;
- (void)data;
- return AWS_OP_SUCCESS;
- }
- static enum aws_http_proxy_negotiation_retry_directive s_ntlm_tunnel_get_retry_directive(
- struct aws_http_proxy_negotiator *proxy_negotiator) {
- (void)proxy_negotiator;
- return AWS_HPNRD_CURRENT_CONNECTION;
- }
- static struct aws_http_proxy_negotiator_tunnelling_vtable s_tunneling_ntlm_proxy_negotiator_tunneling_vtable = {
- .on_incoming_body_callback = s_ntlm_on_incoming_body,
- .on_incoming_headers_callback = s_ntlm_on_incoming_header_adaptive,
- .on_status_callback = s_ntlm_on_connect_status,
- .connect_request_transform = s_ntlm_tunnel_transform_connect,
- .get_retry_directive = s_ntlm_tunnel_get_retry_directive,
- };
- static void s_destroy_tunneling_ntlm_negotiator(struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_negotiator = proxy_negotiator->impl;
- aws_string_destroy(ntlm_negotiator->challenge_token);
- aws_http_proxy_strategy_release(ntlm_negotiator->strategy);
- aws_mem_release(ntlm_negotiator->allocator, ntlm_negotiator);
- }
- static struct aws_http_proxy_negotiator *s_create_tunneling_ntlm_negotiator(
- struct aws_http_proxy_strategy *proxy_strategy,
- struct aws_allocator *allocator) {
- if (proxy_strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_negotiator =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_negotiator_tunneling_ntlm));
- if (ntlm_negotiator == NULL) {
- return NULL;
- }
- ntlm_negotiator->allocator = allocator;
- ntlm_negotiator->negotiator_base.impl = ntlm_negotiator;
- aws_ref_count_init(
- &ntlm_negotiator->negotiator_base.ref_count,
- &ntlm_negotiator->negotiator_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_ntlm_negotiator);
- ntlm_negotiator->negotiator_base.strategy_vtable.tunnelling_vtable =
- &s_tunneling_ntlm_proxy_negotiator_tunneling_vtable;
- ntlm_negotiator->strategy = aws_http_proxy_strategy_acquire(proxy_strategy);
- return &ntlm_negotiator->negotiator_base;
- }
- static struct aws_http_proxy_strategy_vtable s_tunneling_ntlm_strategy_vtable = {
- .create_negotiator = s_create_tunneling_ntlm_negotiator,
- };
- static void s_destroy_tunneling_ntlm_strategy(struct aws_http_proxy_strategy *proxy_strategy) {
- struct aws_http_proxy_strategy_tunneling_ntlm *ntlm_strategy = proxy_strategy->impl;
- aws_mem_release(ntlm_strategy->allocator, ntlm_strategy);
- }
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_tunneling_ntlm(
- struct aws_allocator *allocator,
- struct aws_http_proxy_strategy_tunneling_ntlm_options *config) {
- if (allocator == NULL || config == NULL || config->get_challenge_token == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy_tunneling_ntlm *ntlm_strategy =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_strategy_tunneling_ntlm));
- if (ntlm_strategy == NULL) {
- return NULL;
- }
- ntlm_strategy->strategy_base.impl = ntlm_strategy;
- ntlm_strategy->strategy_base.vtable = &s_tunneling_ntlm_strategy_vtable;
- ntlm_strategy->strategy_base.proxy_connection_type = AWS_HPCT_HTTP_TUNNEL;
- ntlm_strategy->allocator = allocator;
- aws_ref_count_init(
- &ntlm_strategy->strategy_base.ref_count,
- &ntlm_strategy->strategy_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_ntlm_strategy);
- ntlm_strategy->get_challenge_token = config->get_challenge_token;
- ntlm_strategy->get_challenge_token_user_data = config->get_challenge_token_user_data;
- return &ntlm_strategy->strategy_base;
- }
- /******************************************************************************************************/
- static void s_ntlm_credential_tunnel_transform_connect(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message,
- aws_http_proxy_negotiation_terminate_fn *negotiation_termination_callback,
- aws_http_proxy_negotiation_http_request_forward_fn *negotiation_http_request_forward_callback,
- void *internal_proxy_user_data) {
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_credential_negotiator = proxy_negotiator->impl;
- struct aws_http_proxy_strategy_tunneling_ntlm *ntlm_credential_strategy =
- ntlm_credential_negotiator->strategy->impl;
- int result = AWS_OP_ERR;
- int error_code = AWS_ERROR_SUCCESS;
- struct aws_string *token = NULL;
- if (ntlm_credential_negotiator->connect_state == AWS_PNCS_FAILURE) {
- error_code = AWS_ERROR_HTTP_PROXY_CONNECT_FAILED;
- goto done;
- }
- if (ntlm_credential_negotiator->connect_state != AWS_PNCS_READY) {
- error_code = AWS_ERROR_INVALID_STATE;
- goto done;
- }
- ntlm_credential_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- token = ntlm_credential_strategy->get_token(ntlm_credential_strategy->get_challenge_token_user_data, &error_code);
- if (token == NULL || error_code != AWS_ERROR_SUCCESS) {
- goto done;
- }
- /*transform the header with proxy authenticate:Negotiate and kerberos token*/
- if (s_add_ntlm_proxy_usertoken_authentication_header(
- ntlm_credential_negotiator->allocator, message, aws_byte_cursor_from_string(token))) {
- error_code = aws_last_error();
- goto done;
- }
- ntlm_credential_negotiator->connect_state = AWS_PNCS_IN_PROGRESS;
- result = AWS_OP_SUCCESS;
- done:
- if (result != AWS_OP_SUCCESS) {
- if (error_code == AWS_ERROR_SUCCESS) {
- error_code = AWS_ERROR_UNKNOWN;
- }
- negotiation_termination_callback(message, error_code, internal_proxy_user_data);
- } else {
- negotiation_http_request_forward_callback(message, internal_proxy_user_data);
- }
- aws_string_destroy(token);
- }
- static struct aws_http_proxy_negotiator_tunnelling_vtable
- s_tunneling_ntlm_proxy_credential_negotiator_tunneling_vtable = {
- .on_incoming_body_callback = s_ntlm_on_incoming_body,
- .on_incoming_headers_callback = s_ntlm_on_incoming_header_adaptive,
- .on_status_callback = s_ntlm_on_connect_status,
- .connect_request_transform = s_ntlm_credential_tunnel_transform_connect,
- };
- static void s_destroy_tunneling_ntlm_credential_negotiator(struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_credential_negotiator = proxy_negotiator->impl;
- aws_string_destroy(ntlm_credential_negotiator->challenge_token);
- aws_http_proxy_strategy_release(ntlm_credential_negotiator->strategy);
- aws_mem_release(ntlm_credential_negotiator->allocator, ntlm_credential_negotiator);
- }
- static struct aws_http_proxy_negotiator *s_create_tunneling_ntlm_credential_negotiator(
- struct aws_http_proxy_strategy *proxy_strategy,
- struct aws_allocator *allocator) {
- if (proxy_strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_negotiator_tunneling_ntlm *ntlm_credential_negotiator =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_negotiator_tunneling_ntlm));
- if (ntlm_credential_negotiator == NULL) {
- return NULL;
- }
- ntlm_credential_negotiator->allocator = allocator;
- ntlm_credential_negotiator->negotiator_base.impl = ntlm_credential_negotiator;
- aws_ref_count_init(
- &ntlm_credential_negotiator->negotiator_base.ref_count,
- &ntlm_credential_negotiator->negotiator_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_ntlm_credential_negotiator);
- ntlm_credential_negotiator->negotiator_base.strategy_vtable.tunnelling_vtable =
- &s_tunneling_ntlm_proxy_credential_negotiator_tunneling_vtable;
- ntlm_credential_negotiator->strategy = aws_http_proxy_strategy_acquire(proxy_strategy);
- return &ntlm_credential_negotiator->negotiator_base;
- }
- static struct aws_http_proxy_strategy_vtable s_tunneling_ntlm_credential_strategy_vtable = {
- .create_negotiator = s_create_tunneling_ntlm_credential_negotiator,
- };
- static void s_destroy_tunneling_ntlm_credential_strategy(struct aws_http_proxy_strategy *proxy_strategy) {
- struct aws_http_proxy_strategy_tunneling_ntlm *ntlm_credential_strategy = proxy_strategy->impl;
- aws_mem_release(ntlm_credential_strategy->allocator, ntlm_credential_strategy);
- }
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_tunneling_ntlm_credential(
- struct aws_allocator *allocator,
- struct aws_http_proxy_strategy_tunneling_ntlm_options *config) {
- if (allocator == NULL || config == NULL || config->get_token == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy_tunneling_ntlm *ntlm_credential_strategy =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_strategy_tunneling_ntlm));
- if (ntlm_credential_strategy == NULL) {
- return NULL;
- }
- ntlm_credential_strategy->strategy_base.impl = ntlm_credential_strategy;
- ntlm_credential_strategy->strategy_base.vtable = &s_tunneling_ntlm_credential_strategy_vtable;
- ntlm_credential_strategy->strategy_base.proxy_connection_type = AWS_HPCT_HTTP_TUNNEL;
- ntlm_credential_strategy->allocator = allocator;
- aws_ref_count_init(
- &ntlm_credential_strategy->strategy_base.ref_count,
- &ntlm_credential_strategy->strategy_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_ntlm_credential_strategy);
- ntlm_credential_strategy->get_token = config->get_token;
- ntlm_credential_strategy->get_challenge_token_user_data = config->get_challenge_token_user_data;
- return &ntlm_credential_strategy->strategy_base;
- }
- /******************************************************************************************************************/
- #define PROXY_STRATEGY_MAX_ADAPTIVE_STRATEGIES 4
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_tunneling_adaptive(
- struct aws_allocator *allocator,
- struct aws_http_proxy_strategy_tunneling_adaptive_options *config) {
- if (allocator == NULL || config == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy *strategies[PROXY_STRATEGY_MAX_ADAPTIVE_STRATEGIES];
- uint32_t strategy_count = 0;
- struct aws_http_proxy_strategy *identity_strategy = NULL;
- struct aws_http_proxy_strategy *kerberos_strategy = NULL;
- struct aws_http_proxy_strategy *ntlm_credential_strategy = NULL;
- struct aws_http_proxy_strategy *ntlm_strategy = NULL;
- struct aws_http_proxy_strategy *adaptive_sequence_strategy = NULL;
- identity_strategy = aws_http_proxy_strategy_new_tunneling_one_time_identity(allocator);
- if (identity_strategy == NULL) {
- goto done;
- }
- strategies[strategy_count++] = identity_strategy;
- if (config->kerberos_options != NULL) {
- kerberos_strategy = aws_http_proxy_strategy_new_tunneling_kerberos(allocator, config->kerberos_options);
- if (kerberos_strategy == NULL) {
- goto done;
- }
- strategies[strategy_count++] = kerberos_strategy;
- }
- if (config->ntlm_options != NULL) {
- ntlm_credential_strategy =
- aws_http_proxy_strategy_new_tunneling_ntlm_credential(allocator, config->ntlm_options);
- if (ntlm_credential_strategy == NULL) {
- goto done;
- }
- strategies[strategy_count++] = ntlm_credential_strategy;
- ntlm_strategy = aws_http_proxy_strategy_new_tunneling_ntlm(allocator, config->ntlm_options);
- if (ntlm_strategy == NULL) {
- goto done;
- }
- strategies[strategy_count++] = ntlm_strategy;
- }
- AWS_FATAL_ASSERT(strategy_count <= PROXY_STRATEGY_MAX_ADAPTIVE_STRATEGIES);
- struct aws_http_proxy_strategy_tunneling_sequence_options sequence_config = {
- .strategies = strategies,
- .strategy_count = strategy_count,
- };
- adaptive_sequence_strategy = aws_http_proxy_strategy_new_tunneling_sequence(allocator, &sequence_config);
- if (adaptive_sequence_strategy == NULL) {
- goto done;
- }
- done:
- aws_http_proxy_strategy_release(identity_strategy);
- aws_http_proxy_strategy_release(kerberos_strategy);
- aws_http_proxy_strategy_release(ntlm_credential_strategy);
- aws_http_proxy_strategy_release(ntlm_strategy);
- return adaptive_sequence_strategy;
- }
- /******************************************************************************************************************/
- struct aws_http_proxy_strategy_tunneling_sequence {
- struct aws_allocator *allocator;
- struct aws_array_list strategies;
- struct aws_http_proxy_strategy strategy_base;
- };
- struct aws_http_proxy_negotiator_tunneling_sequence {
- struct aws_allocator *allocator;
- struct aws_array_list negotiators;
- size_t current_negotiator_transform_index;
- void *original_internal_proxy_user_data;
- aws_http_proxy_negotiation_terminate_fn *original_negotiation_termination_callback;
- aws_http_proxy_negotiation_http_request_forward_fn *original_negotiation_http_request_forward_callback;
- struct aws_http_proxy_negotiator negotiator_base;
- };
- static void s_sequence_tunnel_iteration_termination_callback(
- struct aws_http_message *message,
- int error_code,
- void *user_data) {
- struct aws_http_proxy_negotiator *proxy_negotiator = user_data;
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- AWS_LOGF_WARN(
- AWS_LS_HTTP_PROXY_NEGOTIATION,
- "(id=%p) Proxy negotiation step failed with error %d",
- (void *)proxy_negotiator,
- error_code);
- int connection_error_code = AWS_ERROR_HTTP_PROXY_CONNECT_FAILED_RETRYABLE;
- if (sequence_negotiator->current_negotiator_transform_index >=
- aws_array_list_length(&sequence_negotiator->negotiators)) {
- connection_error_code = AWS_ERROR_HTTP_PROXY_CONNECT_FAILED;
- }
- sequence_negotiator->original_negotiation_termination_callback(
- message, connection_error_code, sequence_negotiator->original_internal_proxy_user_data);
- }
- static void s_sequence_tunnel_iteration_forward_callback(struct aws_http_message *message, void *user_data) {
- struct aws_http_proxy_negotiator *proxy_negotiator = user_data;
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- sequence_negotiator->original_negotiation_http_request_forward_callback(
- message, sequence_negotiator->original_internal_proxy_user_data);
- }
- static void s_sequence_tunnel_try_next_negotiator(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message) {
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- size_t negotiator_count = aws_array_list_length(&sequence_negotiator->negotiators);
- if (sequence_negotiator->current_negotiator_transform_index >= negotiator_count) {
- goto on_error;
- }
- struct aws_http_proxy_negotiator *current_negotiator = NULL;
- if (aws_array_list_get_at(
- &sequence_negotiator->negotiators,
- ¤t_negotiator,
- sequence_negotiator->current_negotiator_transform_index++)) {
- goto on_error;
- }
- current_negotiator->strategy_vtable.tunnelling_vtable->connect_request_transform(
- current_negotiator,
- message,
- s_sequence_tunnel_iteration_termination_callback,
- s_sequence_tunnel_iteration_forward_callback,
- proxy_negotiator);
- return;
- on_error:
- sequence_negotiator->original_negotiation_termination_callback(
- message, AWS_ERROR_HTTP_PROXY_CONNECT_FAILED, sequence_negotiator->original_internal_proxy_user_data);
- }
- static void s_sequence_tunnel_transform_connect(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- struct aws_http_message *message,
- aws_http_proxy_negotiation_terminate_fn *negotiation_termination_callback,
- aws_http_proxy_negotiation_http_request_forward_fn *negotiation_http_request_forward_callback,
- void *internal_proxy_user_data) {
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- sequence_negotiator->original_internal_proxy_user_data = internal_proxy_user_data;
- sequence_negotiator->original_negotiation_termination_callback = negotiation_termination_callback;
- sequence_negotiator->original_negotiation_http_request_forward_callback = negotiation_http_request_forward_callback;
- s_sequence_tunnel_try_next_negotiator(proxy_negotiator, message);
- }
- static int s_sequence_on_incoming_headers(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_header_block header_block,
- const struct aws_http_header *header_array,
- size_t num_headers) {
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- size_t negotiator_count = aws_array_list_length(&sequence_negotiator->negotiators);
- for (size_t i = 0; i < negotiator_count; ++i) {
- struct aws_http_proxy_negotiator *negotiator = NULL;
- if (aws_array_list_get_at(&sequence_negotiator->negotiators, &negotiator, i)) {
- continue;
- }
- aws_http_proxy_negotiation_connect_on_incoming_headers_fn *on_incoming_headers =
- negotiator->strategy_vtable.tunnelling_vtable->on_incoming_headers_callback;
- if (on_incoming_headers != NULL) {
- (*on_incoming_headers)(negotiator, header_block, header_array, num_headers);
- }
- }
- return AWS_OP_SUCCESS;
- }
- static int s_sequence_on_connect_status(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- enum aws_http_status_code status_code) {
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- size_t negotiator_count = aws_array_list_length(&sequence_negotiator->negotiators);
- for (size_t i = 0; i < negotiator_count; ++i) {
- struct aws_http_proxy_negotiator *negotiator = NULL;
- if (aws_array_list_get_at(&sequence_negotiator->negotiators, &negotiator, i)) {
- continue;
- }
- aws_http_proxy_negotiator_connect_status_fn *on_status =
- negotiator->strategy_vtable.tunnelling_vtable->on_status_callback;
- if (on_status != NULL) {
- (*on_status)(negotiator, status_code);
- }
- }
- return AWS_OP_SUCCESS;
- }
- static int s_sequence_on_incoming_body(
- struct aws_http_proxy_negotiator *proxy_negotiator,
- const struct aws_byte_cursor *data) {
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- size_t negotiator_count = aws_array_list_length(&sequence_negotiator->negotiators);
- for (size_t i = 0; i < negotiator_count; ++i) {
- struct aws_http_proxy_negotiator *negotiator = NULL;
- if (aws_array_list_get_at(&sequence_negotiator->negotiators, &negotiator, i)) {
- continue;
- }
- aws_http_proxy_negotiator_connect_on_incoming_body_fn *on_incoming_body =
- negotiator->strategy_vtable.tunnelling_vtable->on_incoming_body_callback;
- if (on_incoming_body != NULL) {
- (*on_incoming_body)(negotiator, data);
- }
- }
- return AWS_OP_SUCCESS;
- }
- static enum aws_http_proxy_negotiation_retry_directive s_sequence_get_retry_directive(
- struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- if (sequence_negotiator->current_negotiator_transform_index <
- aws_array_list_length(&sequence_negotiator->negotiators)) {
- struct aws_http_proxy_negotiator *next_negotiator = NULL;
- aws_array_list_get_at(
- &sequence_negotiator->negotiators,
- &next_negotiator,
- sequence_negotiator->current_negotiator_transform_index);
- enum aws_http_proxy_negotiation_retry_directive next_negotiator_directive =
- aws_http_proxy_negotiator_get_retry_directive(next_negotiator);
- if (next_negotiator_directive == AWS_HPNRD_CURRENT_CONNECTION) {
- return AWS_HPNRD_CURRENT_CONNECTION;
- } else {
- return AWS_HPNRD_NEW_CONNECTION;
- }
- }
- return AWS_HPNRD_STOP;
- }
- static struct aws_http_proxy_negotiator_tunnelling_vtable s_tunneling_sequence_proxy_negotiator_tunneling_vtable = {
- .on_incoming_body_callback = s_sequence_on_incoming_body,
- .on_incoming_headers_callback = s_sequence_on_incoming_headers,
- .on_status_callback = s_sequence_on_connect_status,
- .connect_request_transform = s_sequence_tunnel_transform_connect,
- .get_retry_directive = s_sequence_get_retry_directive,
- };
- static void s_destroy_tunneling_sequence_negotiator(struct aws_http_proxy_negotiator *proxy_negotiator) {
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator = proxy_negotiator->impl;
- size_t negotiator_count = aws_array_list_length(&sequence_negotiator->negotiators);
- for (size_t i = 0; i < negotiator_count; ++i) {
- struct aws_http_proxy_negotiator *negotiator = NULL;
- if (aws_array_list_get_at(&sequence_negotiator->negotiators, &negotiator, i)) {
- continue;
- }
- aws_http_proxy_negotiator_release(negotiator);
- }
- aws_array_list_clean_up(&sequence_negotiator->negotiators);
- aws_mem_release(sequence_negotiator->allocator, sequence_negotiator);
- }
- static struct aws_http_proxy_negotiator *s_create_tunneling_sequence_negotiator(
- struct aws_http_proxy_strategy *proxy_strategy,
- struct aws_allocator *allocator) {
- if (proxy_strategy == NULL || allocator == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_negotiator_tunneling_sequence *sequence_negotiator =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_negotiator_tunneling_sequence));
- if (sequence_negotiator == NULL) {
- return NULL;
- }
- sequence_negotiator->allocator = allocator;
- sequence_negotiator->negotiator_base.impl = sequence_negotiator;
- aws_ref_count_init(
- &sequence_negotiator->negotiator_base.ref_count,
- &sequence_negotiator->negotiator_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_sequence_negotiator);
- sequence_negotiator->negotiator_base.strategy_vtable.tunnelling_vtable =
- &s_tunneling_sequence_proxy_negotiator_tunneling_vtable;
- struct aws_http_proxy_strategy_tunneling_sequence *sequence_strategy = proxy_strategy->impl;
- size_t strategy_count = aws_array_list_length(&sequence_strategy->strategies);
- if (aws_array_list_init_dynamic(
- &sequence_negotiator->negotiators, allocator, strategy_count, sizeof(struct aws_http_proxy_negotiator *))) {
- goto on_error;
- }
- for (size_t i = 0; i < strategy_count; ++i) {
- struct aws_http_proxy_strategy *strategy = NULL;
- if (aws_array_list_get_at(&sequence_strategy->strategies, &strategy, i)) {
- goto on_error;
- }
- struct aws_http_proxy_negotiator *negotiator = aws_http_proxy_strategy_create_negotiator(strategy, allocator);
- if (negotiator == NULL) {
- goto on_error;
- }
- if (aws_array_list_push_back(&sequence_negotiator->negotiators, &negotiator)) {
- aws_http_proxy_negotiator_release(negotiator);
- goto on_error;
- }
- }
- return &sequence_negotiator->negotiator_base;
- on_error:
- aws_http_proxy_negotiator_release(&sequence_negotiator->negotiator_base);
- return NULL;
- }
- static struct aws_http_proxy_strategy_vtable s_tunneling_sequence_strategy_vtable = {
- .create_negotiator = s_create_tunneling_sequence_negotiator,
- };
- static void s_destroy_tunneling_sequence_strategy(struct aws_http_proxy_strategy *proxy_strategy) {
- struct aws_http_proxy_strategy_tunneling_sequence *sequence_strategy = proxy_strategy->impl;
- size_t strategy_count = aws_array_list_length(&sequence_strategy->strategies);
- for (size_t i = 0; i < strategy_count; ++i) {
- struct aws_http_proxy_strategy *strategy = NULL;
- if (aws_array_list_get_at(&sequence_strategy->strategies, &strategy, i)) {
- continue;
- }
- aws_http_proxy_strategy_release(strategy);
- }
- aws_array_list_clean_up(&sequence_strategy->strategies);
- aws_mem_release(sequence_strategy->allocator, sequence_strategy);
- }
- struct aws_http_proxy_strategy *aws_http_proxy_strategy_new_tunneling_sequence(
- struct aws_allocator *allocator,
- struct aws_http_proxy_strategy_tunneling_sequence_options *config) {
- if (allocator == NULL || config == NULL) {
- aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
- return NULL;
- }
- struct aws_http_proxy_strategy_tunneling_sequence *sequence_strategy =
- aws_mem_calloc(allocator, 1, sizeof(struct aws_http_proxy_strategy_tunneling_sequence));
- if (sequence_strategy == NULL) {
- return NULL;
- }
- sequence_strategy->strategy_base.impl = sequence_strategy;
- sequence_strategy->strategy_base.vtable = &s_tunneling_sequence_strategy_vtable;
- sequence_strategy->strategy_base.proxy_connection_type = AWS_HPCT_HTTP_TUNNEL;
- sequence_strategy->allocator = allocator;
- aws_ref_count_init(
- &sequence_strategy->strategy_base.ref_count,
- &sequence_strategy->strategy_base,
- (aws_simple_completion_callback *)s_destroy_tunneling_sequence_strategy);
- if (aws_array_list_init_dynamic(
- &sequence_strategy->strategies,
- allocator,
- config->strategy_count,
- sizeof(struct aws_http_proxy_strategy *))) {
- goto on_error;
- }
- for (size_t i = 0; i < config->strategy_count; ++i) {
- struct aws_http_proxy_strategy *strategy = config->strategies[i];
- if (aws_array_list_push_back(&sequence_strategy->strategies, &strategy)) {
- goto on_error;
- }
- aws_http_proxy_strategy_acquire(strategy);
- }
- return &sequence_strategy->strategy_base;
- on_error:
- aws_http_proxy_strategy_release(&sequence_strategy->strategy_base);
- return NULL;
- }
- #if defined(_MSC_VER)
- # pragma warning(pop)
- #endif /* _MSC_VER */
|