summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Konrad Lipinski [Thu, 1 Aug 2019 12:46:38 +0000 (14:46 +0200)]
Migrate to openssl 1.1
Change-Id: Ide2664f4441b3ea8c5cfdcbf533e66df4b78bf3f
Konrad Lipinski [Mon, 22 Jul 2019 16:20:09 +0000 (18:20 +0200)]
Adjust upstream
c4d0493d545b99194eea1b2b058930d5a9bb91b1 (1.2.28) to Tizen
Change-Id: Id22df649ea95852ef01b6077beb90b31809004d0
Konrad Lipinski [Tue, 11 Jun 2019 14:25:51 +0000 (16:25 +0200)]
Import upstream commit
c4d0493d545b99194eea1b2b058930d5a9bb91b1 (1.2.28)
Change-Id: I10f71567cb140be223923e1cd0b5895e366ac23e
Konrad Lipinski [Tue, 11 Jun 2019 14:25:30 +0000 (16:25 +0200)]
Drop autotools byproducts (they're useless as %reconfigure is used)
Change-Id: I22a8bebeb7ae3335dcd409a596265dd65701f796
Dongsun Lee [Sun, 8 Apr 2018 23:58:53 +0000 (08:58 +0900)]
Fix Coverity defects
- 78087: Unchecked return value
- 73634: Unchecked return value
Change-Id: I232316246682914718979312beb87e842636fae3
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
Dongsun Lee [Wed, 21 Mar 2018 02:50:26 +0000 (11:50 +0900)]
Fix Coverity defects
- 47982: Resource leak
- 45941: Resource leak
Change-Id: Ibf2e560cdaa0d0921b6af34289abd692a85b0be1
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
Igor Kotrasinski [Wed, 16 Aug 2017 06:58:44 +0000 (08:58 +0200)]
Fixup PIE overwriting compilation flags
00243891cad caused compilation flags to be overriden with PIE flags. Use
'+=' rather than '=' to fix it up.
Change-Id: I8ea419566bfd1f0f6e3d3802546cf64f1faf907f
Signed-off-by: Igor Kotrasinski <i.kotrasinsk@partner.samsung.com>
Igor Kotrasinski [Thu, 10 Aug 2017 09:18:39 +0000 (11:18 +0200)]
Add PIE flags to make invocation
Fixes xmlsec1 executable not building as PIE (for ASLR).
Change-Id: Ibedf6507218d7523466dbd1aaef8388378f9631a
Signed-off-by: Igor Kotrasinski <i.kotrasinsk@partner.samsung.com>
u.harbuz [Thu, 25 May 2017 15:42:39 +0000 (17:42 +0200)]
Fix compilation warnings.
Change-Id: Id72252c050659e02c650bf58c19d9301c83c22d6
Dongsun Lee [Wed, 29 Mar 2017 07:23:42 +0000 (16:23 +0900)]
Add %license macro for each sub package
Change-Id: I4e7a82484b42ade2757e1bf4d22f559b0f877d26
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
sangwan.kwon [Mon, 6 Mar 2017 09:28:55 +0000 (18:28 +0900)]
Fix svace defects
Change-Id: I2a3237366c94633f3dc73f826915194d5f79c8b1
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
(cherry picked from commit
6103576a64cb888f9de8f8867d3b7cdf6f88f500)
sangwan.kwon [Tue, 13 Dec 2016 06:07:32 +0000 (15:07 +0900)]
Fix memory leak on custom code
* The result of xmlGetProp() should be free.
* See, http://xmlsoft.org/library.html
Change-Id: Icf2741000f0bbb9e80747db86d395fedd5f44268
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Tue, 13 Dec 2016 05:26:58 +0000 (14:26 +0900)]
Fix memory leak on upstream code
* The result of xmlGetProp() should be free.
* See, http://xmlsoft.org/library.html
Change-Id: I42570b24df40606dd0603a7ef4f0a2994089d9f6
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
Kyungwook Tak [Mon, 28 Nov 2016 11:26:54 +0000 (20:26 +0900)]
Add default section to switch for error handling
Related svace defect exist: null pointer dereferencing(xpathObj)
Change-Id: I9caa9c96466ea3e93e535d893cd4340a2e92021f
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
sangwan.kwon [Thu, 17 Nov 2016 07:40:00 +0000 (16:40 +0900)]
Fix memory leak on xmlSecProxyCtxAdd
Change-Id: I5ad57b688700be114296a0c6a959158eb03c4570
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Mon, 14 Nov 2016 04:19:06 +0000 (13:19 +0900)]
Seperate proxyCtxPtr according to purpose
[ AS-IS ]
* proxyCtxPtr was used on both SKIP and CHECK references.
* It has problem when checkListAll() was called.
[ TO-BE ]
* Seperate proxyCtxPtr to skipReferences and checkReferences.
Change-Id: Ic5f0d1bd027ac0d017fe1828e4b5d22ba0861ecc
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Tue, 27 Sep 2016 12:02:42 +0000 (21:02 +0900)]
Add flag and logic on xmldsig for proxy-validator
* Added flag : XMLSEC_DSIG_FLAGS_SKIP_PROXY
Change-Id: I868067b163c83acfa52e5ad9486f73dd781f0cbc
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Thu, 13 Oct 2016 07:42:08 +0000 (16:42 +0900)]
Add NULL check logic on custum code
Change-Id: I67a3e6e56af41e9cc0a8d27ded98895519f47650
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Fri, 30 Sep 2016 08:07:22 +0000 (17:07 +0900)]
Add xmlSecProxyCtx and refactor custumized code
[Problem]
* PARTIAL-MODE bug : validator doesn't work proper.
* Too many legacy code exist for just passing uri list.
[Solution]
* Add custum xmlSecProxyCtx for supporting PARTIAL-MODE.
* Add XMLSEC_DSIG_FLAGS_IGNORE_REFERENCES for supporting NO-HASH.
* Add XMLSEC_DSIG_FLAGS_CHECK_PROXY for supporting PARTIAL-MODE.
* Remove legacy codes.
Change-Id: I889047d2358476123a0be7fc7138b75371c47533
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Mon, 19 Sep 2016 08:10:40 +0000 (17:10 +0900)]
Fix svace defect
* Check null before variable dereferenced
Change-Id: Ic0716662fb4c7ef7bc67287bbfaacdd32c77f804
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Tue, 2 Aug 2016 09:48:17 +0000 (18:48 +0900)]
Refine legacy code about error handling
* Remove unnecessary code.
* Replace custom code to own package's func for low coupling.
* Client should deal error message by callback function.
Change-Id: I1c8ba6883f7bd1e9d9daa66b6e03de62c67205f8
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Mon, 1 Aug 2016 08:17:54 +0000 (17:17 +0900)]
Fix svace defects
* null check to return value
* overflow check on array
* fix dead code (it seem to typo, (++ptr))
Change-Id: I184b29a184812c745a8ee192632ea101e349b10d
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Fri, 29 Jul 2016 06:41:26 +0000 (15:41 +0900)]
Replace vulnerable function to thread safety
* rand() -> rand_r()
* strcpy() -> strncpy()
* sprintf() -> snprintf()
* strerror() -> strerror_r()
Change-Id: Ib6d91ac0f5c75a54b3be5546ba281c53b1844828
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Fri, 29 Jul 2016 01:23:25 +0000 (10:23 +0900)]
Add gitignore file
Change-Id: Ib9b6f5b1055d5394ee0864b75710f99b7b90aa28
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Fri, 29 Jul 2016 01:18:55 +0000 (10:18 +0900)]
Update license file
* upstream's license file moved to Copyright
Change-Id: I68a7c3f71be4d7bf445a8de7d26ed52826991ce2
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Fri, 29 Jul 2016 01:12:09 +0000 (10:12 +0900)]
Fix unnecessary space and set align on custom code
Change-Id: Id68ea7ca89d2911507ad9a2d1290638b69691479
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Thu, 28 Jul 2016 07:33:22 +0000 (16:33 +0900)]
Upgrade upstream version to 1.2.22
Change-Id: Iaf5288635480d2d137a849a3e3e06fcf77760848
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
sangwan.kwon [Thu, 28 Jul 2016 06:17:14 +0000 (15:17 +0900)]
Merge branch 'upstream' into tizen
Change-Id: Iacc73c9ed5e9cfd188df62c405426bfa89bf4e51
sangwan.kwon [Wed, 27 Jul 2016 06:33:38 +0000 (15:33 +0900)]
Imported Upstream version 1.2.22
Change-Id: I4d17734839f021e46aef7a30483ac17e8c85fb1d
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
Kévin THIERRY [Fri, 26 Sep 2014 12:14:00 +0000 (14:14 +0200)]
Packaging: add missing dependency on pkgconfig
Change-Id: I2fe7a87c20d45b23a967049508d089e0f39e1e98
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Stephane Desneux [Wed, 30 Jul 2014 16:38:55 +0000 (18:38 +0200)]
add -devel-static package for static library
Change-Id: Ibf3deeb9867863856be3d89d378de1d8010a4cae
Bug-Tizen: TC-1424
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
cc1.yim [Tue, 24 Sep 2013 07:05:50 +0000 (16:05 +0900)]
change error string
Change-Id: Ia683bab4a158764fc674110f7f32cbe742684e62
Signed-off-by: cc1.yim <cc1.yim@samsung.com>
cc1.yim [Wed, 7 Aug 2013 08:07:39 +0000 (17:07 +0900)]
fix the hash bug
Change-Id: Id408614a1960fb7ea147da7688a3c4c1ce3fe575
Signed-off-by: cc1.yim <cc1.yim@samsung.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
cc1.yim [Tue, 16 Jul 2013 03:02:03 +0000 (12:02 +0900)]
modify partial hash for RDS
Change-Id: Ibd000b86426709d14298f8a1a33b300785c40c2e
Signed-off-by: cc1.yim <cc1.yim@samsung.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
cc1.yim [Wed, 26 Jun 2013 09:13:42 +0000 (18:13 +0900)]
modify error log
Change-Id: I6a90e62201db9828da63c0b271fa874b2ad05289
Signed-off-by: cc1.yim <cc1.yim@samsung.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Anas Nashif [Mon, 23 Sep 2013 07:49:26 +0000 (03:49 -0400)]
tizen 2.1 patch
Change-Id: I567ca343602cf4230d21cd126b507ebb4d6436d4
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Ryan Ware [Wed, 14 Aug 2013 01:00:23 +0000 (18:00 -0700)]
Update to 1.2.19 from 1.2.14 to address CVE-2011-1425
Change-Id: I61e9781865424fcc1969a3a15832c8c345b9e1b6
Alexandru Cornea [Sat, 29 Jun 2013 02:30:33 +0000 (05:30 +0300)]
resetting manifest requested domain to floor
Anas Nashif [Sat, 11 May 2013 05:54:12 +0000 (01:54 -0400)]
Set license using %license
Anas Nashif [Thu, 22 Nov 2012 18:31:37 +0000 (10:31 -0800)]
move down to 1.2.14
Anas Nashif [Thu, 22 Nov 2012 18:30:02 +0000 (10:30 -0800)]
remove docs
Anas Nashif [Tue, 13 Nov 2012 21:01:30 +0000 (13:01 -0800)]
add packaging
Anas Nashif [Tue, 13 Nov 2012 20:56:05 +0000 (12:56 -0800)]
add packaging
Anas Nashif [Tue, 13 Nov 2012 20:33:54 +0000 (12:33 -0800)]
add packaging
Anas Nashif [Mon, 23 Sep 2013 07:29:49 +0000 (03:29 -0400)]
Imported Upstream version 1.2.19
Anas Nashif [Fri, 20 Sep 2013 08:45:41 +0000 (04:45 -0400)]
Imported Upstream version 1.2.19
Anas Nashif [Thu, 22 Nov 2012 18:31:06 +0000 (10:31 -0800)]
Imported Upstream version 1.2.14
Anas Nashif [Tue, 13 Nov 2012 20:30:55 +0000 (12:30 -0800)]
Imported Upstream version 1.2.18