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

Raw File
Permalink

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
content badge Iframe embedding
swh:1:cnt:9e7013003d6138b23b682ecd10cb262863757f57
#
# To run the demos when linked with a shared library (default):
#
#    LD_LIBRARY_PATH=../.. ./EVP_PKEY_EC_keygen
#    LD_LIBRARY_PATH=../.. ./EVP_PKEY_RSA_keygen
#    LD_LIBRARY_PATH=../.. ./EVP_PKEY_DSA_keygen
#    LD_LIBRARY_PATH=../.. ./EVP_PKEY_DSA_paramgen
#    LD_LIBRARY_PATH=../.. ./EVP_PKEY_DSA_paramvalidate
#    LD_LIBRARY_PATH=../.. ./EVP_PKEY_DSA_paramfromdata

CFLAGS = -I../../include -g -Wall
LDFLAGS = -L../..
LDLIBS = -lcrypto

all: EVP_PKEY_EC_keygen EVP_PKEY_RSA_keygen EVP_PKEY_DSA_keygen \
	 EVP_PKEY_DSA_paramgen EVP_PKEY_DSA_paramvalidate EVP_PKEY_DSA_paramfromdata \

%.o: %.c dsa.inc
	$(CC) $(CFLAGS) -c $<

EVP_PKEY_EC_keygen: EVP_PKEY_EC_keygen.o

EVP_PKEY_RSA_keygen: EVP_PKEY_RSA_keygen.o

EVP_PKEY_DSA_keygen: EVP_PKEY_DSA_keygen.o

EVP_PKEY_DSA_paramgen: EVP_PKEY_DSA_paramgen.o

EVP_PKEY_DSA_paramvalidate: EVP_PKEY_DSA_paramvalidate.o

EVP_PKEY_DSA_paramfromdata: EVP_PKEY_DSA_paramfromdata.o

test: ;

clean:
	$(RM) *.o EVP_PKEY_EC_keygen EVP_PKEY_RSA_keygen EVP_PKEY_DSA_keygen \
	      EVP_PKEY_DSA_paramgen EVP_PKEY_DSA_paramfromdata EVP_PKEY_DSA_paramvalidate

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

back to top