마이크로 소프트웨어

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 패키지를 이용한 암호화 & 복호화

//      enc_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 패키지를 이용한 공개키 & 개인키 만들기