Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-17 | subdir Makefiles should not contain anything else | Theo de Raadt | |
1999-03-17 | do not break things | Theo de Raadt | |
1999-03-16 | Add ssl.8 man page - configuration and issues overview. | Bob Beck | |
1999-03-16 | Add install of reasonable default ssleay.cnf file | Bob Beck | |
1999-03-12 | Fix various nonsense. | Marc Espie | |
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status | |||
1999-03-03 | Added support for m88k. | Steve Murphree | |
1999-03-02 | Provide a method to do prerequisites needed before | Niklas Hallqvist | |
installation of includes can happen. Do these before and not run via ${SUDO}. | |||
1999-02-01 | There must be a better way... | Per Fogelstrom | |
1998-11-29 | create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵ | Todd C. Miller | |
because the mtree is done after "make includes" | |||
1998-11-18 | "foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/ssl | Niklas Hallqvist | |
and we won't be bothered by nameclashes with application headers | |||
1998-10-19 | Fix so to not require a make obj - Fix cleandir target to remove the headers | Bob Beck | |
Configure munges from OBJDIR. | |||
1998-10-12 | *UNTESTED* Makefile and configure changes that may work with pmax and arc. | Bob Beck | |
*These need to be tested by someone who has one!!* | |||
1998-10-10 | add bn_mulw as in the non-patent version. | Bob Beck | |
1998-10-08 | Fix static non-bn-asm builds. Need this file. | Bob Beck | |
1998-10-08 | back out previous change. Theo says: | Marco S Hyman | |
marc, this is wrong. mtree builds that directory. we never do mkdir's in makefiles. You also should not have modified ANY of those Makefiles, since they are part of the ssl distribution. please undo this change. And I say: developers, be sure to do a mkdir /usr/include/ssl before a bake build as include files are installed as the 2nd step. | |||
1998-10-08 | create /usr/include/ssl before trying to copy files into it. | Marco S Hyman | |
If you've had a recent build fail check /usr/include/ssl. if it is a file instead of a directory remove it and try again after updating with these changes. | |||
1998-10-07 | Fix busted BEGIN target | Bob Beck | |
1998-10-07 | do not build ssleay binary | Theo de Raadt | |
1998-10-06 | moving this... | Theo de Raadt | |
1998-10-06 | Fix makefile problems - Don't use SSLeay style include link farm to | Bob Beck | |
build - get includes from where they really live. | |||
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |