EVP_KDF-X942-CONCAT.pod 898 B

1234567891011121314151617181920212223242526272829303132333435
  1. =pod
  2. =head1 NAME
  3. EVP_KDF-X942-CONCAT - The X942 Concat EVP_KDF implementation
  4. =head1 DESCRIPTION
  5. The EVP_KDF-X942-CONCAT algorithm is identical to EVP_KDF-X963. It is
  6. used for key agreement to derive a key using input such as a shared secret key
  7. and shared info.
  8. =head2 Identity
  9. "X942KDF_CONCAT" is the name for this implementation; it
  10. can be used with the EVP_KDF_fetch() function.
  11. This is an alias for "X963KDF".
  12. See L<EVP_KDF-X963(7)> for a list of supported parameters and examples.
  13. =head1 HISTORY
  14. This functionality was added to OpenSSL 3.0.
  15. =head1 COPYRIGHT
  16. Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
  17. Licensed under the Apache License 2.0 (the "License"). You may not use
  18. this file except in compliance with the License. You can obtain a copy
  19. in the file LICENSE in the source distribution or at
  20. L<https://www.openssl.org/source/license.html>.
  21. =cut