a simple ssl solution . Including c/c++, java, python, object-c.
本项目是对ssl的基本封装, 方便开发者使用.包括多种语言的加解密及ssl等,如c/c++, java, python, object-c.
项目目前还处于开发前期,还有很多工作要做.但是作者目前没有太多时间用于此项目开发.
/*
- Copyright 2014, Jeffery Qiu. All rights reserved.
- Licensed under the GNU LESSER GENERAL PUBLIC LICENSE(the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.gnu.org/licenses/lgpl.html
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License. */
//// Author: Jeffery Qiu (dungeonsnd at gmail dot com) ////