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

  • 9344bff
  • /
  • 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:6987a12250593632a9cdfb2e3d4c5963a0f93813
directory badge Iframe embedding
swh:1:dir:c5bcf65987b55c3660bc376483666551f6931cf2
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]=ecdsa_sig.c
  IF[{- !$disabled{ecx} -}]
    SOURCE[$EC_GOAL]=eddsa_sig.c
  ENDIF
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