summaryrefslogtreecommitdiff
path: root/lib/libssl/crypto/Makefile
AgeCommit message (Expand)Author
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-05-10import i386 AES asm code from openssl.org; ok and help with testing djm@Markus Friedl
2005-04-29typo; from grunk AT pestilenz.org via markus@Damien Miller
2005-04-29adjust for new files in 0.9.7gDamien Miller
2005-04-01re-enable DSO_DLFCN on shared lib architectures; ok deraadtMarkus Friedl
2005-03-30backout last commit for now..Markus Friedl
2005-03-30enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas SantosMarkus Friedl
2005-02-07For amd64, build the bn routines in libcrypto with the amd64 specificBob Beck
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-01-29cleanup byte order detection per arch a bit; mickey okTheo de Raadt
2004-01-23enable acss.Hans-Joerg Hoexer
2003-11-19Break up the colon-separated path to -I into two -I args so the treeTodd C. Miller
2003-11-18use bn_asm_vax.S (from netbsd); test + ok by miodMarkus Friedl
2003-06-02swap /usr/include/openssl and /usr/include/ssl, clean up the MakefilesMarkus Friedl
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2003-01-31we do not need that mess of -ITheo de Raadt
2002-09-26remove MDC2; patentsMarkus Friedl
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@Markus Friedl
2002-09-05merge with 0.9.7-beta1Markus Friedl
2002-09-03build OpenSSL without symlink trees:Markus Friedl
2002-09-03evp_test.o should not be included in libcrypto (it defines _main !!)Markus Friedl
2002-08-31ssl headers are already installed for libsslMarkus Friedl
2002-08-31don't install e_os.h (it's private)Markus Friedl
2002-07-11cleanTheo de Raadt
2002-07-11Disable support for the other hardware accelerators. No need to crank theTheo de Raadt
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2002-05-15OpenSSL 0.9.7Bob Beck
2001-06-22openssl-engine-0.9.6a mergeBob Beck
2000-12-16add in forgotten dso stuff.Bob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-10-13vax support; checked by beck.Hugh Graham
2000-04-25omit RC5Theo de Raadt
2000-03-20x509_att.c that was left out.Hakan Olsson
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-10-10Make mips compile. -mojMats O Jansson
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-11-29create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed becau...Todd C. Miller
1998-11-18"foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/sslNiklas Hallqvist
1998-10-12*UNTESTED* Makefile and configure changes that may work with pmax and arc.Bob Beck
1998-10-08Fix static non-bn-asm builds. Need this file.Bob Beck
1998-10-08back out previous change. Theo says:Marco S Hyman
1998-10-08create /usr/include/ssl before trying to copy files into it.Marco S Hyman
1998-10-06Fix makefile problems - Don't use SSLeay style include link farm toBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker