summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-5/+4
| | | | | | | | | as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
* oops, typo, spotted by Matthias Schelerderaadt2014-04-101-2/+2
|
* crank major; struct ssl_ctx_st changes; ok teduderaadt2014-04-101-1/+1
|
* Disable Segglemann's RFC520 hearbeat.deraadt2014-04-101-2/+2
| | | | | | | | | | | | I am completely blown away that the same IETF that cannot efficiently allocate needed protocol, service numbers, or other such things when they are needed, can so quickly and easily rubber stamp the addition of a 64K Covert Channel in a critical protocol. The organization should look at itself very carefully, find out how this this happened, and everyone who allowed this to happen on their watch should be evicted from the decision making process. IETF, I don't trust you. ok tedu markus
* disable buf freelists. we'll see what happens next.tedu2014-04-101-1/+2
| | | | ok deraadt
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-1/+2
| | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@
* Makefile and header changes for OpenSSL-1.0.1cdjm2012-10-132-7/+6
| | | | major cranks
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
| | | | ok guenther@
* Disable SSLv2 in OpenSSL. No objections from djm.sthen2012-07-112-3/+4
| | | | Brad, jasper and naddy helped with test builds, fixing ports, etc.
* OpenSSL 1.0.0f: crank minordjm2012-01-051-1/+1
|
* crank major for openssl-1.0.0edjm2011-11-031-1/+1
|
* update supporting files, crank library majorsdjm2010-10-012-29/+18
|
* pull Ben Lauries blind prefix injection fix for CVE-2009-3555 frommarkus2009-11-101-1/+1
| | | | openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@
* crankus majorisdjm2009-04-061-1/+1
|
* adjust Makefile and crank major for openssl-0.9.8jdjm2009-01-091-1/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+1
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-062-5/+6
| | | | Makefiles, crank shlib_version
* crank shlib_versiondjm2006-06-271-1/+1
|
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* crankdjm2005-04-291-1/+1
|
* enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santosmarkus2005-03-301-2/+2
|
* cleanup mipspefo2004-08-061-5/+1
|
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
| | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
* do not link ssltest.c into libssl, stops main/doit symbols from beingavsm2004-04-271-2/+2
| | | | exported. no bump needed since nothing should use them, markus@ ok
* swap /usr/include/openssl and /usr/include/ssl, clean up the Makefilesmarkus2003-06-021-14/+10
| | | | get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
|
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* remove MDC2; patentsmarkus2002-09-261-1/+2
|
* build OpenSSL without symlink trees:markus2002-09-031-3/+1
| | | | | | | | | | | | | | | * 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@
* don't install private headersmarkus2002-08-311-6/+1
| | | | remove trailing whitespace
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-0/+1
| | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+1
|
* OpenSSL 0.9.7beck2002-05-152-6/+8
|
* merge openssl 0.9.6b-enginebeck2001-08-011-1/+1
| | | | | 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
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+2
|
* crank ssl lib version, just in casederaadt2001-04-231-1/+1
|
* Crank major number. openssl on m68k is now compiled in 32 bit mode insteadderaadt2001-03-101-1/+1
| | | | | of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
* Oops, missed makefile change, and must crank major on these, somebeck2000-12-151-2/+2
| | | | routines which used to be externally used are now macros. ugh.
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+1
|
* vax support; checked by beck.hugh2000-10-131-0/+4
|
* RSA goes in tree for next our next release, as it will be afterbeck2000-06-151-1/+1
| | | | | | 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 :)
* OpenSSL 0.9.5 mergebeck2000-03-191-1/+1
| | | | | | *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
* Make mips compile. -mojmaja1999-10-101-5/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-43/+15
|
* crank to version 2 for release, in case any dependencies have crept inderaadt1999-09-261-1/+1
|
* create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵millert1998-11-291-0/+1
| | | | 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-181-5/+9
| | | | and we won't be bothered by nameclashes with application headers
* *UNTESTED* Makefile and configure changes that may work with pmax and arc.beck1998-10-121-0/+9
| | | | *These need to be tested by someone who has one!!*
* back out previous change. Theo says:marc1998-10-081-1/+0
| | | | | | | | | | 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.