headscott
headscott
Hello! Thank you for your response. I believe the issue lies in the following line of code: unsigned int size = buf[0] * 0x10000 + buf[1] * 0x100 + buf[2];...
True, that's even better than CHECK_SIZE(3 + size, buf_len, TLS_NEED_MORE_DATA). I would be very happy if you could try the code with google again and tell me if it runs...
I already tried it now on your current version: I got a problem in tls_parse_certificate when using TLS_V13 in tlsclienthello.c for the context: CHECK_SIZE(size_of_all_certificates, buf_len - res, TLS_NEED_MORE_DATA) this returns...
If you don't understand my problem, feel free to ask. I would be happy if we could fix or if you could explain that if it's the correct behavior. F.
I hope your travel was good. If you still need more information from me about the problem I got, let me know F.
I found out, that I forgot to set the sni for google. After I set it, the code did not failed anymore in pkcs_1_pss_decode, but now it failes in tls_parse_certificate,...
Hey, I don't want to rush, but I just wanted to ask what the status is. I believe most, if not all, of the errors that caused these problems here...
Okay I think I could fix it: I had to add `++dataset.data_dir="$(BASE)/imagenet"` to TEST in the Makefile: so from `TEST = cd $(SRC) && $(PYTHON) -m main train_test=test ++name=$(NAME) ++visualization.entity=$(WANDB_ACCOUNT)`...
Yeah, I know TRADES, but is this method also used, when I run the mentioned command? Or do I need special parameters?
And I saw in your paper, that you the Teacher Model is trained too, but I don't see, that the teacher starts its train mode by calling: `model_teacher.train()` I mean,...