Crypto API (Linux)

来源:互联网 发布:读取class属性 php 编辑:程序博客网 时间:2024/06/14 18:46
origin: https://en.wikipedia.org/wiki/Crypto_API_(Linux)

Crypto API is a cryptography framework in the Linux kernel, for various parts of the kernel that deal with cryptography, such as IPsec and dm-crypt. It was introduced in kernel version 2.5.45[1] and has since expanded to include essentially all popular block ciphers and hash functions.

Userspace interfaces[edit]

Many platforms that provide hardware acceleration of AES encryption expose this to programs through an extension of the instruction set architecture (ISA) of the various chipsets (e.g. AES instruction set for x86). With this sort of implementation any program (kernel-mode or user-space) may utilize these features directly.

Some platforms, such as the ARM Kirkwood SheevaPlug and AMD Geode processors, however, are not implemented as ISA extensions, and are only accessible through kernel-mode drivers. In order for user-mode applications that utilize encryption, such as OpenSSL or GnuTLS, to take advantage of such acceleration, they must interface with the kernel.

AF_ALG
A netlink-based interface that adds an AF_ALG address family;[2] it was merged into version 2.6.38 of the Linux kernel mainline.[3][4] There was once a plugin to OpenSSL to support AF_ALG,[5] which has been submitted for merging.[6] In version 1.1.0, OpenSSL landed another patch for AF_ALG contributed by Intel. [7]
cryptodev
The OpenBSD Cryptographic Framework /dev/crypto interface of OpenBSD was ported to Linux,[8][9][10] but never merged.

See also[edit]

  • iconCryptography portal
  • Free software portal
  • iconLinux portal
  • Microsoft CryptoAPI

References[edit]

  1. Jump up^ "Kernel development". LWN.net. 2002. Retrieved 2013-09-29.
  2. Jump up^ Edge, Jake (October 20, 2010). "A netlink-based user-space crypto API". LWN.net. Retrieved 29 December 2011.
  3. Jump up^ Linux_2_6_38 changes
  4. Jump up^ 03c8efc fe869cd 8ff5909
  5. Jump up^ "OpenSSL - AF_ALG". 2011-10-22. Retrieved 29 December 2011. |first1= missing |last1= in Authors list (help)
  6. Jump up^ "#2554: Patch: AF_ALG dynamic engine for linux >= 2.6.38". OpenSSL. 2011-07-03. Retrieved 29 December 2011. |first1= missing |last1= in Authors list (help)
  7. Jump up^ "ALG: Add AFALG engine". OpenSSL. 2016-02-17. Retrieved 31 August 2016. |first1= missing |last1=in Authors list (help)
  8. Jump up^ Ludvig, Michal. "CryptoDev for Linux". Retrieved 29 December 2011.
  9. Jump up^ Mavrogiannopoulos, Nikos. "cryptodev-linux". Retrieved 12 January 2012.
  10. Jump up^ Edge, Jake (August 25, 2010). "An API for user-space access to kernel cryptography". LWN.net. Retrieved 29 December 2011.

0 0
原创粉丝点击