Skip to content
/ canl-c Public
forked from CESNET/canl-c

Common Authentication library - bindings for C.

License

Notifications You must be signed in to change notification settings

ellert/canl-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Authentication Library (caNl) was designed to provide common security layer support in grid applications. It is largely based on existing code (VOMS, LB). Its simple API can be devided by functionality into two parts:

* caNl Main API is used to establish (secure) client-server connection with one or both sides authenticated, send or receive data. It is not directly dependent on any specific cryptography toolkit (SSL implementation). It is also internally plugin-based and therefore support for other security mechanisms can be added in future.
* caNl Certificate API enables certificate and proxy management, e.g., proxy creation, signing, etc. One may think of the Certificate API as the second level of the Main API

Project home: https://github.com/CESNET/canl-c

About

Common Authentication library - bindings for C.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.3%
  • Yacc 1.8%
  • Makefile 1.5%
  • Other 1.4%