summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_10_BETA1'NSS_3_10_BETA1cvs2hg2005-03-0817-133/+4537
* Add root CA certs for XRamp, Camerafina and NetLock.nelsonb%netscape.com2005-03-082-4/+1856
* Fix for 285233 - need extra symbols to be exported to support CRL generation. Chjulien.pierre.bugs%sun.com2005-03-085-1/+84
* Fix for bug 270689 . minor issues remaining with list cleanup and on-the-fly ...julien.pierre.bugs%sun.com2005-03-081-3/+2
* Correctly print cert request attributes in pp. Bug 284191. r=neil.williamsnelsonb%netscape.com2005-03-082-24/+102
* Bugzilla Bug 284839: checked in Bob Relyea's patch to improve thewtchang%redhat.com2005-03-073-0/+20
* Upgrade to NSPR 4.4.1, in preparation for the DBM 1.6.2. DBM 1.6.2 iswtchang%redhat.com2005-03-071-1/+1
* Bugzilla Bug 263779: update the comment to reflect the new code.wtchang%redhat.com2005-03-072-2/+2
* Export CERT_SequenceOfCertExtensionTemplate on Windows.nelsonb%netscape.com2005-03-053-1/+9
* Bugzilla Bug 221425: enable all.sh to run with Cygwin. Also fixed anwtchang%redhat.com2005-03-052-5/+35
* Added a blank line after the triple license header to match the outputwtchang%redhat.com2005-03-041-0/+1
* Fix for 283765. Fix for UMR in NSSUsage. r=julienjulien.pierre.bugs%sun.com2005-03-045-24/+23
* Fix crash in CRL sorting callbacks from qsort.julien.pierre.bugs%sun.com2005-03-031-4/+4
* Bug 263779 r=nelson@bolyard.comneil.williams%sun.com2005-03-022-0/+5
* 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-02-285-1/+6
* Report invalid key when key import fails. Do not go on and use invalidnelsonb%netscape.com2005-02-271-0/+18
* Fix for bug 283761 - use of memset in selfserv is inefficient. r=nelsonjulien.pierre.bugs%sun.com2005-02-261-2/+3
* 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-02-2628-51/+1029
* Fix for bug 272327 . AMD64 assembly optimization for bignum multiply. r=nelsonjulien.pierre.bugs%sun.com2005-02-257-8/+950
* Move static functions out of certi.h header file and into crl.c source file, ...julien.pierre.bugs%sun.com2005-02-253-66/+67
* Undo accidental deletion of PORT_ZFreejulien.pierre.bugs%sun.com2005-02-241-0/+1
* Fix for bug 270742 - incorporate AMD64 implementation of arcfour . Code donat...julien.pierre.bugs%sun.com2005-02-244-100/+369
* Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unne...julien.pierre.bugs%sun.com2005-02-244-6/+7
* Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unne...julien.pierre.bugs%sun.com2005-02-243-0/+43
* Fix compiler warnings under Linuxjulien.pierre.bugs%sun.com2005-02-242-19/+16
* Add comment for bug 243585julien.pierre.bugs%sun.com2005-02-241-4/+7
* Bugzilla Bug 282527: fixed a bug that prevented certutil from generatingwtchang%redhat.com2005-02-231-1/+0
* Bugzilla Bug 282370: Added OID for PKIX_CA_ISSUERS. The patch iswtchang%redhat.com2005-02-232-0/+10
* Bug 236613: fixed the fallout from the change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2005-02-235-13/+8
* Bugzilla Bug 282367: Export CERT_DestroyUserNotice from the nss sharedwtchang%redhat.com2005-02-222-0/+2
* Fix compilation on AIXjulien.pierre.bugs%sun.com2005-02-151-1/+1
* Fix for 243585 - add the ability to use CRL objects from RAM . r=nelson, neil...julien.pierre.bugs%sun.com2005-02-157-481/+1701
* Export HASH_Clone HASH_HashBuf HASH_ResultLenContextnelsonb%netscape.com2005-02-121-0/+3
* Fix for 281761 - VFY_CreateContext passes wrong key object; and other cleanup...julien.pierre.bugs%sun.com2005-02-101-10/+4
* Bug#:280602 Added list option to pk12uti, test for it.neil.williams%sun.com2005-02-085-10/+334
* Bugzilla Bug 193164: do not use nfspwd.pl, which only works on the oldwtchang%redhat.com2005-02-051-3/+2
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-0269-2110/+2297
* Bugzilla Bug 279542: removed -L/lib. It's not necessary, and producedwtchang%redhat.com2005-02-011-1/+1
* Wrap long lines.wtchang%redhat.com2005-01-271-2/+5
* Bugzilla Bug 279621: added a note explaining what HCL is.wtchang%redhat.com2005-01-271-2/+3
* Bugzilla Bug 279621: removed relnotes.txt, which contains HCL 1.7.5 releasewtchang%redhat.com2005-01-271-284/+0
* Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.wtchang%redhat.com2005-01-20141-142/+142
* Bugzilla Bug 278381: fixed double frees and mismatch of format speciferswtchang%redhat.com2005-01-141-5/+5
* Bugzilla Bug 276180: defend against invalid arguments to PK11_HashBufwtchang%redhat.com2005-01-041-0/+11
* Bugzilla bug 273624: fixed the regression (from NSS 3.3.x) thatwtchang%redhat.com2005-01-044-8/+10
* Initialize 4 variables. Plug UMR reports. Bug 263691. r=wtchangnelsonb%netscape.com2004-12-241-1/+4
* Add end of list marker to SECErrorCodes enum in secerr.h.nelsonb%netscape.com2004-12-231-1/+3
* Bugzilla bug 267839: use $< and $@ in makefile rules where appropriate.wchang0222%aol.com2004-12-221-8/+8
* Fix for 273993 . SSL client cache grows with non-restartable sessions . r=sau...julien.pierre.bugs%sun.com2004-12-171-0/+5
* Fix for 266206 - avoid calling getdtablesize twicejulien.pierre.bugs%sun.com2004-12-081-2/+4