Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 2ce55cf
  • /
  • providers
  • /
  • implementations
  • /
  • kdfs
  • /
  • build.info
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:f4620adce2dfb3e8879ef2164c9811501ef73f63
directory badge Iframe embedding
swh:1:dir:860f1a3a3e4868d6dd15bb61039ff296e4095b0f
build.info
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.

$TLS1_PRF_GOAL=../../libdefault.a ../../libfips.a
$HKDF_GOAL=../../libdefault.a ../../libfips.a
$KBKDF_GOAL=../../libdefault.a ../../libfips.a
$KRB5KDF_GOAL=../../libdefault.a
$PBKDF1_GOAL=../../liblegacy.a
$PBKDF2_GOAL=../../libdefault.a ../../libfips.a
$PKCS12KDF_GOAL=../../libdefault.a
$SSKDF_GOAL=../../libdefault.a ../../libfips.a
$SCRYPT_GOAL=../../libdefault.a
$SSHKDF_GOAL=../../libdefault.a ../../libfips.a
$X942KDF_GOAL=../../libdefault.a ../../libfips.a

SOURCE[$TLS1_PRF_GOAL]=tls1_prf.c

SOURCE[$HKDF_GOAL]=hkdf.c

SOURCE[$KBKDF_GOAL]=kbkdf.c

SOURCE[$KRB5KDF_GOAL]=krb5kdf.c

SOURCE[$PBKDF1_GOAL]=pbkdf1.c

SOURCE[$PBKDF2_GOAL]=pbkdf2.c
# Extra code to satisfy the FIPS and non-FIPS separation.
# When the PBKDF2 moves to legacy, this can be removed.
SOURCE[$PBKDF2_GOAL]=pbkdf2_fips.c

SOURCE[$PKCS12KDF_GOAL]=pkcs12kdf.c

SOURCE[$SSKDF_GOAL]=sskdf.c

SOURCE[$SCRYPT_GOAL]=scrypt.c
SOURCE[$SSHKDF_GOAL]=sshkdf.c
SOURCE[$X942KDF_GOAL]=x942kdf.c
DEPEND[x942kdf.o]=../../common/include/prov/der_wrap.h

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top