summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl
AgeCommit message (Collapse)Author
2002-09-26remove MDC2; patentsMarkus Friedl
2002-09-03build OpenSSL without symlink trees:Markus Friedl
* manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@
2002-08-31don't install private headersMarkus Friedl
remove trailing whitespace
2002-07-30apply patches from OpenSSL Security Advisory [30 July 2002],Markus Friedl
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2002-05-15OpenSSL 0.9.7Bob Beck
2001-08-01merge openssl 0.9.6b-engineBob Beck
Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
2001-06-22openssl-engine-0.9.6a mergeBob Beck
2001-04-23crank ssl lib version, just in caseTheo de Raadt
2001-03-10Crank major number. openssl on m68k is now compiled in 32 bit mode insteadTheo de Raadt
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
2000-12-15Oops, missed makefile change, and must crank major on these, someBob Beck
routines which used to be externally used are now macros. ugh.
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-10-13vax support; checked by beck.Hugh Graham
2000-06-15RSA goes in tree for next our next release, as it will be afterBob Beck
Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :)
2000-03-19OpenSSL 0.9.5 mergeBob Beck
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
1999-10-10Make mips compile. -mojMats O Jansson
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1999-09-26crank to version 2 for release, in case any dependencies have crept inTheo de Raadt
1998-11-29create ${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/sslNiklas Hallqvist
and we won't be bothered by nameclashes with application headers
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-08back 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-08create /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-06Fix makefile problems - Don't use SSLeay style include link farm toBob Beck
build - get includes from where they really live.
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
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.