원문정보
A Study on Certification Authority for U-Campus
초록
영어
As computing devices become ubiquitous and increasingly mobile, it becomes obvious that a synchronous and direct peer-to-peer communication model is not sufficient in distributed computing environment. Using an indirect event service instead of other traditional communication model has an advantage of decreasing the coupling of applications in a distributed environment and removing the need for many static dependencies. In this paper, we design and implement the secure event service for providing secure ubiquitous computing environment. The Secure Event Service implemented enables users to perform certificate-based event retrieval, and supports only eligible event comsumer and event producer can publish and receive events through the secure event service. certificate is used for supporting authentication and authorization in the secure event service. In order to provide a content-based event retrieval, an asynchronous communication between event producers and consumers.
한국어
컴퓨팅 기기들이 점점 산재되고, 기기들의 이동성 또한 증가되면서, 동기적이고 직접적인 점대점 통신 모델은 여러 형태 의 분산 컴퓨팅 환경에 적용하기에 적합하지 않다. 이벤트 서비스와 같은 간접통신 모델을 이용하면, 분산 환경에서의 응용들 사이의 결합도를 감소시키고 많은 정적인 요구들을 제거할 수 있는 이점이 있다. 본 논문에서는 신뢰할 수 있는 u-Campus 환경을 만들기 위해 인증서 기반의 안전한 이벤트 서비스를 설계하고 구현한다. 구현된 이벤트 서비스는 내용기반의 검색이 가능하고, 정당한 권한을 지닌 제공자와 소비자만이 이벤트를 주고받을 수 있도록 한다. 이벤트 서비스에 인증과 인가기능을 제공하기 위해 인증서를 이용하고, 이벤트 제공자와 소비자의 분리를 인증서를 확장하여 구현한다.
목차
Abstract
1. 서론
2 인증기관 구현을 위한 기반 이론
2.1 공개키 기반 구조(PKI : Public key infrastructure)
2.2 PKCS (Public Key Cryptography Standards)
2.3 인증서형식
3. CA (Certificate Authority)의 구현과 인증서를 이용한 서비스
3.1 기본 흐름도 및 개발 환경
3.2 인증서 발급 서버
3.3 인증서의 이용
4. 결 론
참고문헌