summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 353896 . Assert at compile time if NSS_ECC_MORE_THAN_SUITE_B is ↵NSS_3_11_1_BRANCHjulien.pierre.bugs%sun.com2006-09-251-0/+4
|\ | | | | | | not set. For NSS_3_11_1_BRANCH only. r=nelson, alexei
| * fixup commit for tag 'NSS_3_11_1_RTM_STUDIO11'NSS_3_11_1_RTM_STUDIO11cvs2hg2006-06-161-5/+17
| |
* | version 3.11.5 release candidate 1 for FIPS.christophe.ravel.bugs%sun.com2006-05-122-18/+6
|\ \ | |/
* | fixup commit for tag 'NSS_3_11_1_RTM_FORTE6'NSS_3_11_1_RTM_FORTE6cvs2hg2006-05-051-3/+15
|/
* Fix for bug 336335 . Plug leak of a temporary bignum in modular ↵NSS_3_11_1_RTMjulien.pierre.bugs%sun.com2006-05-051-8/+9
| | | | exponentiation . r=wtchang
* Fix for bug 336335 - memory leaks in ECC code. r=wtchangjulien.pierre.bugs%sun.com2006-05-043-7/+15
|
* [Bug 334843] Add rpath for HP-UX on pa-riscchristophe.ravel.bugs%sun.com2006-04-271-0/+8
| | | | r+ neil.williams.
* [Bug 334326] DecodeV4DBCertEntry: Variable "(entry)->nickname" tracked as ↵alexei.volkov.bugs%sun.com2006-04-271-18/+17
| | | | NULL was passed to a function that dereferences it. r=rrelyea
* Remove Beta flag for NSS 3.11.1 RTM.christophe.ravel.bugs%sun.com2006-04-271-3/+3
|
* [Bug 334454] Variable "(key)->pkcs11Slot" tracked as NULL was passedalexei.volkov.bugs%sun.com2006-04-261-2/+2
| | | | | to a function that dereferences it. [@ SECKEY_CopyPrivateKey - SSL_ConfigSecureServer]. r=nelson
* [Bug 333389] sftk_NewAttribute should not crash when so is NULL [@ ↵alexei.volkov.bugs%sun.com2006-04-261-0/+1
|\ | | | | | | sftk_NewAttribute]. r=nelson
| * fixup commit for tag 'JSS_4_2_3_RTM'JSS_4_2_3_RTMcvs2hg2006-04-261364-593663/+0
|/
* fixup commit for branch 'NSS_3_11_1_BRANCH'NSS_3_11_1_BASEcvs2hg2006-04-260-0/+0
|
* [Bug 334522] pk12util crash in SEC_PKCS12DecoderValidateBags. r=nelsonalexei.volkov.bugs%sun.com2006-04-261-6/+6
|
* Attachment #219081 for bug #334057: 160 and 192 bit curves fail on AMD64 Red ↵alexei.volkov.bugs%sun.com2006-04-261-1/+1
|\ | | | | | | Hat builds. r=nelson
| * 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
| | | | r=julien.pierre, wtchang
* 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 - ↵alexei.volkov.bugs%sun.com2006-04-251-1/+0
| | | | sftk_DeleteAttributeType]. r=relyea
* [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
| | | | | | compile with this change. Modified files: Linux.mk SunOS5.mk Tag: NSS_3_11_BRANCH
* Bugzilla Bug 320336: SECITEM_AllocItem should return a NULL pointer if thewtchang%redhat.com2006-04-242-8/+13
| | | | | | | allocation of its 'data' buffer fails. r=nelson. This checkin fixed bug 333405 as a byproduct. Modified files: secitem.c secitem.h Tag: NSS_3_11_BRANCH
* 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
| | | | | | -Werror-implicit-function-declaration. r=nelsonb. Modified files: Linux.mk SunOS5.mk Tag: NSS_3_11_BRANCH
* bug 335021, SEC_QuickDERDecodeItem unable to decode ↵kaie%kuix.de2006-04-241-1/+1
| | | | | | | smime_encryptionkeypref_template Hotfix for 3.11 branch until a better fix becomes available. r=rrelyea/nelson
* 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
| | | | Patch by nelson, r=julien. Patch by Julien, r=wtchang
* Backport fixes for bug 332348 and bug 333559 from trunk to NSS_3_11_BRANCH.nelson%bolyard.com2006-04-241-23/+46
| | | | r=julien.pierre,rrelyea
* Backport fix for bug from trunk to NSS_3_11_BRANCH.nelson%bolyard.com2006-04-241-0/+1
| | | | Patch by Alexei Volkov, r=nelson
* Backport fix for bug 325307 from trunk to NSS_3_11_1_BRANCH.nelson%bolyard.com2006-04-241-1/+1
| | | | r=julien.pierre,wtchang
* 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
| | | | Patch by Julien.Pierre, backported from trunk. r=nelson.
* 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
| | | | r=alexei.volkov
* Backport fix for bug 326403 to NSS_3_11_BRANCH.nelson%bolyard.com2006-04-2310-16/+9
| | | | | Change name of softoken manufacturer to Mozilla. r=rrelyea,julien.pierre.
* Sync the NSS_3_11_BRANCH of lib/ssl with the trunk.nelson%bolyard.com2006-04-238-348/+882
| | | | Backport numerous bug fixes and enhancements, for the NSS 3.11.1 release.
* Fix red tree on Windows.julien.pierre.bugs%sun.com2006-04-221-0/+2
|
* [Bug 334183] Double free on error because CERT_FindCertIssuer unexpectedly ↵alexei.volkov.bugs%sun.com2006-04-221-10/+10
| | | | calls CERT_DestroyCertificate. r=alexei
* Fix for bug 331413 . replace signal with sigaction; fix logging. r=wtchangjulien.pierre.bugs%sun.com2006-04-221-7/+13
| | | | | | Bugzilla Bug 331413: assert that the worker threads empty the jobQ before they terminate. Fix a socket leak when the SSL_ImportFD call in handle_connection fails. r=nelson.bolyard.
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-221-2/+5
| | | | [Bug 334449] oom Crash in crmf_template_copy_secalg. r=nelson
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-221-6/+4
| | | | [Bug 334436] nsslowcert_UpdateSubjectEmailAddr doesn't consistently use emailAddrs as a guard of nemailAddrs guarding emailAddrs[0]. r=nelson
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-04-221-7/+9
| | | | [Bug 334328] nsspkcs5_PKCS12PBE: Variable "A" tracked as NULL was dereferenced. r=nelson
* [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
| | | | or SECITEM_CopyItem fail. r=nelson
* [Bug 334236] double free in PK11_ListPrivKeysInSlot if keys allocation ↵alexei.volkov.bugs%sun.com2006-04-221-0/+1
| | | | fails. r=nelson