Logo
Explore Help
Sign In
logos-storage/nim-bearssl
1
0
Fork 0
You've already forked nim-bearssl
mirror of https://github.com/logos-storage/nim-bearssl.git synced 2026-01-09 00:43:12 +00:00
Code Issues Packages Projects Releases Wiki Activity
nim-bearssl/tests/test_brssl.nim

13 lines
258 B
Nim
Raw Normal View History

work around C++ linking issue (#50) * test c++ support, work around linking issue * fix imports, don't test C++ after all
2023-08-16 12:47:15 +02:00
import unittest2,
../bearssl/[x509, brssl]
{.used.}
suite "x509":
test "init":
var xwc: X509NoanchorContext
var x509: X509MinimalContext
x509MinimalInit(x509, nil, nil, 0)
gcc 14 support (#62) * rsaKeygenGetDefault test * add ubuntu 24 and gcc 14 to ci * use PrngClassPointerConst for rsa keygen * fix test_brssl * add comment about ubuntu 24 * define and use ConstPtrPtrHashClass * remove previous ecKeygen * remove previous x509NoanchorInit * improve test * add ecKeygen test * add x509NoanchorInit test * remove commented code * rename target to linux-gcc-14 * test already exists * fix tests
2024-07-18 17:50:24 +02:00
x509NoanchorInit(xwc, X509ClassPointerConst(addr x509.vtable))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API