Coder Social home page Coder Social logo

kerrylinux / ccs_engine_102 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maicallist/ccs_engine_102

0.0 1.0 0.0 141 KB

A demo OpenSSL 1.0.2 engine provides SM2/SM3/SM4 algorithms.

License: GNU General Public License v3.0

CMake 0.31% Makefile 1.32% C 83.76% C++ 2.51% eC 0.04% Perl 12.06%

ccs_engine_102's Introduction

CCS Engine

Getting Started

CCS_Engine is a demonstration project to show people 'How to create your own OpenSSL engine'.

CCS_Engine implements:

  • SM2 (ec based cryptosystem)
  • SM3 (message digest)
  • SM4 (feistel cipher)

above algorithms are not available in version 1.0.2(see OpenSSL 1.1.1).

Do not use this project directly, as it provides no security guarantee and algorithms implemented in this engine have no optimization at all, thus suffer from horrible performance issues.

If you ever need algorithms not yet provided in any cryptographic libraries, consider implement them via OpenSSL engine, with caution.

Documentation

see docs/ccs_engine_dev.md for detailed walk through.

OpenSSL Version

OpenSSL 1.0.2 required for this demo

Built With

  • Clang 3.4.2
  • Make 3.82
  • CentOS 7.4.1708

Usage

see test.c and docs/

License

This project is licensed under the GPLv3 License - see the COPYING file for details

ccs_engine_102's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.