aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Collapse)AuthorAgeFilesLines
* Fix two possible leaksFdaSilvaYY2016-02-271-0/+1
| | | | | | | Backport of 98637bd Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-186-6/+6
| | | | | | | Since we don't use the eay style any more, there's no point tryint to tell emacs to use it. Reviewed-by: Ben Laurie <ben@openssl.org>
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
| | | | | | | | | | | | | | | | | | | | | We had updates of certain header files in both Makefile.org and the Makefile in the directory the header file lived in. This is error prone and also sometimes generates slightly different results (usually just a comment that differs) depending on which way the update was done. This removes the file update targets from the top level Makefile, adds an update: target in all Makefiles and has it depend on the depend: or local_depend: targets, whichever is appropriate, so we don't get a double run through the whole file tree. Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 0f539dc1a2f45580435c39dada44dd276e79cb88) Conflicts: Makefile.org apps/Makefile test/Makefile
* Code style: space after 'if'Viktor Dukhovni2015-04-162-2/+2
| | | | Reviewed-by: Matt Caswell <gitlab@openssl.org>
* Remove dead code from cryptoMatt Caswell2015-03-171-4/+3
| | | | | | | Some miscellaneous removal of dead code from lib crypto. Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit b7573c597c1932ef709b2455ffab47348b5c54e5)
* Unchecked malloc fixesMatt Caswell2015-03-051-1/+2
| | | | | | | | | | | Miscellaneous unchecked malloc fixes. Also fixed some mem leaks on error paths as I spotted them along the way. Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 918bb8652969fd53f0c390c1cd909265ed502c7e) Conflicts: crypto/bio/bss_dgram.c
* dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte2015-01-301-1/+15
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit be7b1097e28ff6d49f0d4b7ab8b036d6da87ebc6)
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-17/+17
| | | | | | | | | This should be a one off operation (subsequent invokation of the script should not move them) This commit is for the 1.0.2 changes Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2210-2733/+2641
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
| | | | | | | | | | | | | | | | | indent will not alter them when reformatting comments (cherry picked from commit 1d97c8435171a7af575f73c526d79e1ef0ee5960) Conflicts: crypto/bn/bn_lcl.h crypto/bn/bn_prime.c crypto/engine/eng_all.c crypto/rc4/rc4_utl.c crypto/sha/sha.h ssl/kssl.c ssl/t1_lib.c Reviewed-by: Tim Hudson <tjh@openssl.org>
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
| | | | | | | We need this for the freebsd kernel with glibc as used in the Debian kfreebsd ports. There shouldn't be a problem defining this on systems not using glibc. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Fix a wrong parameter count ERR_add_error_dataJanpopan2014-05-191-1/+1
|
* dso: eliminate VMS code on non-VMS systemsGeoff Thorpe2014-05-061-8/+8
| | | | | | | | | Even though the meat of dso_vms.c is compiled out on non-VMS builds, the (pre-)compiler still traverses some of the macro handling. This trips up at least one non-VMS build configuration, so this commit makes the skip-VMS case more robust. Signed-off-by: Geoff Thorpe <geoff@openssl.org>
* dso/dso_win32.c: fix compiler warning.Andy Polyakov2014-02-011-3/+6
| | | | (cherry picked from commit 0a2d5003df1a9ecf801ac3b4a5cb7dda85449315)
* PR: 2589Dr. Stephen Henson2011-09-011-1/+1
| | | | | | | Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Initialise p pointer.
* Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson2011-08-141-1/+1
| | | | | | | using OBJ xref utilities instead of string comparison with OID name. This removes the arbitrary restriction on using SHA1 only with some ECC ciphersuites.
* add android support to DSO (from HEAD)Dr. Stephen Henson2011-06-091-1/+2
|
* make some non-VMS builds work againDr. Stephen Henson2011-03-251-1/+1
|
* make update (1.0.1-stable)Richard Levitte2011-03-231-1/+1
| | | | | | This meant a slight renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable. However, since there's been no release on this branch yet, it should be harmless.
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-191-78/+99
|
* dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].Andy Polyakov2011-02-121-0/+1
|
* dso_dlfcn.c: fix compile failure on Tru64 [from HEAD].Andy Polyakov2010-03-291-0/+3
|
* Prevent aliasing warningDr. Stephen Henson2009-10-041-4/+7
|
* Update from HEAD.Dr. Stephen Henson2009-07-161-3/+3
|
* Handle OSX ".dynlib" DSO extension.Dr. Stephen Henson2009-07-151-4/+13
|
* PR: 1980Dr. Stephen Henson2009-07-151-0/+3
| | | | | | | Submitted by: Victor Wagner <vitus@wagner.pp.ru> Approved by: steve@openssl.org Fix memory leaks.
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-9/+9
|
* Remove dead code. (Coverity ID 2)Ben Laurie2008-12-271-7/+0
|
* Stack changes made dso_vms.c not compile properly.Richard Levitte2008-12-161-6/+6
|
* Make DSO WIN32 compile again.Dr. Stephen Henson2008-06-041-8/+8
|
* More type-checking.Ben Laurie2008-06-043-11/+11
|
* Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov2008-01-041-6/+7
| | | | | | known to exist. It does not exist on AIX 4.3.3, AIX 5.1, SCO 5, or Cygwin" and disabled it on banch of systems it's known to exists, such as FreeBSD, Solaris, 64-bit HP-UX, MacOS X. Get it straight.
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
|
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
|
* Fix mingw warnings.Andy Polyakov2006-10-231-1/+1
|
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-122-7/+12
| | | | duplicate numbers. Renumbering.
* Update dependencies.Dr. Stephen Henson2006-04-131-0/+8
|
* Add file dso_beos.c missing from original commit.Dr. Stephen Henson2006-04-121-0/+270
| | | | PR: 1312
* Add BeOS support.Ulf Möller2006-04-114-2/+17
| | | | | | PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* Use Dl_info only on systems where it is known to exist. It does notUlf Möller2006-04-111-1/+5
| | | | exist on AIX 4.3.3, AIX 5.1, SCO 5, or Cygwin.
* uncomment; that one slipped throughUlf Möller2006-04-111-1/+1
|
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+2
| | | | | | PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1
|
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2
|
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
|
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-083-11/+16
|
* Typo in win32_globallookup.Andy Polyakov2006-01-021-1/+1
|