- 20 Mar, 2024 1 commit
-
-
Mouse authored
Address compiler warning
-
- 15 Feb, 2024 1 commit
-
-
v0-e authored
-
- 11 Feb, 2024 1 commit
-
-
Mouse authored
INTEGER to 64-bit native integer methods
-
- 07 Feb, 2024 3 commits
- 06 Feb, 2024 1 commit
-
-
v0-e authored
-
- 04 Feb, 2024 1 commit
-
-
Mouse authored
Copy operation
-
- 02 Feb, 2024 4 commits
- 30 Jan, 2024 1 commit
-
-
v0-e authored
-
- 24 Jan, 2024 1 commit
-
-
Mouse authored
Update main README with supported encoding rules
-
- 23 Jan, 2024 3 commits
- 22 Jan, 2024 2 commits
- 21 Jan, 2024 1 commit
-
-
v0-e authored
-
- 20 Jan, 2024 1 commit
-
-
v0-e authored
-
- 17 Jan, 2024 3 commits
- 16 Jan, 2024 1 commit
-
-
v0-e authored
-
- 15 Jan, 2024 1 commit
-
-
v0-e authored
-
- 14 Jan, 2024 1 commit
-
-
Mouse authored
`NativeInteger_rfill.c` was sometimes ignoring the PER constrains. @lbm98 added a check which was also present in BIT_STRING_rfill.c to respect them.
-
- 13 Jan, 2024 1 commit
-
-
Mouse authored
.gitignore: Ignore generated smoke tests
-
- 12 Jan, 2024 1 commit
-
-
v0-e authored
-
- 09 Jan, 2024 1 commit
-
-
Mouse authored
-
- 08 Jan, 2024 1 commit
-
-
v0-e authored
-
- 07 Jan, 2024 2 commits
- 04 Jan, 2024 2 commits
- 26 Dec, 2023 5 commits
-
-
Mouse authored
jer: Add missing 'fall through' marker comments
-
Mouse authored
Should correctly address issue that #112 is trying to fix
-
v0-e authored
-
Mouse authored
Previous commit was wrong - va_end(args) is called once, and right where it belongs.
-
Mouse authored
This is #401 from vlm/asn1c by @Inksz. From his PR: I do not know the project's code-style, in some C projects this kind of error-handling would incorporate a goto. But because of the general avoidance of goto I added va_end before each return. I suppose has more insight into what this function does, one could "dry" the error handling.
-