summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix an oopsie so these get initialized even when RSA isn't there,beck2000-04-131-2/+11
| | | | | | | thanks niklas@ *WARNING* - this breaks the patch used in the "ssl26" port - you'll need to use the new minty ssl-intl port, coming right after this
* repair some mis-directed linksderaadt2000-04-041-8/+6
|
* correct Xr to where we actually install the man pagesderaadt2000-04-0337-44/+47
|
* do some file renaming here, and more linksderaadt2000-04-011-20/+114
|
* more MLINKSderaadt2000-04-011-2/+133
|
* oopsderaadt2000-03-301-2/+2
|
* no buffer.3, instead, cp before pod2manderaadt2000-03-301-4/+11
|
* name is incorrect: openssl people please notederaadt2000-03-291-1/+1
|
* Add missing d2i_DHparams.cat3 to MANALLmillert2000-03-291-2/+2
|
* Run pod2man with the basename of the pod page so the heading is normal.millert2000-03-291-7/+7
|
* initial attempt at a complete set of ssl/crypto man pages as part of the ↵deraadt2000-03-291-3/+156
| | | | base system, oh this is going to hurt
* force shell execution; TDeval@PrimeOBJ.COMderaadt2000-03-212-2/+2
|
* x509_att.c that was left out.ho2000-03-202-2/+2
|
* Change how obj_dat.pl is run, it has changed to take args insted of io redirectbeck2000-03-191-2/+2
|
* No, I'm a luser and a moron. this is *not* supposed to be here.beck2000-03-191-955/+0
|
* this appears to be needed again.beck2000-03-191-0/+955
|
* OpenSSL 0.9.5 mergebeck2000-03-19773-20658/+60331
| | | | | | *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
* $OpenBSD$todd2000-03-021-1/+1
|
* fread() of /dev/random reads an entire huge stdio buffer, instead of the 32deraadt2000-02-241-5/+9
| | | | | 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
* do not assume shell scripts are +x; dderaadt1999-11-2343-46/+46
|
* Make mips compile. -mojmaja1999-10-105-27/+7
|
* use /dev/arandom by defaultbeck1999-10-061-2/+2
|
* Ack. Sparc and stuff oops - openssl changed the name of this..beck1999-09-291-4/+4
|
* openssl 0.9.4beck1999-09-293-43/+92
|
* new files for OpenSSL 0.9.4beck1999-09-29121-0/+13057
|
* OpenSSL 0.9.4 mergebeck1999-09-291095-64211/+97624
|
* crank major for bobderaadt1999-09-281-1/+1
|
* do not put a bad crypt() in libcrypt, it is in libcderaadt1999-09-281-2/+2
|
* crank to version 2 for release, in case any dependencies have crept inderaadt1999-09-262-2/+2
|
* Typo fixes.alex1999-09-231-5/+5
|
* subdir Makefiles should not contain anything elsederaadt1999-03-172-6/+5
|
* do not break thingsderaadt1999-03-172-249/+2
|
* Add ssl.8 man page - configuration and issues overview.beck1999-03-163-7/+247
|
* Add install of reasonable default ssleay.cnf filebeck1999-03-162-0/+71
|
* Fix various nonsense.espie1999-03-121-7/+8
| | | | | | - add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status
* Added support for m88k.smurph1999-03-031-1/+4
|
* Provide a method to do prerequisites needed beforeniklas1999-03-021-2/+4
| | | | installation of includes can happen. Do these before and not run via ${SUDO}.
* There must be a better way...pefo1999-02-011-2/+6
|
* create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵millert1998-11-294-0/+4
| | | | because the mtree is done after "make includes"
* "foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/sslniklas1998-11-182-10/+18
| | | | and we won't be bothered by nameclashes with application headers
* Fix so to not require a make obj - Fix cleandir target to remove the headersbeck1998-10-191-1/+14
| | | | Configure munges from OBJDIR.
* *UNTESTED* Makefile and configure changes that may work with pmax and arc.beck1998-10-126-0/+44
| | | | *These need to be tested by someone who has one!!*
* add bn_mulw as in the non-patent version.beck1998-10-101-0/+1
|
* Fix static non-bn-asm builds. Need this file.beck1998-10-081-0/+1
|
* back out previous change. Theo says:marc1998-10-084-6/+2
| | | | | | | | | | 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.
* create /usr/include/ssl before trying to copy files into it.marc1998-10-084-2/+6
| | | | | | 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.
* Fix busted BEGIN targetbeck1998-10-071-15/+7
|
* do not build ssleay binaryderaadt1998-10-071-3/+2
|
* moving this...deraadt1998-10-061-38/+0
|
* Fix makefile problems - Don't use SSLeay style include link farm tobeck1998-10-064-12/+72
| | | | build - get includes from where they really live.