這是openssl-0.9.8k_WIN32下載, 最近工作中使用到了openssl的win64位資料,所以進(jìn)行前期調(diào)研。
openssl-0.9.8k_WIN32是消息認(rèn)證碼是一種認(rèn)證技術(shù),它利用密鑰來生成一個(gè)固定長度的端數(shù)據(jù)塊,并將該數(shù)據(jù)塊附加在消息之后。通信中,消息和MAC一起被發(fā)給接收方。
解壓openssl-0.9.8k.tar.gz2.從終端(命令行)進(jìn)入解壓出來的目錄openssl-0.9.8k下,在命令行執(zhí)行./config --prefix=/usr3.執(zhí)行make4.執(zhí)行sudo make install安裝完看看usr/include目錄下有沒有openssl文件夾,有就安裝完成,可以直接引用里面...
使用vc編譯出來的openssl鏈接庫,包含頭文件、靜態(tài)庫、動(dòng)態(tài)庫,版本為openssl-0.9.8k,供沒有編譯openssl環(huán)境的朋友使用
(Vc compiled using the openssl-link library that contains the header files, static library, dynamic library, version openssl-0.9.8k, for there is no friend of the environment used to compile openssl)