1
0
Fork 0
mirror of https://gitlab.com/gnutls/libtasn1.git synced 2025-12-06 03:28:14 +00:00
No description
Find a file
2025-08-24 23:09:38 +02:00
devel Update ABI dump files. 2024-12-06 00:40:28 +01:00
doc libtasn1.texi: fix typos in the example 2025-08-24 20:59:42 +00:00
examples Use EXIT_* exit status codes. 2025-01-30 21:47:44 +01:00
fuzz Modernize code coverage generation and outputs. 2025-04-04 11:50:54 +02:00
lib Modernize code coverage generation and outputs. 2025-04-04 11:50:54 +02:00
m4 Modernize code coverage generation and outputs. 2025-04-04 11:50:54 +02:00
msvc maint: Fix syntax-check flaws. 2021-11-09 17:17:18 +01:00
src Improve test coverage and Fix asn1Decoding Issues 2025-08-24 20:55:30 +00:00
tests Improve test coverage and Fix asn1Decoding Issues 2025-08-24 20:55:30 +00:00
windows Update copyright years. 2013-03-24 10:34:17 +01:00
.gitattributes Add .tarball-version-git for git-version-gen. 2025-01-29 19:54:27 +01:00
.gitignore Modernize code coverage generation and outputs. 2025-04-04 11:50:54 +02:00
.gitlab-ci.yml ci: Drop AlmaLinux8-c89 job due to gettext.h. 2025-07-28 15:52:58 +02:00
.prev-version maint: post-release administrivia 2025-02-06 13:51:29 +01:00
.tarball-version-git Add .tarball-version-git for git-version-gen. 2025-01-29 19:54:27 +01:00
AUTHORS maint: Run 'make update-copyright'. 2025-01-29 10:38:25 +01:00
bootstrap maint: Run ./bootstrap --sync. 2025-01-29 10:36:50 +01:00
bootstrap-funclib.sh maint: Run ./bootstrap --sync. 2025-01-29 10:36:50 +01:00
bootstrap.conf Improve test coverage and Fix asn1Decoding Issues 2025-08-24 20:55:30 +00:00
cfg.mk maint: Use modern gnulib codespell rules. 2025-07-28 15:42:33 +02:00
configure.ac Modernize code coverage generation and outputs. 2025-04-04 11:50:54 +02:00
CONTRIBUTING.md CONTRIBUTING.md: added and refer to GnuTLS contribution guide 2018-06-16 15:07:21 +02:00
COPYING maint: Update license files. Move COPYING info to README. 2024-11-25 17:36:23 +01:00
COPYING.LESSERv2 maint: Update license files. Move COPYING info to README. 2024-11-25 17:36:23 +01:00
Makefile.am Modernize code coverage generation and outputs. 2025-04-04 11:50:54 +02:00
NEWS doc: Improve NEWS entries. 2025-08-24 23:09:38 +02:00
README Modernize versioning and release infrastructure. 2021-05-13 19:04:47 +02:00
README.md maint: Update license files. Move COPYING info to README. 2024-11-25 17:36:23 +01:00
THANKS maint: Run 'make update-copyright'. 2025-01-29 10:38:25 +01:00

Libtasn1 README -- Introduction information

This is GNU Libtasn1, a small ASN.1 library.

License

The GNU Libtasn1 C library (lib/) is released under the GNU Lesser General Public License (LGPL) version 2.1 or later; see COPYING.LESSERv2.

The command line tool (src/), self tests (tests/), examples (examples/), and other auxiliary files, are licensed under the GNU General Public License version 3.0 or later; see COPYING.

The manual (doc/) is released under the GNU Free Documentation License. (FDL) version 1.3 or later, see doc/fdl-1.3.texi.

Other files are licensed as indicated in each file. There may be exceptions to these general rules, see each file for precise information.

For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval.

Building the library

We require several tools to build the software, including:

The required software is typically distributed with your operating system, and the instructions for installing them differ. Here are some hints:

Debian/Ubuntu:

sudo apt-get install make git autoconf automake libtool bison
sudo apt-get install texinfo help2man gtk-doc-tools valgrind abigail-tools

PDF manual - Debian <= stretch:

sudo apt-get install texlive-generic-recommended texlive texlive-extra-utils

PDF manual - Debian >= buster:

sudo apt-get install texlive-plain-generic texlive texlive-extra-utils

The next step is to run autoreconf, ./configure, etc:

$ ./bootstrap

Then build the project normally:

$ ./configure
$ make check

Happy hacking!

Manual

The manual is in the doc/ directory of the release.

You can also browse the manual online at:

Code coverage report

The coverage report is at:

Issue trackers

Homepage

The project homepage at the gnu site is at:

https://www.gnu.org/software/libtasn1/