summaryrefslogtreecommitdiff
path: root/lib/README.der
blob: 72a50e34dad0d40e0f039a82d2dbac3e6949fe15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is small parser to decode DER-encoded public-key certificates.
This is very alpha code.

to quick compile: gcc der.c -o derparse

See COPYING file for copying restrictions.

FILES:
	der.c:	main source file
	der.h:  header file
	test.crt: test file on which this code works :-)
	derparse: executable for linux x86 elf
	README:	This file
	COPYING: Legal Information, Copying condition

Copyright Tarun Upadhyay <tarun@ebprovider.com>
URL: http://www.ebprovider.com/people/tarun/projects/GNUTLS