gmssl-v3-dev icon indicating copy to clipboard operation
gmssl-v3-dev copied to clipboard

Next major version of GmSSL!

Results 12 gmssl-v3-dev issues
Sort by recently updated
recently updated
newest added

x509_cer.c 里面的x509_certificate_from_der函数参数个数 与 tls.c 使用的函数不一致

switch (oid) { case OID_x9_62_ecPublicKey: return "x9_62_ecPublicKey"; } 工程里没有OID_x9_62_ecPublicKey定义

我正在开发gmssl版srtp实现国密版的webrtc,希望能得到您的帮助。 cmake里的src文件和实际文件不对应,CMakeLists.txt是否没有更新呢?

- 修复了目前常见的几个BUG: - DER编码前置0问题 - 握手消息签名值格式问题 - alert报警信息相关问题 - 增加了TLCP SOCKET系列接口

fix gcc compile error below, add compile option -std=cc99. ``` src/des.c: In function 'permute': src/des.c:188:2: error: 'for' loop initial declarations are only allowed in C99 mode for (size_t i =...

typedef enum X509_CRLReason { X509_cr_unspecified = 0, X509_cr_key_compromise, X509_cr_ca_compromise, X509_cr_affiliation_changed, X509_cr_superseded, X509_cr_cessation_of_operation, X509_cr_certificate_hold, X509_cr_7_not_assigned = 7, X509_cr_remove_from_crl, X509_cr_privilege_withdrawn, X509_cr_aa_compromise, } CRL_REASON; const char *crl_reason_text(int reason) { switch (reason) { case...

文件include/sm2.h,第195行: ``` #ifdef __cplusplus extern "C" { #endif #endif ``` 改为 ``` #ifdef __cplusplus } #endif #endif ```

使用sm2gen/reqgen/reqsign/certgen如何生成国密的双证书