summaryrefslogtreecommitdiff
path: root/security/nss
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for tag 'NSSCKBI_1_79_RTM'NSSCKBI_1_79_RTMcvs2hg2010-04-081960-872345/+0
|
* Bug 557937, Remove "RSA Security 1024 V3" root certificate from NSSkaie%kuix.de2010-04-082-398/+210
| | | | r=nelson
* Updating PayPalEE.cert, old certificate has expired.slavomir.katuscak%sun.com2010-04-061-0/+0
|
* 513042 - libpkix: incorrectly controlled boundary condition leads to ↵alexei.volkov.bugs%sun.com2010-04-051-1/+1
| | | | initialization of a wrong revocation method. r=nelson
* Bug 557150: signtool.c frees wrong variable in ProcessOneOpt case GENKEY_OPTnelson%bolyard.com2010-04-051-2/+2
| | | | | Patch contributed by G. Richard Bellamy <rbellamy@fritztechnologies.com> r=nelson
* Bug 550933: SEC_PKCS7SetContent doesn't set content.type, r=timelessnelson%bolyard.com2010-04-041-0/+1
|
* Bug 338071: pk11_CreateNewContextInSlot may dereference a NULL symkey pointernelson%bolyard.com2010-04-041-1/+2
| | | | Patch contributed by Shailendra Jain <shailen.n.jain@gmail.com>, r=nelson
* Bug 469615: Fix HASH_GetHMACOidTagByHashOidTagnelson%bolyard.com2010-04-031-1/+1
| | | | Patch contributed by Shailendra Jain <shailen.n.jain@gmail.com>, r=rrelyea
* Bug 556245: nss_Init leaks initContextPtr if initParams->length is bad ornelson%bolyard.com2010-04-031-3/+3
| | | | | nss_MkConfigString fails Patch contributed by Timeless <timeless@mozdev.org>, r=nelson
* Bug 555700: ssl3_SendServerNameXtn null checks ss after dereferencing itnelson%bolyard.com2010-04-031-1/+3
| | | | Patch contributed by Timeless <timeless@bemail.org>, r=nelson
* Bug 554354: SSL client doesn't validate ECDH params from server, r=rrelyeanelson%bolyard.com2010-04-032-2/+25
|
* Bug 476807: Remove SSL Step Up trust bits for all roots in root storenelson%bolyard.com2010-04-032-16/+16
| | | | r=kaie
* Bug 415565: Use new NSPR atomic macros in NSSnelson%bolyard.com2010-04-0320-57/+57
| | | | Patch contributed by Steve Snyder <swsnyder@snydernet.net>, r=wtc
* Bug #550203: Coverity: uninitialized reference.rrelyea%redhat.com2010-03-311-0/+3
| | | | | | State SECItem needs to be initialized with the input parameters. Fixed by timeless. r=rrelyea
* Bug 550521 Add "ACEDICOM Root" root certificate to NSSkaie%kuix.de2010-03-292-3/+301
| | | | r=nelson
* Bug 554330 Remove Legacy Roots from NSSkaie%kuix.de2010-03-292-2940/+302
| | | | r=nelson
* Bug 554334 Disable Legacy Roots in NSSkaie%kuix.de2010-03-292-56/+56
| | | | | r=nelson whoops. Previous checkin for this bug was empty...
* Bug 530853 Turn off trust bits for IPS Internet publishing Services Root Certskaie%kuix.de2010-03-292-36/+36
| | | | r=nelson
* Bug 347106: Need function to clear out PLArenas in PLArenaPools for securitynelson%bolyard.com2010-03-281-5/+1
| | | | Patch contributed by Nelson Bolyard <nelson@bolyard.me>, r=wtc
* Bug 538939: Fix allocation of error message buffers for PR_GetErrorTextLengthnelson%bolyard.com2010-03-283-18/+18
| | | | Patch contributed by Mike Hommey <mh+mozilla@glandium.org>, r=wtc
* Bug 521679: Fix warnings: "format not a string literal and no format arguments"nelson%bolyard.com2010-03-284-7/+7
| | | | Patch contributed by Daniel Holbert <dholbert@mozilla.com>, r=nelson
* Bug 504136 pkix_pl_CRL_Hashcode makes coverity sadnelson%bolyard.com2010-03-282-5/+7
| | | | Patch contributed by Timeless <timeless@mozdev.org>, r=alexei
* backout patch to wrong branchnelson%bolyard.com2010-03-281-8/+6
|
* Bug 469585 Coverity: potential leaks in all uses of SFTK_HANDLE_STRING_ARGnelson%bolyard.com2010-03-281-6/+8
| | | | Patch contributed by Timeless <timeless@mozdev.org> r=rrelyea
* Bug 550929: pkix_PolicyChecker_MakeMutableCopy calls PKIX_DECREF(object)nelson%bolyard.com2010-03-281-1/+1
| | | | | uninitialized if PKIX_CHECK(PKIX_List_Create(...)...) bails Patch contributed by timeless <timeless@mozdev.org>, r=alexei.volkov
* Bug 469623: Coverity bugs in nss/lib/pkinelson%bolyard.com2010-03-281-1/+8
| | | | Patch contributed by Shailendra Jain <shailen.n.jain@gmail.com>
* Change the version of NSS to 3.12.7 Beta on the trunk.christophe.ravel.bugs%sun.com2010-03-263-9/+9
|
* Change version to 1.7.christophe.ravel.bugs%sun.com2010-03-261-2/+2
|
* Bug 555261 certdata.c: invalid length for nicknames containing multi-byte ↵christophe.ravel.bugs%sun.com2010-03-262-9/+9
| | | | | | characters. r=alexei
* Fix virtual name cache initialisation. Privided by nelson. r=alexeialexei.volkov.bugs%sun.com2010-03-261-5/+2
|
* Bug 505880: nss_ZRealloc could use a local NSSArena *arena variablenelson%bolyard.com2010-03-151-12/+14
| | | | | to make coverity happy Patch contributed by Timeless <timeless@mozdev.org>, r=nelson
* Bug 507371: useless null check of hashBuf in ssl3_ComputeECDHKeyHashnelson%bolyard.com2010-03-151-1/+1
| | | | Patch contributed by Timeless <timeless@mozdev.org>, r=nelson
* Bug 550204: crmf_decode_process_popoprivkey passes unsetnelson%bolyard.com2010-03-151-1/+3
| | | | | privKeyDer.type or unset privKeyDer to SECITEM_CopyItem Patch contributed by Timeless <timeless@mozdev.org>, r=nelson
* Bug 469619: Coverity errors reported in libSMIMEnelson%bolyard.com2010-03-152-5/+9
| | | | Patch contributed by Shailendra Jain <shailen.n.jain@gmail.com>, r=nelson
* Bug 469579 Coverity: uninitialized variable used innelson%bolyard.com2010-03-152-2/+2
| | | | | pkix_ComCRLSelParams_Duplicate and pkix_CRLSelector_Duplicate Patch contributed by Timeless <timeless@mozdev.org>, r=nelson
* Bug 550435 PK11_ChangePW passes newLen/oldLen uninitialized to C_SetPINnelson%bolyard.com2010-03-151-9/+5
| | | | | if slot->protectedAuthPath and newpw/oldpw == NULL Patch contributed by Timeless <timeless@mozdev.org>, r=nelson
* Bug 550041: PFX file with empty friendly name crashes NSS import codenelson%bolyard.com2010-03-151-1/+5
| | | | Patch contributed by Shailendra Jain <shailen.n.jain@gmail.com>, r=nelson
* Bug 469601: Coverity errors reported for pk11wrapnelson%bolyard.com2010-03-152-4/+16
| | | | Patch contributed by Shailendra Jain <shailen.n.jain@gmail.com>, r=nelson
* Bug 469622: Coverity errors reported in ckfwnelson%bolyard.com2010-03-151-2/+2
| | | | Patch contributed by Shailendra Jain <shailen.n.jain@gmail.com>, r=nelson
* backout commit that lacked checkin commentnelson%bolyard.com2010-03-151-2/+2
|
* token.cnelson%bolyard.com2010-03-151-2/+2
|
* Bug 550432 ssl2_GatherData calls PORT_Memcmp with unintialized mac when ↵nelson%bolyard.com2010-03-061-14/+14
| | | | | | gs->offset < macLen Patch contributed by timeless <timeless@bemail.org>, r=nelson
* Prepare NSS 3.12.6 RC2.NSS_3_12_6_RTMNSS_3_12_6_RC2christophe.ravel.bugs%sun.com2010-03-022-4/+4
|
* Backout the previous patch. Restore state of the trunk before tagging the tree.alexei.volkov.bugs%sun.com2010-03-011-0/+2
|
* 537356 - Implement new safe SSL3 & TLS renegotiation. Change renegotiation ↵alexei.volkov.bugs%sun.com2010-02-261-2/+2
| | | | default to be SSL_RENEGOTIATE_REQUIRES_XTN. r=wtc.
* 548654 - libssl: handshake failure alert is set twice upon unsuccessful ↵alexei.volkov.bugs%sun.com2010-02-261-2/+0
| | | | extension parsing. r=wtc
* Bug 534472 - Fixed message text + report failure when mangle fails. r=wtcslavomir.katuscak%sun.com2010-02-241-2/+2
|
* Prepare NSS 3.12.6 RC1.NSS_3_12_6_RC1christophe.ravel.bugs%sun.com2010-02-192-4/+4
|
* Bug 367376: Adding one more stack pattern.slavomir.katuscak%sun.com2010-02-181-0/+1
|
* Bug 537356: Redefine SSL_RENEGOTIATE_CLIENT_ONLY aswtc%google.com2010-02-173-12/+12
| | | | | | | SSL_RENEGOTIATE_TRANSITIONAL, changing its meaning for server sockets, and make it the default. r=rrelyea. Modified Files: ssl.h ssl3con.c sslsock.c