libcsi - Crypto Simplified Interface
by from OpenBSD Journal on (#3RHFE)
Joel Sing (jsing@) hascommittedCrypto Simplified Interface (CSI) to -current:
CVSROOT:/cvsModule name:srcChanges by:jsing@cvs.openbsd.org2018/06/02 11:40:33Added files:lib/libcsi : Makefile Symbols.list csi.c csi.h csi_dh.c csi_dh_groups.c csi_internal.h csi_util.c shlib_version Log message:Initial version of Crypto Simplified Interface (CSI).This is a code base that intends on providing a simplified interface formid-level cryptographic operations. In due course various applications andlibraries will be able to benefit from a clean and robust API, rather thanusing libcrypto or other similar APIs directly.Discussed at length with deraadt@, djm@, markus@, beck@ and others.
This parallels the addition oflibtls.