Commit Graph

  • 29af4f7f76 Add AEAD and GHASH functions Zhi Guan 2023-02-13 23:29:27 +08:00
  • 236c6e17cb Add AEAD modes Zhi Guan 2023-02-13 11:52:24 +08:00
  • 66abb8e528 Update socket wrapper Zhi Guan 2023-02-13 09:10:59 +08:00
  • ef4017032c Create aead.h Zhi Guan 2023-02-10 08:12:27 +08:00
  • 019b767e09 Update X509 header Zhi Guan 2023-02-10 08:12:23 +08:00
  • f361b4015a Move certs folder to demos Zhi Guan 2023-02-09 18:04:54 +08:00
  • 8a0a23f91d Add SM2 AlgorithmIdentifier option Zhi Guan 2023-02-09 11:44:27 +08:00
  • 930a359120 Always return -1 on sign/verify failure Zhi Guan 2023-02-08 22:44:19 +08:00
  • da9ef786eb Update X509 Zhi Guan 2023-02-08 21:51:05 +08:00
  • 14b23cec47 Delete SubCA-1.crl Zhi Guan 2023-02-07 23:37:03 +08:00
  • 46f0be87dc Update certverify tool Zhi Guan 2023-02-07 23:34:53 +08:00
  • c0a0622c13 Update reqdemo.sh Zhi Guan 2023-02-07 16:03:55 +08:00
  • fcb14bbcf9 Fix CRL ext bug Zhi Guan 2023-02-07 16:03:44 +08:00
  • d7fcc6f457 Update demos Zhi Guan 2023-02-07 14:57:17 +08:00
  • 92e27087a9 Update cademo.sh Zhi Guan 2023-02-06 23:42:07 +08:00
  • 407368347b Update x509_crl.c Zhi Guan 2023-02-06 23:42:05 +08:00
  • 591db2cc01 Remove WIN32 warnings Zhi Guan 2023-02-06 22:36:39 +08:00
  • d4d2f64aaa Add demos to CMake Zhi Guan 2023-02-06 22:14:34 +08:00
  • 895dbeee5b Fix sign_to_der functions Zhi Guan 2023-02-06 17:27:19 +08:00
  • 60c8b0b397 Update x509_reqtest.c Zhi Guan 2023-02-06 17:13:45 +08:00
  • 8a62b91da9 Fix REQ format bug Zhi Guan 2023-02-06 17:07:08 +08:00
  • 97e33d4b9a Update CMakeLists.txt Zhi Guan 2023-02-06 13:34:13 +08:00
  • a2e5db88ac Update CMakeLists.txt Zhi Guan 2023-02-06 13:28:39 +08:00
  • a91203b816 Update http_win.c Zhi Guan 2023-02-06 13:18:37 +08:00
  • 9a6c8d575f Update http.c Zhi Guan 2023-02-06 13:17:44 +08:00
  • 878ff69114 Update http_win.c Zhi Guan 2023-02-06 13:08:09 +08:00
  • bfe3e5999a Update HTTP for WIN Zhi Guan 2023-02-06 12:50:28 +08:00
  • 97d08c956a Update X509 Zhi Guan 2023-02-06 11:48:33 +08:00
  • 36f9a76d3a Update http_crltest.c Zhi Guan 2023-02-05 23:45:45 +08:00
  • 5271f84df1 Fix CRL parse error Zhi Guan 2023-02-05 23:42:42 +08:00
  • 58c0bca3a2 Update X509 Zhi Guan 2023-02-05 23:10:31 +08:00
  • 825b074ed1 Update X509 Zhi Guan 2023-02-05 18:14:41 +08:00
  • 1abbd54bb8 Update X509 Zhi Guan 2023-02-04 23:21:01 +08:00
  • 6a02a61c4f Update X509 cert Zhi Guan 2023-02-04 21:04:43 +08:00
  • 1fbdfeee59 Update CRL related code Zhi Guan 2023-02-01 11:03:33 +08:00
  • 8397280779 Add -check_crl option to certverify Zhi Guan 2023-01-31 22:14:41 +08:00
  • b5df2121d3 Add crlget tool Zhi Guan 2023-01-31 19:18:46 +08:00
  • 13eae91d7d Update X.509 Extensions Zhi Guan 2023-01-31 15:57:53 +08:00
  • ec7700c17c Update X509 and certgen tool Zhi Guan 2023-01-28 22:00:22 +08:00
  • c4c11ffe6b Update CRL functions and tools Zhi Guan 2023-01-25 22:39:12 +08:00
  • c6ca4dd37b Add HTTP module Zhi Guan 2023-01-18 00:27:35 +08:00
  • 0c061e24ae Add CRLDistributionPoints and AuthorityInformationAccess ext Zhi Guan 2023-01-17 10:29:00 +08:00
  • dc80fea1f6 Update CRL related Zhi Guan 2023-01-17 00:43:36 +08:00
  • d0c55842ae add link libraries ws2_32, fix win32 compile error. dudamao 2023-01-15 22:00:37 +08:00
  • e3a0f73e0e Remove warnings Zhi Guan 2023-01-15 21:02:25 +08:00
  • bcb1fe2e5c Update x509_exttest.c Zhi Guan 2023-01-15 20:21:14 +08:00
  • 4b75346983 Refine ASN.1 functions Zhi Guan 2023-01-15 11:59:53 +08:00
  • b858b01d39 Refine ASN.1 functions Zhi Guan 2023-01-14 19:07:03 +08:00
  • e54b4ae182 Add checking to ASN.1 IA5, UTF8, Printable strings Zhi Guan 2023-01-13 17:20:09 +08:00
  • fd88d8cad6 Update SM2 ecdh api Zhi Guan 2023-01-13 09:40:32 +08:00
  • c932069224 Update SM2 lib Zhi Guan 2023-01-13 01:44:55 +08:00
  • 2f19fc3067 Update X.509 validation and fix TLS 1.3 chain verify Zhi Guan 2023-01-11 15:29:22 +08:00
  • 167f2c0c33 Update x509_cer.c Zhi Guan 2023-01-11 14:20:55 +08:00
  • 320df276c8 Update x509_cer.c Zhi Guan 2023-01-11 14:19:42 +08:00
  • adfa3aaf60 Add functions for SEQUENCE OF Zhi Guan 2023-01-11 14:19:37 +08:00
  • 4ac1abb2a6 Add X.509 validation and auto UTF8 DN Zhi Guan 2023-01-10 23:47:27 +08:00
  • 5c809e0b37 Update X.509 Path Zhi Guan 2023-01-10 12:10:15 +08:00
  • 4dbf32fd6a Update X.509 Path Validation Zhi Guan 2023-01-10 00:08:13 +08:00
  • cdd57c6385 Update X509 Zhi Guan 2023-01-09 18:33:17 +08:00
  • 4b100b38d1 Update ASN.1 PrintableString functions Zhi Guan 2023-01-09 18:13:59 +08:00
  • a8dd65cf1c And soft RNG to cmake Zhi Guan 2022-12-30 14:53:20 +08:00
  • a7251b7e06 Merge pull request #1387 from Indawn/sm4_rng_edit Zhi Guan 2022-12-30 14:38:17 +08:00
  • f89bb40822 Merge pull request #1389 from leonardodalinky/pr Zhi Guan 2022-12-30 14:19:19 +08:00
  • dc7b9e68ec Update SM2 Extensions Zhi Guan 2022-12-30 12:46:47 +08:00
  • 7be0df2b82 Support PEM with Windows-style newline Zhi Guan 2022-12-30 10:37:50 +08:00
  • a30b70807a feat: linux packaging leonardodalinky 2022-12-30 01:25:07 +08:00
  • 8ff829dbcd Fix a typical error Zhi Guan 2022-12-29 18:13:57 +08:00
  • eb06a2e200 Fix SM4 AESNI+AVX CTR Zhi Guan 2022-12-29 17:51:32 +08:00
  • 2aa4f5b747 Enable SM3 AVX+BMI2 Zhi Guan 2022-12-29 15:06:29 +08:00
  • 6ed075868d Update sm4test.c Zhi Guan 2022-12-29 14:14:59 +08:00
  • cd232bef6e Update demo scripts Zhi Guan 2022-12-29 12:14:57 +08:00
  • 70f6a42561 Remove warnings on WIN32 Zhi Guan 2022-12-28 23:37:30 +08:00
  • cdebed562a Update CMakeLists.txt Zhi Guan 2022-12-28 23:37:13 +08:00
  • e0a2af9fe7 Update .gitignore Zhi Guan 2022-12-28 22:40:48 +08:00
  • 49962a267f Fix return value and secret clean bug Zhi Guan 2022-12-28 16:46:55 +08:00
  • 6ef810f51f Fix last commit bug in TLS cert_verify Zhi Guan 2022-12-28 16:26:43 +08:00
  • 697249efe2 sm4_rng_reseed增加:重置输出计数和最近输出时间 Indawn 2022-12-28 15:26:58 +08:00
  • 218b82e3fa Fix tlcp bug of last commit Zhi Guan 2022-12-28 12:26:26 +08:00
  • c8c8bef8bd Merge pull request #1361 from movie0125/TLS1.1-addlen Zhi Guan 2022-12-28 12:16:13 +08:00
  • 17e48d3649 Update sm9.h Zhi Guan 2022-12-28 10:43:06 +08:00
  • e8925c8b99 Update tlcp_client.c Zhi Guan 2022-12-28 10:43:02 +08:00
  • 1742a755f7 Fix tlcp tool on Windows Zhi Guan 2022-12-28 10:11:13 +08:00
  • 5b4622ae10 SM4_RNG_Update增加异或 Indawn 2022-12-27 18:55:27 +08:00
  • faba20a61f Update CI Zhi Guan 2022-12-27 17:44:01 +08:00
  • f805f18147 Update ios.yml Zhi Guan 2022-12-27 17:31:48 +08:00
  • 616b5ecb06 Support DLL in MSVC Zhi Guan 2022-12-27 17:23:56 +08:00
  • 6803910428 Fix asn1_bit_string_from_der_ex bug Zhi Guan 2022-12-27 17:01:10 +08:00
  • f0e42952ae Create INSTALL.md Zhi Guan 2022-12-27 16:41:18 +08:00
  • 8d6ab311f0 Remove Warnings Zhi Guan 2022-12-27 14:41:58 +08:00
  • 7aec17e140 Fix ASN.1 Time Zhi Guan 2022-12-27 14:35:11 +08:00
  • 27e9c56bc1 Update ASN.1 Time Zhi Guan 2022-12-27 13:55:32 +08:00
  • 0eb4bd9c1d Fix export symbol bug in MSVC Zhi Guan 2022-12-24 10:50:44 +08:00
  • fac880d47d Update README.md Simon 2022-12-24 10:16:25 +08:00
  • a31c979aa7 Update CMakeLists.txt Zhi Guan 2022-12-23 12:53:22 +08:00
  • c403e37cfc Merge pull request #1303 from opensvn/master GmSSL-v2 Zhi Guan 2022-12-22 23:05:05 +08:00
  • 00bdecf42b Merge pull request #1360 from movie0125/master Zhi Guan 2022-12-22 23:03:54 +08:00
  • da71474441 Update CMakeLists.txt Zhi Guan 2022-12-22 23:01:13 +08:00
  • 127bf9cfb6 Create ios.yml Zhi Guan 2022-12-22 22:42:05 +08:00
  • 765a90815b Fix sm2_bn_from_asn1_integer bug Zhi Guan 2022-12-22 22:15:21 +08:00
  • 18381f52f0 Remove warnings Zhi Guan 2022-12-22 22:04:55 +08:00