Commit Graph

639 Commits

Author SHA1 Message Date
Elio Maldonado f67889f49c - Fix the missing CERTDB_TERMINAL_RECORD symbol problem
- Removed unwanted /usr/include/nss3 in front of the normal cflags include path
- Removed ugly and unnecessary patch dealing with CERTDB_TERMINAL_RECORD
2011-12-05 15:51:15 -08:00
Elio Maldonado 2980194bf3 Merge branch 'f16' 2011-12-04 23:29:00 -08:00
Elio Maldonado 321e446e77 - Bug 75036 Enable usage of nss-3.13.3 with nss-softokn-3.12.x 2011-12-04 23:21:22 -08:00
Elio Maldonado cb85c9e1da - Bug 750376 Enable updating nss to 3.13.x while keeping nss-softokn at 3.12.9
- Statically link the pem module against system freebl found in buildroot
- Disable sha224-related powerup selftest until we update softokn
- Disable sha224 and rsapss tests which nss-softokn 3.12.x doesn't support
- nss-softokn 3.12.9 was submitted for FIPS 140 minor revalidation
2011-12-04 23:08:24 -08:00
Elio Maldonado 953f3cef9d - Rebuild with nss-softokn from 3.12 in the buildroot
- Allows the pem module to statically link against 3.12.x freebl
- Required for using nss-3.13.x with nss-softokn-3.12.y for a merge into ia new rhel git repo
- Build to be temporarily placed on buildroot override but never pushed to updates-testing
2011-12-02 14:21:08 -08:00
Elio Maldonado 1c8a4130f1 - Merge from master
- This is an experimental build to fix Bug 750376
- To be added to the buildroot override but should not be pushed to updates-testing
  until the bug has been verified as fixed
