CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2021/08/18 10:04:32

Log message:
    Import initial code for the SM2 cipher
    
    This adds the SM2 algorithm defined in the Chinese standards
    GB/T 32918.1-2016, GB/T 32918.2-2016, GB/T 32918.3-2016,
    GB/T 32918.4-2016 and GB/T 32918.5-2017.
    
    This is an ISC licensed implementation contributed by Ribose.inc, based
    on the same code that was contributed to OpenSSL by Jack Lloyd. The port
    to LibreSSL was done by Ronald Tse and Nickolay Olshevsky.
    
    Github PR #105
    
    I made quite a few cleanup passes on this, but more is needed, some
    of which will happen in-tree before this is linked to the build.
    
    ok deraadt inoguchi (a long time ago), jsing
    
    Status:
    
    Vendor Tag: tb
    Release Tags:       tb_20210818
    
    N src/lib/libcrypto/sm2/sm2.h
    N src/lib/libcrypto/sm2/sm2_crypt.c
    N src/lib/libcrypto/sm2/sm2_err.c
    N src/lib/libcrypto/sm2/sm2_locl.h
    N src/lib/libcrypto/sm2/sm2_pmeth.c
    N src/lib/libcrypto/sm2/sm2_sign.c
    N src/lib/libcrypto/sm2/sm2_za.c
    
    No conflicts created by this import

Reply via email to