Fabian Wiesel

Results 12 comments of Fabian Wiesel

Sure, it seems to have the following pattern: `f5-vpn://?server=&resourcename=&resourcetype=network_access&cmd=launch&protocol=https&port=443&sid=&token=&otc=&otc=` I assume, OTC seems to stand for one-time-code, and we get two of them. The `sid` is presumably session-id, and it...

To ensure that it isn't depending on the value of the cookie, I've change the code so it encrypts/decrypts the cookies with des. The client still sends the cookie corresponding...

I do not see any correct and more efficient way of invalidating the cache than doing a checksum over the whole data without more support from the file-system layer. And...

Well, yes. The library could keep the directory contents and verifier in memory. How to implement that greatly depends on the behavior of the client (or clients). Just to fix...

As it is working as indented, I am fine with it. Thanks for taking the time and the explanations.

What I see is: - RAM seems to be around 250MB indeed, with peaks around 350MB (in qa for nova-api). - CPU seems to be around 18ms, with peaks in...

That looks certainly like a better approach than mine. Just two things that I would like to remark: TLDR: I would - not to fail on cache miss in `DataForVerifier`...