summaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'JSS_4_2_BRANCH'cvs2hg2008-05-091917-829449/+0
|
* Bug 367664: added RISC OS support. The patch is contributed bywtc%google.com2008-05-095-3/+56
| | | | | | | | | Peter Naulls <peter@chocky.org>. r=wtc. Modified Files: coreconf/config.mk coreconf/rules.mk coreconf/nsinstall/nsinstall.c nss/lib/freebl/unix_rand.c Added Files: coreconf/RISCOS.mk
* Bug 430875: Documented the policy for the order of cipher suites inwtc%google.com2008-05-071-0/+11
| | | | SSL_ImplementedCiphers. r=nelson.
* Bug 430743: Added the GET_32 macro for reading uint32. Use {...} (withwtc%google.com2008-05-071-12/+36
| | | | | three dots) for consistency. Parse the NewSessionTicket handshake message. r=nelson.
* Bug 431772, add network solutions and diginotar root certs to NSSkaie%kuix.de2008-05-032-3/+567
| | | | r=nelson, r=rrelyea
* Backing out changes that turned Tinderbox orange. /Sheriff Nelsonnelson%bolyard.com2008-05-022-2/+2
|
* Fix for bug 348198 . Use bash with all.sh and ssl.sh to prevent forking and ↵julien.pierre.boogz%sun.com2008-05-022-2/+2
| | | | ensure that we always wait for selfserv.
* Bug 430916 : add sustaining asserts. r=nelsonjulien.pierre.boogz%sun.com2008-05-021-0/+3
|
* Bug 391903: nssSlot object for nssckbi leaked when loaded by PSM.nelson%bolyard.com2008-04-272-2/+8
| | | | r=rrelyea
* Bug 414003: don't scan past end of certitiface header and trailer strings.nelson%bolyard.com2008-04-271-8/+11
| | | | r=rrelyea, sr=alexei.volkov
* Bug 420644: Improve SSL tracing of key derivation, r=julien.pierrenelson%bolyard.com2008-04-271-22/+43
|
* Bug 430399: initialize output arguments before calling CERT_PKIXVieryCert.nelson%bolyard.com2008-04-271-4/+4
| | | | r=Alexei.volkov
* Fix for bug 428103. Define CERT_EncodeSubjectKeyID in a public header. r=nelsonjulien.pierre.boogz%sun.com2008-04-262-4/+8
|
* Fix for AIX5.1 build (extraneous comma).julien.pierre.boogz%sun.com2008-04-261-1/+1
|
* Fix build on AIX5.1 . Remove extraneous commajulien.pierre.boogz%sun.com2008-04-261-1/+1
|
* Bug 430743: enhanced ssltap to understand the TLS session ticket extension.wtc%google.com2008-04-251-0/+18
| | | | The NewSessionTicket handshake message is not parsed yet. r=nelson.
* Back out patch to bug 391903.rrelyea%redhat.com2008-04-231-2/+0
| | | | Windows tinderboxen are failing.
* Bug 427706 - Test case. r=rrelyeaslavomir.katuscak%sun.com2008-04-221-11/+23
|
* Bug 428105, CERT_SetOCSPTimeout is not defined in any public header filekaie%kuix.de2008-04-221-0/+6
| | | | r=nelson
* Bug 391903 r=nelson.rrelyea%redhat.com2008-04-211-0/+2
| | | | leak objects from nssSlot_Create
* 403543 - pkix: need a way to enable/disable AIA cert fetching. r=nelsonalexei.volkov.bugs%sun.com2008-04-218-9/+131
|
* 397832 - libpkix leaks memory if a macro calls a function that returns an ↵alexei.volkov.bugs%sun.com2008-04-211-4/+4
| | | | error. attachment 316504. r=nelson.
* Set version to NSS 3.12.1 Beta on NSS trunk.christophe.ravel.bugs%sun.com2008-04-172-6/+6
| | | | Note: NSS 3.12.0 RTM will be delivered from NSS_3_12_0_BRANCH.
* 429388 - vfychain.main leaks memory. r=nelsonalexei.volkov.bugs%sun.com2008-04-161-1/+6
|
* 429230 - memory leak in pkix_CheckCert function. r=nelsonalexei.volkov.bugs%sun.com2008-04-161-32/+3
|
* 397832 - libpkix leaks memory if a macro calls a function that returns an ↵alexei.volkov.bugs%sun.com2008-04-153-9/+31
| | | | error. Object leak test changes for tinderbox (attachment 315629). r=nelson
* 397832 - libpkix leaks memory if a macro calls a function that returns an ↵alexei.volkov.bugs%sun.com2008-04-094-7/+8
| | | | error. r=nelson
* Update release numberTHUNDERBIRD_3_0a1_RELEASETHUNDERBIRD_3_0a1_BUILD1NSS_3_12_RC2NSS_3_12_0_BRANCHPOINTrrelyea%redhat.com2008-04-081-1/+1
|
* backing out revision 1.20 as per bug 427706rrelyea%redhat.com2008-04-081-42/+4
|
* Bug 425469, Add multiple new roots: Geotrust, Thawte, Verisign, Trustwave, ↵NSS_3_12_RC1kaie%kuix.de2008-04-072-3/+1601
| | | | | | Comodo r=rrelyea
* [Bug 400238] softtoken unexpectedly logged outrrelyea%redhat.com2008-04-053-19/+120
| | | | | r nelson Also addes test case
* Prepare NSS 3.12 RC1.christophe.ravel.bugs%sun.com2008-04-043-5/+5
|
* Bug 426245: Enabled ulimit -c. r=alexeislavomir.katuscak%sun.com2008-04-041-1/+5
|
* Fix for bug 303457 . Undo changes to the OID table that were made for ↵julien.pierre.boogz%sun.com2008-04-041-3/+3
| | | | libpkix, since it doesn't rely on the OID table to determine critical extensions. r=nelson
* Bug 425801, vfychain: Add support for OCSP checkingkaie%kuix.de2008-04-031-4/+46
| | | | r=nelson
* Bug 423093rrelyea%redhat.com2008-04-031-4/+42
| | | | | | r=nelson Decrypt With Merged SDR Key test failing
* Fix for bug 426429 . Size optimizations for OS/2 in NSS.julien.pierre.boogz%sun.com2008-04-021-1/+5
|
* 426450 - PKIX_PL_HashTable_Remove leaks hashtable key object. r=nelsonalexei.volkov.bugs%sun.com2008-04-024-17/+17
|
* 425516 - need to destroy data pointed by CERTValOutParam array in case of ↵alexei.volkov.bugs%sun.com2008-03-311-1/+26
| | | | error. r=nelson
* 390530 - libpkix does not support time override. r=nelsonalexei.volkov.bugs%sun.com2008-03-311-2/+7
|
* Fix for bug 424917 . Performance regression with studio 12 . r=nelsonjulien.pierre.boogz%sun.com2008-03-281-0/+1
|
* bug 424410 - Win64 tinderbox failing.rrelyea%redhat.com2008-03-271-1/+1
| | | | | Correct usage of CK_ULONG_PTR for CK_ULONG. r=nelson
* 412468 - modify certutil, vfychain and vfyserv utilities to use ↵alexei.volkov.bugs%sun.com2008-03-273-10/+46
| | | | CERT_PKIXVerifyCert function. r=nelson
* 422859 - libPKIX builds & validates chain to root not in the caller-provided ↵alexei.volkov.bugs%sun.com2008-03-272-6/+11
| | | | anchor list. r=nelson
* Bug 387892, Add Entrust root CA certificate(s) to NSSkaie%kuix.de2008-03-272-136/+440
| | | | r=nelson
* Bug 232894: Added PKITS to all.sh. r=nelsonslavomir.katuscak%sun.com2008-03-272-7/+11
|
* fix tinderbox: can not use macro to modify macro.alexei.volkov.bugs%sun.com2008-03-261-2/+5
|
* 397832 - libpkix leaks memory if a macro calls a function that returns an ↵alexei.volkov.bugs%sun.com2008-03-2617-130/+645
| | | | error. Object leak test. r=nelson
* 397832 - libpkix leaks memory if a macro calls a function that returns an error.alexei.volkov.bugs%sun.com2008-03-255-0/+7
| | | | Patch 311421. New files. r=nelson.
* 397832 - libpkix leaks memory if a macro calls a function that returns an error.alexei.volkov.bugs%sun.com2008-03-252-0/+5
| | | | Patch 311421. Changes to existing files. r=nelson.