OpenSSL

pchero on May 23rd, 2014

Freeswitch 를 설치하는데 openssl-1.0 이상 버전을 요구했다. 현재 운용중인 서버 버전은 Debian-6.0 apt-get 으로 설치 가능한 openssl 버전은 0.9.x 버전이었다.   즉, openssl 버전 문제로 정상적인 설치가 안되는 상황. openssl 최신버전이야 소스 설치를 하면 되겠는데.. 문제는 이미 사용중인 openssl-0.9.x 버전은 어떻게 하느냐였다. 이미 많은 수의 패키지들이 라이브러리를 참조하고 있었다. 실제로 apt-get remove 명령어로 해당 패키지를 […]

Continue reading about Upgrade openssl-1.0.1 on Debian 6

pchero on December 8th, 2009

//      SSL_Client.c//      //      Copyright 2009 Kim Sung-tae <pchero21@gmail.com>//      //      This program is free software; you can redistribute it and/or modify//      it under the terms of the GNU General Public License as published by//      the Free Software Foundation; either version 2 of […]

Continue reading about OpenlSSL – SSL 통신 클라이언트

pchero on December 8th, 2009

//      SSL_Server.c//      //      Copyright 2009 Kim Sung-tae <pchero21@gmail.com>//      //      This program is free software; you can redistribute it and/or modify//      it under the terms of the GNU General Public License as published by//      the Free Software Foundation; either version 2 of […]

Continue reading about OpenlSSL – SSL 통신 서버

pchero on December 7th, 2009

//      Verify_Cert.c//      //      Copyright 2009 Kim Sung-tae <pchero21@gmail.com>//      //      This program is free software; you can redistribute it and/or modify//      it under the terms of the GNU General Public License as published by//      the Free Software Foundation; either version 2 of […]

Continue reading about OpenlSSL – 인증서 인증하기

//      use_rsa.c//      //      Copyright 2009 Kim Sung-tae <pchero21@gmail.com>//      //      This program is free software; you can redistribute it and/or modify//      it under the terms of the GNU General Public License as published by//      the Free Software Foundation; either version 2 of […]

Continue reading about OpenlSSL – RSA 패키지를 이용한 암호화 & 복호화