Book Image

CUPS Administrative Guide

By : Ankur Shah
Book Image

CUPS Administrative Guide

By: Ankur Shah

Overview of this book

Table of Contents (16 chapters)
CUPS Administrative Guide
Credits
About the Author
Acknowledgement
About the Reviewer
Preface

Encryption Support in CUPS


CUPS uses the OpenSSL, GNU TLS, and CDSA encryption libraries to provide 128-bit SSL 3.0 and TLS 1.0 encryption support for network connections.

Note

OpenSSL is an open-source toolkit, which provides Secure Socket Layer (SSL) and Transport Layer Security (TLS) protocols, and also a general purpose cryptography library. More information can be found at: http://openssl.org.

The Secure Sockets Layer (SSL) protocol and its successor Transport Layer Security (TLS) are cryptographic protocols that provide secure communications on the Internet and the Intranet for various applications such as email, web browsing, printing, and so on.

GNU TLS is a project that provides security over the transport layer. More information can be found at: http://www.gnu.org/software/gnutls/. Common Data Security Architecture (CDSA) is a cryptographic framework and a set of security services, which provides encryption libraries for client-server environments. More information can be found at...