// 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 […]
// 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 패키지를 이용한 공개키 & 개인키 만들기
요즘 심심해서 하고 있는 마으크로 소프트웨어 예제 프로그램 따라 해보기… SSL 프로그래밍에 관련된 강의를 보고 예제 프로그램을 따라 해보던 중… 도저히 풀리지 않는 버그가 하나 있었다. 난 단순히 예제 프로그램만 따라 쳤을 뿐인데…왜 안되는 것인지.. 그것이 문제였다. 아무 생각없이 예제만 보고 그대로 따라 쳤던 것. 처음보는 함수의 등장에도 그냥 아무런 의심없이 따라 쳤기에 그 […]
// dec_evp.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 […]
libssl-dev 우분투/데비안 의 경우… # sudo apt-get install libssl-dev
Recent Comments