• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H10-Jun-2021-25,40221,116

doc/H03-May-2022-2,9302,353

gl/H10-Jun-2021-1,376977

m4/H10-Jun-2021-9,7208,748

src/H10-Jun-2021-37,15327,614

tests/H10-Jun-2021-5,0704,073

AUTHORSH A D06-Apr-20213.8 KiB9581

COPYINGH A D15-Mar-2013198 86

COPYING.GPLv2H A D15-Mar-201317.7 KiB340281

COPYING.GPLv3H A D15-Mar-201334.2 KiB676553

COPYING.LGPLv3H A D15-Mar-20137.5 KiB166128

ChangeLogH A D10-Jun-202139.4 KiB1,124863

ChangeLog-2011H A D15-Mar-201310.8 KiB467260

INSTALLH A D15-Mar-20139.3 KiB238179

Makefile.amH A D06-Apr-20215.2 KiB166114

Makefile.inH A D10-Jun-202132.3 KiB1,016879

NEWSH A D10-Jun-202118.4 KiB594376

READMEH A D10-Apr-20151.5 KiB3927

THANKSH A D15-Mar-2013847 2315

TODOH A D15-Mar-20132.1 KiB6448

aclocal.m4H A D10-Jun-202142.9 KiB1,1811,073

autogen.rcH A D13-Dec-2018368 2619

autogen.shH A D23-Oct-201813.8 KiB533410

config.h.inH A D10-Jun-20215.4 KiB210149

configureH A D10-Jun-2021519.5 KiB18,03815,167

configure.acH A D10-Jun-202115.4 KiB494425

mkinstalldirsH A D15-Mar-20133.4 KiB162112

README

1                               LIBKSBA
2                              ---------
3
4         Copyright 2001, 2006, 2007, 2008, 2009, 2010, 2011,
5                   2012, 2013, 2014, 2015  g10 Code GmbH
6
7This file is free software; as a special exception the author gives
8unlimited permission to copy and/or distribute it, with or without
9modifications, as long as this notice is preserved.
10
11This file is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
13implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14PURPOSE.
15
16Libksba itself is distributed under the terms of the GNU General
17Public License, see the file AUTHORS for details.
18
19
20                            KSBA Overview
21                            -------------
22
23KSBA (pronounced Kasbah) is a library to make X.509 certificates as
24well as the CMS easily accessible by other applications.  Both
25specifications are building blocks of S/MIME and TLS.
26
27KSBA is made available as a standard shared library and reserves
28identifiers starting with "ksba" and "_ksba" (also uppercase and mixed
29case).  It does not rely on another cryptographic library.
30
31
32                            Documentation
33                            -------------
34
35A standard info format reference manual is included.  However the OCSP
36feature has not yet been documented.  See the comments in src/ocsp.c
37and the example tests/t-ocsp.c.  The GnuPG's dirmngr module makes
38extensive use of the OCSP feature and may be used as another example.
39