2011-11-28 15:37:12 -08:00
Elio Maldonado 5fe8f41a13 - Dropping the %%{?_isa} from Requires: nss-system-init as it causes problems 2011-11-28 06:37:44 -08:00
Elio Maldonado a32a69acd9 - Changed the minimum required softokn version to nss_softokn_fips_version
- This is a temporary change to enable merging into the new rhel git repo
- Using Requires: nss-system-init%%{?_isa} to prevent multilib install problems (rhbz#751694)
2011-11-27 10:54:55 -08:00
Dan Williams dc20ddf3a8 Fix __GNUC_MINOR mistype that caused users of NSS to fail to build 2011-11-10 14:40:47 -06:00
Elio Maldonado 190ec81eec - Remove patch that was obsoleted by the update 2011-11-07 08:38:42 -08:00
Elio Maldonado 0598777c8d Merge branch 'master' into f16
Keeping softokn at 3.12.10 as we are bootstrapping the system
2011-11-07 08:36:10 -08:00
Elio Maldonado cc7766a55d - Fix broken dependencies by updating the nss-util and nss-softokn versions 2011-11-04 12:26:07 -07:00
Elio Maldonado 28928af492 - Fix the name of the patch file 2011-11-03 20:44:32 -07:00
Elio Maldonado 4a87b24862 - Update to NSS_3_13_1_RTM
- Update builtin certs to those from NSSCKBI_1_88_RTM
2011-11-03 17:21:40 -07:00
Elio Maldonado 7b078b5247 - Update to NSS_3_13_RTM 2011-10-15 20:24:39 -07:00
Elio Maldonado e13d622bc5 - Update to NSS_3_13_RTM 2011-10-15 20:21:47 -07:00
Elio Maldonado bc4ac545c9 - Update to NSS_3_13_RC0
- Adjust patches to new sources
- Remove builtin patch which isn't needed due to the update
- update sources
2011-10-08 12:04:26 -07:00
Elio Maldonado 3586aff4e7 - Fix attempt to free initialized pointer (#717338)
- Fix leak on pem_CreateObject when given non-existing file name (#734760)
- Fix pem_Initialize to return CKR_CANT_LOCK on multi-treaded calls (#736410)
2011-09-14 12:28:24 -07:00
Kai Engert a1e61fa589 NSSCKBI_1_87_RTM 2011-09-06 22:51:08 +02:00
Kai Engert c26c5b1326 NSSCKBI_1_87_RTM 2011-09-06 22:48:46 +02:00
Elio Maldonado bc8d177729 - Restore the line for the pem sources 2011-08-09 21:21:45 -07:00
Elio Maldonado 4f63c4864b - Update sources to NSS_3_12_11_RTM
- Run the stripping script
2011-08-09 21:09:30 -07:00
Elio Maldonado d7c5a94ba8 - Update to NSS_3_12_11_RTM 2011-08-09 18:31:35 -07:00
Elio Maldonado a7fb38e80b - Indicate the provenance of stripped source tarball (#688015)
- Add the code stripping script to the sources
2011-07-23 20:16:38 -07:00
Michael Schwendt e2ce6e022c Provide virtual -static package to meet guidelines (#609612). 2011-06-27 20:17:03 +02:00
Elio Maldonado 5c50a33200 - Enable pluggable ecc support (#712556)
- Disable the nssdb write-access-on-read-only-dir tests when user is root (#646045)
2011-06-11 18:05:04 -07:00
Elio Maldonado 6f6f1203b3 - Revert to previous source list, softoken sources aren't needed 2011-06-11 17:50:49 -07:00
Elio Maldonado 778a865dab - Update the sources in the lookaside cache
- Remove all unwanted cvs directories from the source archives
2011-06-08 17:27:25 -07:00
Dennis Gilmore 321ca50d42 fix typo in date 2011-05-20 09:09:41 -05:00
Dennis Gilmore 7232ae1bc7 make the test suite non fatal on arm arches 2011-05-20 09:07:45 -05:00
Elio Maldonado c409805d45 - Fix crmf hard-coded maximum size for wrapped private keys (#703658)
- Use the safer bound off
- ( ( RSA_MAX_MODULUS_BITS / 8 ) *8 ) = RSA_MAX_MODULUS_BITS
- which will accomodate other algorithms
2011-05-17 09:07:55 -07:00
Elio Maldonado 656b5456ab - Update to NSS_3_12_10_RTM 2011-05-06 14:53:40 -07:00
Elio Maldonado 976de5ebbe - Update to NSS_3_12_10_BETA1
- Update nss-539183.patch for new 3.12.10 sources
2011-04-27 18:05:46 -07:00
Elio Maldonado 508cdeae12 - Update to NSS_3_12_10_BETA1
- Update nss-539183.patch for new 3.12.10 sources
- Remove patches we no longer need as the fixes are applied upstream for nss-3.12.10
- Remove unneeded honor-user-trust-preferences.patch
- Remove unneeded allow-content-types-beyond-smime.patch
- Remove unneeded nss-recurse.patch
- Remove unneeded dont-use-cpp-reserved-words.patch
- Remove unneeded swap-internal-key-slot.patch
2011-04-27 17:18:44 -07:00
Elio Maldonado 6e1b6bdc24 - Implement PEM logging using NSPR's own (#695011) 2011-04-12 11:53:46 -07:00
Elio Maldonado a21a33ed09 Update the PayPalEE.cert that had expired
new test certificate valid until April 2013
2011-04-05 18:11:25 -07:00
Elio Maldonado 4a912ae4d0 Fix the tag name in changelog comment 2011-03-23 15:17:21 -07:00
Elio Maldonado 0b0026515f - Update to NSS_3.12.9_WITH_CKPI_1_82_RTM 2011-03-23 15:13:45 -07:00
Elio Maldonado c40f16fc52 Bug 539183 - Short-term fix for ssl test suites hangs on ipv6 type connections
Change selfserv to use a dual-stack IPv6 listening socket, which can accept
connections from both IPv4 and IPv6 clients.  NSPR's IPv6 sockets have the
IPV6_V6ONLY socket option default to false.
2011-02-24 15:05:17 -08:00
Elio Maldonado ab4de6fd80 - Add to pkcs11-devel a requires on nss-softokn-freebl-freebl (#675196)
- This is needed because the latter now owns headers that pkcs11-devel depends on.
2011-02-18 13:09:28 -08:00
Elio Maldonado 87fcbd4706 - Run the test suites in the check section (#677809) 2011-02-15 20:20:54 -08:00
Elio Maldonado 4847c439c7 Synch. up with upstream patch, fixes a missing space. 2011-02-11 08:49:38 -08:00
Elio Maldonado a8a5670437 Don't rename private when it is in a comment 2011-02-11 08:24:23 -08:00
Elio Maldonado 882fcb9fcf Fix fips mode switch handling bug detected while running JSS tests
Fix NSS to swap the internal key slot on fips mode switches
Fix white space usage in cpp reserved words patch per reviewer request
2011-02-11 07:56:25 -08:00
Elio Maldonado 4c53349943 - Fix cms headers to not use c++ reserved words (#676036)
- Reenabling Bug 499444 patches
2011-02-10 11:58:38 -08:00
Elio Maldonado a2f2732911 Temorarily revert patches for 499444 until all c++ reserved words are found and extirpated 2011-02-08 17:26:32 -08:00
Dennis Gilmore 114f631980 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 19:07:37 -06:00
Elio Maldonado cab275f8b6 - Fix cms header to not use c++ reserved word (#676036)
- Reenable patches for bug 499444
2011-02-08 11:48:11 -08:00
Christopher Aillon 40064d5204 Revert patches for 499444
since they use a C++ reserved word and cause compilation of Firefox to fail
2011-02-08 09:39:11 -08:00
Elio Maldonado 1850759856 - Fix the earlier infinite recursion patch (#499444)
- Remove a header that now nss-softokn-freebl-devel ships
2011-02-04 15:20:54 -08:00