summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_11_20060424'NSS_3_11_20060424cvs2hg2006-04-2540-8183/+0
* Don't compute excessive key material for SSL3/TLS. Bug 274512.nelson%bolyard.com2006-04-251-77/+62
* Backout the last change, undoing the fix for bug 320336 and bug 333405.nelson%bolyard.com2006-04-251-11/+7
* [Bug 334277] double free in [@ sftk_FreeAttribute - sftk_DeleteAttributeType]...alexei.volkov.bugs%sun.com2006-04-251-1/+0
* [Bug 334276] double free in [@ SECKEY_CopyPublicKey]. r=nelsonalexei.volkov.bugs%sun.com2006-04-251-110/+109
* Bug 323570. Make dbck work with softoken. r=rrelyea. Backported from trunk.nelson%bolyard.com2006-04-253-18/+97
* Backport fix for bug 326751 to branch. patch by wtchang, r=rrelyea.nelson%bolyard.com2006-04-251-1/+1
* Bugzilla bug 335275: backed out this change until we have fixed JSS towtchang%redhat.com2006-04-252-2/+2
* Bugzilla Bug 320336: SECITEM_AllocItem should return a NULL pointer if thewtchang%redhat.com2006-04-242-8/+13
* Remove call to printf from ecp_224.c. r=wtchang. Bug 334448.nelson%bolyard.com2006-04-241-3/+0
* Bugzilla bug 335275: compile with the GCC flagwtchang%redhat.com2006-04-242-2/+2
* bug 335021, SEC_QuickDERDecodeItem unable to decode smime_encryptionkeypref_t...kaie%kuix.de2006-04-241-1/+1
* Remove emulate.c on branch, since it is no longer being used.nelson%bolyard.com2006-04-241-636/+0
* Alphabetize external symbols for NSS 3.11.1.nelson%bolyard.com2006-04-241-2/+2
* Sync tests on NSS_3_11_BRANCH with trunk, primarily for ECC tests.nelson%bolyard.com2006-04-246-15/+216
* Backport fixes for bug 332348 from trunk to NSS_3_11_BRANCH.nelson%bolyard.com2006-04-241-4/+16
* Backport fixes for bug 332348 and bug 333559 from trunk to NSS_3_11_BRANCH.nelson%bolyard.com2006-04-241-23/+46
* Backport fix for bug from trunk to NSS_3_11_BRANCH.nelson%bolyard.com2006-04-241-0/+1
* Backport fix for bug 325307 from trunk to NSS_3_11_1_BRANCH.nelson%bolyard.com2006-04-241-1/+1
* Backport fix for bug 277334 from trunk to NSS_3_11_BRANCH. r=nelson.nelson%bolyard.com2006-04-242-163/+129
* Clean up Makefiles for command-line tools. Bug 319495.nelson%bolyard.com2006-04-246-181/+0
* Sync dbck on the NSS_3_11_BRANCH with the trunk.nelson%bolyard.com2006-04-244-807/+1016
* Display ECC cipher suites and TLS hello extensions. Bugs 334314 & 333600.nelson%bolyard.com2006-04-241-83/+200
* Backport fix for bug 326403 to NSS_3_11_BRANCH.nelson%bolyard.com2006-04-2310-16/+9
* Sync the NSS_3_11_BRANCH of lib/ssl with the trunk.nelson%bolyard.com2006-04-238-348/+882
* Fix red tree on Windows.julien.pierre.bugs%sun.com2006-04-221-0/+2
* [Bug 334183] Double free on error because CERT_FindCertIssuer unexpectedly ca...alexei.volkov.bugs%sun.com2006-04-221-10/+10
* Fix for bug 331413 . replace signal with sigaction; fix logging. r=wtchangjulien.pierre.bugs%sun.com2006-04-221-7/+13
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-221-2/+5
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-221-6/+4
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-221-7/+9
* [Bug 334275] double free in [@ PK11_ListPublicKeysInSlot]. r=nelsonalexei.volkov.bugs%sun.com2006-04-221-0/+1
* [Bug 334273] double free in SECKEY_DecodeDERSubjectPublicKeyInfo. r=nelsonalexei.volkov.bugs%sun.com2006-04-221-1/+0
* [Bug 334240] double free in nsslowkey_ConvertToPublicKey if SECITEM_CopyItem ...alexei.volkov.bugs%sun.com2006-04-221-1/+0
* [Bug 334236] double free in PK11_ListPrivKeysInSlot if keys allocation fails....alexei.volkov.bugs%sun.com2006-04-221-0/+1
* Bugzilla Bug 334553: fixed the comments because mp_digit is actually 64-bitwtchang%redhat.com2006-04-221-3/+9
* [Bug 334234] PK11_NewSlotInfo returns freed objects if lock allocations fail. r=alexei.volkov.bugs%sun.com2006-04-211-2/+2
* Bugzilla Bug 334533: in getPQseed we always set the most significant bit ofwtchang%redhat.com2006-04-211-3/+13
* Bugzilla Bug 298522: changed RSA modulus size to 1024 bits and added knownwtchang%redhat.com2006-04-211-150/+346
* Bugzilla Bug 236245: Use a stack buffer for ec_params.data inwtchang%redhat.com2006-04-211-5/+3
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-201-5/+8
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-201-13/+15
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-191-1/+1
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-191-2/+1
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-191-3/+4
* Patch contributed by nelson@bolyard.com.alexei.volkov.bugs%sun.com2006-04-191-1/+1
* Bugzilla bug 334553: use the ULL suffix with unsigned long long constantswtchang%redhat.com2006-04-192-0/+14
* Fix for bug 331793 . Make shlibsign run from OBJDIR directory. r=nelson . Wra...julien.pierre.bugs%sun.com2006-04-191-2/+6
* Fix for bug 331413. Don't set SO_LINGER in the Win95 build to workaround NSPR...julien.pierre.bugs%sun.com2006-04-181-1/+8
* Bugzilla Bug 333917: the non-x86 code in at least the DES_CBCEn andwtchang%redhat.com2006-04-181-0/+14