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

  • e568a10
  • /
  • providers
  • /
  • implementations
  • /
  • signature
  • /
  • 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:fd3be7f3b9ddc2ccd7b0daf0b76da972bc234fcd
directory badge Iframe embedding
swh:1:dir:0e39af41d9eea0ba6db44d9a23fa308c29254c61
build.info
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.

$DSA_GOAL=../../libdefault.a ../../libfips.a
$EC_GOAL=../../libdefault.a ../../libfips.a
$MAC_GOAL=../../libdefault.a ../../libfips.a
$RSA_GOAL=../../libdefault.a ../../libfips.a
$SM2_GOAL=../../libdefault.a

IF[{- !$disabled{dsa} -}]
  SOURCE[$DSA_GOAL]=dsa_sig.c
ENDIF

IF[{- !$disabled{ec} -}]
  SOURCE[$EC_GOAL]=eddsa_sig.c ecdsa_sig.c
ENDIF

IF[{- !$disabled{sm2} -}]
  SOURCE[$SM2_GOAL]=sm2_sig.c
ENDIF

SOURCE[$RSA_GOAL]=rsa_sig.c

DEPEND[rsa_sig.o]=../../common/include/prov/der_rsa.h
DEPEND[dsa_sig.o]=../../common/include/prov/der_dsa.h
DEPEND[ecdsa_sig.o]=../../common/include/prov/der_ec.h
DEPEND[eddsa_sig.o]=../../common/include/prov/der_ecx.h
DEPEND[sm2_sig.o]=../../common/include/prov/der_sm2.h

SOURCE[$MAC_GOAL]=mac_legacy_sig.c

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

back to top