summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close GECKO181_20090812_RELBRANCHGECKO181_20090812_RELBRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'GECKO181_20090812_RELBRANCH'THUNDERBIRD_2_0_0_24_RELEASETHUNDERBIRD_2_0_0_24_BUILD1THUNDERBIRD_2_0_0_23_RELEASETHUNDERBIRD_2_0_0_23_BUILD1SEAMONKEY_1_1_19_RELEASESEAMONKEY_1_1_18_RELEASECAMINO_1_6_9_RELEASECAMINO_1_6_11_RELEASECAMINO_1_6_10_RELEASEcvs2hg2009-07-2848-1290/+4833
|
* Backout the checkin for bug 431958, which Defined _X86_ on Win64.NSS_3_12_3_RTMNSS_3_12_3_RC0nelson%bolyard.com2009-04-022-8/+5
|
* 412468 - modify certutil, vfychain and vfyserv utilities to use ↵alexei.volkov.bugs%sun.com2009-04-011-155/+163
| | | | CERT_PKIXVerifyCert function. add option to validate the same cert multiple times. r=nelson
* 473944 - Trust anchor is not trusted when requireFreshInfo flag is set. ↵alexei.volkov.bugs%sun.com2009-04-012-0/+62
| | | | r=nelson
* Updated list of ignored leaks - added leak from bug #486298.slavomir.katuscak%sun.com2009-04-011-0/+3
|
* Bug 457045: fixed copyright notice. r=rrelyea.wtc%google.com2009-04-011-8/+7
|\
| * fixup commit for tag 'JSS_4_3_RTM'JSS_4_3_RTMcvs2hg2009-04-012000-858376/+0
|/
* Bug 478563: Add _MSC_VER (the cl version) to coreconf. r=julien.pierrenelson%bolyard.com2009-04-011-0/+2
|
* Fix for bug 480280 . Fix broken Windows build. r=nelsonjulien.pierre.boogz%sun.com2009-03-312-5/+8
|
* Bug 480280: Add missing SEC_ASN1_GET macro invocations. r=rrelyeanelson%bolyard.com2009-03-314-5/+10
|
* Bug 480280 - The CKA_EC_POINT PKCS#11 attribute is encoded in the wrong ↵rrelyea%redhat.com2009-03-316-37/+549
| | | | | | | | way: missing encapsulating octet string Add code to 1) accept either type of encoding on input (both NSS and softoken). 2) output the correct encoding unless the environment variable NSS_USE_DECODED_CKA_EC_POINT is set. r= nelson
* Bug 486060: sec_asn1d_parse_leaf uses argument uninitialized by caller ↵nelson%bolyard.com2009-03-311-1/+1
| | | | | | pbe_PK11AlgidToParam r=rrelyea
* 482795 - Avoid time encoding and decoding inside of pkix_pl_date object. ↵alexei.volkov.bugs%sun.com2009-03-312-135/+46
| | | | r=nelson
* 473147 patch caused regression for win64 re-apply patch 286123 from bug 401071glen.beasley%sun.com2009-03-311-0/+4
|
* Bug 473147 - fix for aix, pk11mode verbose output, and pk11util/pk11mode ↵glen.beasley%sun.com2009-03-3010-1861/+199
| | | | both using pk11table.c r=bob
* Bug 485970 - Remove DEBUG_kaie code testing code which doesn't build any morekaie%kuix.de2009-03-302-44/+0
| | | | r=alexei
* Prepare NSS 3.12.3 RC0.christophe.ravel.bugs%sun.com2009-03-301-2/+2
|
* Bug 478563: Add _MSC_VER (the cl version) to coreconf.nelson%bolyard.com2009-03-301-0/+8
| | | | | | Use -PDB:NONE only on versions of cl that support it. Patch is a collaborative effort by Wan-Teh Chang, Kaspar Brand, and me. SR=Wan-Teh Chang
* Bug 457045: In rng_init, removed an unnecessarywtc%google.com2009-03-301-2/+1
| | | | | | | | "globalrng->isValid = PR_FALSE" statement because we haven't reached the only statement that sets globalrng->isValid to PR_TRUE yet. prng_freeRNGContext doesn't need to set globalrng to NULL; its caller does that. prng_freeRNGContext should clear inputhash because that buffer contains a copy of the C & V in the RNG context. r=rrelyea.
* Bug 457045: changed prng_Hash_df back to return SECStatus. r=rrelyea.wtc%google.com2009-03-301-1/+2
|
* Bug 485837: vc90.pdb files are output in source directory instead of OBJDIRnelson%bolyard.com2009-03-301-3/+2
| | | | r=julien.pierre
* Backing out previous change. the were supposed to be sent to a branch, not ↵rrelyea%redhat.com2009-03-292-9/+0
| | | | the tip
* Local changes that I've made to test things, but aren't really ready for ↵rrelyea%redhat.com2009-03-292-0/+9
| | | | main-line commits. (I just don't want to loose them in case we need them in the future).
* Add Camilla cipher suites TLS RFC4132 bug 361025rrelyea%redhat.com2009-03-291-1/+9
| | | | code supplied by okazaki@kick.gr.jp
* Add loops, conditionals and simple math.relyea%netscape.com2009-03-292-2/+42
|
* remove depricated mechanisms so pk11table continues to build.relyea%netscape.com2009-03-291-2/+0
|
* 1) Add time command to time specific functions.relyea%netscape.com2009-03-292-0/+47
| | | | | 2) improve the help system. 3) bug fixes for arrays.
* Add missing license block. Wrap long lines. Bug 243580. r=relyea.nelsonb%netscape.com2009-03-291-55/+131
|
* Fix mechanism command.relyea%netscape.com2009-03-291-1/+1
|
* Fix arrays handling strings, and helprelyea%netscape.com2009-03-292-3/+448
|
* Tool to manage pkcs 11 module tests.relyea%netscape.com2009-03-292-0/+962
|
* Bug 457045: moved the remaining FIPS 186-2 RNG code from drbg.c to dsa.c.wtc%google.com2009-03-292-113/+105
| | | | | | | The comments and code could use more work in the future. r=nelson. Modified Files: mozilla/security/nss/lib/freebl/drbg.c mozilla/security/nss/lib/freebl/dsa.c
* Bug 457045: fixed nits. r=nelson.wtc%google.com2009-03-299-82/+77
| | | | | | | | | | | | - typos in comments - added 'const' - changed parameter name byte_len/byte_Len to bytes_len to match the name of the buffer 'bytes' - formatting Modified Files: freebl/blapi.h freebl/drbg.c freebl/loader.c freebl/loader.h freebl/os2_rand.c freebl/sysrand.c freebl/unix_rand.c freebl/win_rand.c softoken/fipstest.c
* Bug 485729: removed unused file mapfile.Solaris. r=julien.pierre.wtc%google.com2009-03-291-43/+0
|
* Fixed missing text in copyright notice [#485713, r wan-teh]emaldona%redhat.com2009-03-292-0/+12
|
* Fixed text in copyright notice [#485713, r nelson]emaldona%redhat.com2009-03-294-2/+74
|
* Fixed text in copyright notice [#485713, r nelson]emaldona%redhat.com2009-03-291-1/+7
|
* Bug 485370: crash, bus error due to unaligned access in ↵nelson%bolyard.com2009-03-283-6/+7
| | | | | | pkix_pl_OcspResponse_Create r=rrelyea
* Bug 453364: some more PKCS #11 error code mapping improvements. r=rrelyea.wtc%google.com2009-03-282-1/+4
| | | | | Modified Files: softoken/pkcs11c.c pk11wrap/pk11err.c
* Header and version references are to nssutil[bz 482742, r nelson]emaldona%redhat.com2009-03-281-8/+8
|
* add nssutil.h to EXPORTS list [bz 482742, r+ nelson]emaldona%redhat.com2009-03-271-0/+1
|
* nss util version headeremaldona%redhat.com2009-03-271-0/+52
|
* Change version to 3.12.3 RTM (for NSS 3.12.3 RC0).christophe.ravel.bugs%sun.com2009-03-271-2/+2
|
* 380784 increase max MAX_ITERATIONS for primegen patch suggested by nelson ↵glen.beasley%sun.com2009-03-261-1/+1
| | | | r+ bob
* backout of incorrect checkinglen.beasley%sun.com2009-03-261-0/+4
|
* 380784 increase max MAX_ITERATIONS for primegen patch suggested by nelson ↵glen.beasley%sun.com2009-03-261-4/+0
| | | | r+ bob
* Fix for bug 485140. Allow intel-aes.s to build on Solaris x64 with gcc/gas. ↵julien.pierre.boogz%sun.com2009-03-261-1/+1
| | | | r=nelson
* Fix for bug 431958. Define _X86_ on Win64. r=nelsonjulien.pierre.boogz%sun.com2009-03-262-5/+8
|
* Fix for bug 485127 . bltest crashed when attempting rc5_cbc or rc5_ecb . ↵julien.pierre.boogz%sun.com2009-03-261-8/+17
| | | | r=nelson