summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Collapse)Author
2000-04-01more MLINKSTheo de Raadt
2000-03-30oopsTheo de Raadt
2000-03-30no buffer.3, instead, cp before pod2manTheo de Raadt
2000-03-29name is incorrect: openssl people please noteTheo de Raadt
2000-03-29Add missing d2i_DHparams.cat3 to MANALLTodd C. Miller
2000-03-29Run pod2man with the basename of the pod page so the heading is normal.Todd C. Miller
2000-03-29initial attempt at a complete set of ssl/crypto man pages as part of the ↵Theo de Raadt
base system, oh this is going to hurt
2000-03-21force shell execution; TDeval@PrimeOBJ.COMTheo de Raadt
2000-03-20x509_att.c that was left out.Hakan Olsson
2000-03-19Change how obj_dat.pl is run, it has changed to take args insted of io redirectBob Beck
2000-03-19No, I'm a luser and a moron. this is *not* supposed to be here.Bob Beck
2000-03-19this appears to be needed again.Bob Beck
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
2000-03-19import openssl-0.9.7-beta1Bob Beck
2000-03-02$OpenBSD$Todd T. Fries
2000-02-24fread() of /dev/random reads an entire huge stdio buffer, instead of the 32Theo de Raadt
bytes that we actually need, thus wasting a lot of system entropy. found by alecm@coyote.uk.sun.com, passed on by Pete.Zaytsev@EBay.Sun.COM
1999-11-23do not assume shell scripts are +x; dTheo de Raadt
1999-10-10Make mips compile. -mojMats O Jansson
1999-10-06use /dev/arandom by defaultBob Beck
1999-09-29Ack. Sparc and stuff oops - openssl changed the name of this..Bob Beck
1999-09-29openssl 0.9.4Bob Beck
1999-09-29import openssl-0.9.7-beta1Bob Beck
1999-09-29new files for OpenSSL 0.9.4Bob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1999-09-29import openssl-0.9.7-beta1Bob Beck
1999-09-28crank major for bobTheo de Raadt
1999-09-28do not put a bad crypt() in libcrypt, it is in libcTheo de Raadt
1999-09-26crank to version 2 for release, in case any dependencies have crept inTheo de Raadt
1999-09-23Typo fixes.Alex Feldman
1999-03-17subdir Makefiles should not contain anything elseTheo de Raadt
1999-03-17do not break thingsTheo de Raadt
1999-03-16Add ssl.8 man page - configuration and issues overview.Bob Beck
1999-03-16Add install of reasonable default ssleay.cnf fileBob Beck
1999-03-12Fix various nonsense.Marc Espie
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status
1999-03-03Added support for m88k.Steve Murphree
1999-03-02Provide a method to do prerequisites needed beforeNiklas Hallqvist
installation of includes can happen. Do these before and not run via ${SUDO}.
1999-02-01There must be a better way...Per Fogelstrom
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-19Fix so to not require a make obj - Fix cleandir target to remove the headersBob 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-10add bn_mulw as in the non-patent version.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
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-07Fix busted BEGIN targetBob Beck
1998-10-07do not build ssleay binaryTheo de Raadt
1998-10-06moving this...Theo de Raadt
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.