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

  • 44898a0
  • /
  • 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:84c5d905b269c15307b234d97809f622a4caf048
directory badge Iframe embedding
swh:1:dir:4a02baa88ef2af7da40a2d3980000514efdbc129
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=../../libimplementations.a
$EC_GOAL=../../libimplementations.a
$SM2SIG_GOAL=../../libimplementations.a

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

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

IF[{- !$disabled{sm2} -}]
  SOURCE[$SM2SIG_GOAL]=sm2sig.c
ENDIF

SOURCE[../../libfips.a]=rsa.c
SOURCE[../../libnonfips.a]=rsa.c

DEPEND[rsa.o]=../../common/include/prov/der_rsa.h
DEPEND[dsa.o]=../../common/include/prov/der_dsa.h
DEPEND[ecdsa.o]=../../common/include/prov/der_ec.h
DEPEND[eddsa.o]=../../common/include/prov/der_ecx.h
DEPEND[sm2sig.o]=../../common/include/prov/der_sm2.h

SOURCE[../../libfips.a]=mac_legacy.c
SOURCE[../../libnonfips.a]=mac_legacy.c

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

back to top