Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Journal of Functional Programming - Call for PhD Abstracts

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Journal of Functional Programming - Call for PhD Abstracts


Chronological Thread 
  • From: Wilayat Khan <wilayatk AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Journal of Functional Programming - Call for PhD Abstracts
  • Date: Fri, 14 Apr 2017 09:36:14 +0500
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=wilayatk AT gmail.com; spf=Pass smtp.mailfrom=wilayatk AT gmail.com; spf=None smtp.helo=postmaster AT mail-lf0-f53.google.com
  • Ironport-phdr: 9a23:Lu/pvB3+yugnSAkBsmDT+DRfVm0co7zxezQtwd8ZseIUL/ad9pjvdHbS+e9qxAeQG96Kt7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXbAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLniikHOT43/m/Ul8J+kr5UrQm7qBBj2YPZep2ZOOZ8c67bYNgURXBBXsFUVyFZAoy8bo8PAPABPOlCs4n2ul4ArRukCgmqGejizTFJhn7y3aIg0+UuCx3G3A87EtIBtXTbttT1NKMIXe+py6nIyCzOYvVL0jnz74jIdwouofCKXb9oa8XR11MgFxjZjlmKtYPlODaV2vwQs2id7upgS/ygh3QmqwFtujSvxtssipXRhoIP1F/E7Dh5z5guJd2kU050e9ikH4ZKty6ELIt2WsQiQ2dzuCkk0b0JpYS0fCwOyJs52hHQcfKGfJaT7RL4SumROix4hHNieLK5nRq961Ogx+vhXce3yFZHtjRJnsXIu3wX1BHe6tKLRuVg8kqhwzqC1w7e5+dZKk4uj6XbMYQuwrsom5oTr0vDGij2lV3zjKCMd0Uk/vGk6+DpYrn6v5OcOY95hw/kPqQhncy/Bus4MgwQUGSB5eu807jj8VX4QLVMkPI2jrHUvI7GKckfvKK0AA9Y3pw95xqiDzqqytQVkHcfIFJAYh2HjozpO1/UIPD/CPeym1qtkDZvx//cPrzuGInNLnvYnbfueLZy8U9cyA4pwd9D4JJUD6kNIOjvVU/pqNzYEhg5PhSozObgEdVxz58RWWaSAqCCK67Sql+J5uc3I+aWfoMVuTD9K+Ik5/H0l3M5l0UdLuGV2s4cb2n9FfB7KW2YZ2Dti5EPCzQkpA07GdPrjFSTWCIbRHa7Wepo+TA/AZOvEYTrSYWkgbjH1yC+SM4FLltaA0yBRC+7P76PXO0BPXqf

Dear Hutton
  Am interested in publishing my thesis in your journal. Please find enclosed abstract and other details. We have used
theorem prover Coq to build formal model of web browser and proved interesting security properties of web sessions. 

Best, 

Wilayat 

-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------

o Web Session Security: Formal Verification, Client-Side Enforcement and Experimental
                                    Analysis

o Student: Wilayat Khan

o Awarding institution: Università Ca’ Foscari di Venezia, Italy

o Feb 13, 2015

o Advisor/supervisor: Prof Michele Bugliesi

o Dissertation URL: http://dspace.unive.it/bitstream/handle/10579/5646/955962-1173399.pdf?sequence=2

o Dissertation abstract:   

     Web applications are the dominant means to provide access to millions of on-line
services and applications such as banking and e-commerce. To personalize users’
web experience, servers need to authenticate the users and then maintain their
authentication state throughout a set of related HTTP requests and responses
called a web session. As HTTP is a stateless protocol, the common approach,
used by most of the web applications to maintain web session, is to use HTTP
cookies. Each request belonging to a web session is authenticated by having the
web browser to provide to the server a unique long random string, known as
session identifier stored as cookie called session cookie. Taking over the session
identifier gives full control over to the attacker and hence is an attractive target
of the attacker to attack on the confidentiality and integrity of web sessions. The
browser should take care of the web session security: a session cookie belonging
to one source should not be corrupted or stolen or forced, to be sent with the
requests, by any other source.
This dissertation demonstrates that security policies can in fact be written
down for both, confidentiality and integrity, of web sessions and enforced at the
client side without getting any support from the servers and without breaking too
many web applications. Moreover, the enforcement mechanisms designed can be
proved correct within mathematical models of the web browsers. These claims are
supported in this dissertation by 1) defining both, end-to-end and access control, 
security policies to protect web sessions; 2) introducing a new and using exiting
mathematical models of the web browser extended with confidentiality and integrity
security policies for web sessions; 3) offering mathematical proofs that the
security mechanisms do enforce the security policies; and 4) designing and developing
prototype browser extensions to test that real-life web applications are
supported.


Virus-free. www.avast.com



Archive powered by MHonArc 2.6.18.

Top of Page