summaryrefslogtreecommitdiff
path: root/src/usr.sbin/openssl/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-31/+0
| | | | | | | | a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@
* Link dependencies on libssl and libcrypto were missing.guenther2014-07-271-2/+3
| | | | | | OPENSSL_NO_RC5 is #defined in the #includes, so it's not needed here. ok deraadt@
* Warnings. I haz them.miod2014-07-021-2/+11
|
* define -DLIBRESSL_INTERNAL in here so we don't use nastiesbeck2014-05-291-2/+2
| | | | ok deraadt@
* Remove defined varibles that no longer do anything.jsing2014-04-251-3/+2
| | | | ok miod@
* no app_rand.ctedu2014-04-181-2/+2
|
* since e_os.h is dead, and e_os2.h is installed, we can fetch from there.deraadt2014-04-181-8/+2
| | | | This means we don't need the reach-around anymore.
* Make MONOLITH the default and only optionmatthew2014-04-171-2/+2
| | | | ok deraadt
* -Walltedu2014-04-171-1/+2
|
* Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod2014-04-151-5/+1
| | | | | more comfortable. Reminded by brad@
* Switch vax to gcc 3.3.6.miod2013-08-061-1/+5
|
* we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1)naddy2013-07-221-3/+2
| | | | ok djm@
* Disable SSLv2 in OpenSSL. No objections from djm.sthen2012-07-111-1/+2
| | | | Brad, jasper and naddy helped with test builds, fixing ports, etc.
* update to openssl-1.0.0adjm2010-10-011-20/+8
|
* update for openssl-0.9.8hdjm2008-09-061-2/+3
|
* adjust for 0.9.7gdjm2005-04-291-2/+2
|
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-271-3/+3
| | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
* label x86_64 as LEderaadt2004-01-281-3/+4
|
* remove -g for i386markus2003-11-121-7/+3
|
* no need to reset the BIN* stuff in here; markus@ okmickey2003-06-241-6/+2
|
* don't -I/usr/include/ssl, it's from old openssl distribution.itojun2003-05-131-1/+1
| | | | markus ok
* jmc wrote a combination man page that covers all openssl(1) functionality,deraadt2003-03-051-1/+1
| | | | | | based on the pod files from openssl. This may need by-hand updating once in a while, but at least now people can read a real man page instead of the mess that the openssl team provides us with.
* remove MDC2; patentsmarkus2002-09-261-0/+1
|
* Correct CFLAGS for vax; deraadt says ok.hugh2002-07-181-5/+2
| | | | NB future porters, default is still big endian.
* Changes for OpenSSL 0.9.7beck2002-05-151-4/+4
|
* Add missing libraries to bsd.prog.mk (mostly kerberosV)espie2002-05-111-0/+1
| | | | | | | | | | Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
* openssl-engine 0.9.6 mergebeck2000-12-151-1/+1
| | | | | | Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up.
* omit RC5deraadt2000-04-251-2/+1
|
* OpenSSL 0.9.5a merge - fixes DSA cert generation problembeck2000-04-151-1/+1
|
* cleanupbeck2000-03-191-6/+0
|
* new minty 0.9.5 opensslbeck2000-03-191-3/+10
|
* openssl 0.9.4 "openssl" commandbeck1999-09-291-0/+46