summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close BOOKMARKS_20030310_BRANCHBOOKMARKS_20030310_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* artificial changeset: close fixup head d89678175204 for tag ↵cvs2hg2013-02-210-0/+0
|\ | | | | | | NSS_CLIENT_TAG_20030319
| * fixup commit for tag 'NSS_CLIENT_TAG_20030319'NSS_CLIENT_TAG_20030319cvs2hg2003-02-2545-12664/+0
| |\ |/ /
| * fixup commit for tag 'NSS_3_7_2_BETA2'NSS_3_7_2_BETA2cvs2hg2003-02-2545-12664/+0
|/
* fixup commit for branch 'BOOKMARKS_20030310_BRANCH'BOOKMARKS_20030320_BASEBOOKMARKS_20030310_BASEcvs2hg2003-02-257-79/+196
|
* fixup commit for branch 'MOZILLA_1_3_BRANCH'MOZILLA_1_3_20030221_BASEcvs2hg2003-02-1899-3126/+2175
|
* Add token removal blocking function.relyea%netscape.com2002-12-113-1/+94
|
* Bug 184557: Allow usage specified on command line (-u) to be used to validatethayes%netscape.com2002-12-111495-0/+621526
|\ | | | | | | | | | | certificates used for signing (-S option). Also add special handling for nickname "NONE" in the -Y option. This specifies that no certificate and encryption key preference should be included in the signature object.
* \ fixup commit for tag 'JSS_3_3_RTM'JSS_3_3_RTMcvs2hg2002-12-100-0/+0
|\ \ | |/
* | fixup commit for tag 'JSS_3_3_RC1'JSS_3_3_RC1cvs2hg2002-12-101495-621523/+0
|/
* Bug 180294: moved the OpenVMS build from the POSIX subsystem to nativewtc%netscape.com2002-12-104-23/+27
| | | | | VMS (GNV). The patch is contributed by Colin Blakes <colin@theblakes.com>. Modified files: OpenVMS.mk config.mk rules.mk nsinstall/nsinstall.c
* Sigh, this is what was breaking the Linux builds... incorrect initializer.relyea%netscape.com2002-12-101-1/+1
|
* Make SubjectAltEncode a public function. Fixes build breakage in Linuxrelyea%netscape.com2002-12-102-3/+5
|
* Add test cases for multiple email addresses in a single certificate.relyea%netscape.com2002-12-103-6/+38
|
* Add code to create multiple email addresses in a single cert.relyea%netscape.com2002-12-101-5/+92
|
* Export the AltSubjectEncode function so our test programs can build certsrelyea%netscape.com2002-12-101-0/+1
| | | | with multiple email addresses.
* Create profiles for all the email addresses in a certificate.relyea%netscape.com2002-12-101-40/+53
|
* Fix padding value.relyea%netscape.com2002-12-061-2/+3
|
* Expunge dead code.nelsonb%netscape.com2002-12-051-26/+0
|
* Don't compile the .c files in lib/pki1 on the trunk. These files are usednelsonb%netscape.com2002-12-052-3/+4
| | | | only in Stan.
* Bug 39494: added a check to prevent buffer overflow. r=mcgreer,nelsonb.wtc%netscape.com2002-12-041-1/+6
|\
| * fixup commit for tag 'PHOENIX_0_5_RELEASE'PHOENIX_0_5_RELEASEcvs2hg2002-12-0453-2439/+51
| |\
| | * fixup commit for tag 'MOZILLA_1_3a_RELEASE'MOZILLA_1_3a_RELEASEcvs2hg2002-12-0453-2439/+51
| |/
* | Fixed the build breakage of const unsigned char[] and unsigned char *wtc%netscape.com2002-12-041-17/+17
| | | | | | | | | | mismatch on the Mac (compiler warnings on other platforms) by adding (unsigned char *) typecasts. r=relyea. (Bug 183350)
* | Bug 181913: disable the makefile rule for .s for OS/2 so that .asm fileswtc%netscape.com2002-12-0270-1085/+3401
|\ \ | | | | | | | | | | | | are used when there are same-named .s files in the same directory. The patch is contributed by Javier Pedemonte <pedemont@us.ibm.com>.
| * | Bug 181878: fixed two more bugs in the new code to support multiple emailwtc%netscape.com2002-11-271-3/+2
| | | | | | | | | | | | addresses per certificate. r=nelsonb.
| * | Bug 182086: on Mac OS X, ranlib needs to be rerun after static librarieswtc%netscape.com2002-11-261-0/+4
| | | | | | | | | | | | are moved.
| * | More review changes,relyea%netscape.com2002-11-263-18/+33
| | | | | | | | | | | | Fix incorrect return in pcertdb.c
| * | Incorporate some of Nelson's review changes.relyea%netscape.com2002-11-261-1040/+380
| | | | | | | | | | | | Collapse all the profile data into an array for easier processing when printing out.
| * | Move mac build changes from 3.6 branch back to the trunkrelyea%netscape.com2002-11-261-1/+2
| | |
| * | Bug 180228: moved CERT_CRLCacheRefreshIssuer from the NSS_3.6.1 section towtc%netscape.com2002-11-261-6/+1
| |\ \ | | |/ | |/| | | | the NSS_3.7 section.
| | * fixup commit for tag 'NSS_3_7_BASE'NSS_3_7_BASEcvs2hg2002-11-2681-14399/+18
| |/
* | fixup commit for tag 'ROGC_20021218_FREEZE'ROGC_20021218_FREEZEcvs2hg2002-11-2772-3000/+40
|/
* Incorporate Terry's and Nelson's reviews.relyea%netscape.com2002-11-262-80/+86
|
* Back out my last change.nelsonb%netscape.com2002-11-261-51/+53
|
* Eliminate bug due to uninitialized variable index. Eliminate leak.nelsonb%netscape.com2002-11-261-53/+51
| | | | Remove lots of warnings about signed/unsigned and assigning int to uchar.
* Bug 181878 allow multiple email addresses to point to a single subject record.relyea%netscape.com2002-11-263-78/+171
|
* Put the nss 3.7 section after the nss 3.6.1 section.nelsonb%netscape.com2002-11-211-6/+6
|
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-217-2/+60
|
* Add tests for sha256, sha384, and sha512.nelsonb%netscape.com2002-11-211-1/+3
|
* Add test modes for sha256, sha384 and sha512.nelsonb%netscape.com2002-11-211-17/+195
| | | | | | | Fix the -c (restart) option for testing hashes. It works with all hashes. When the -d option is given along with the -i or -o filename option, and the filename is not absolute, the filename is taken to be relative to the the mode's test directory.
* Use the 32-bit code on Solaris x86 platforms, too.nelsonb%netscape.com2002-11-211-0/+1
|
* Add test cases from FIPS 180-2.nelsonb%netscape.com2002-11-2115-0/+17
|
* Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch bybzbarsky%mit.edu2002-11-201-4/+2
| | | | Aaron Lehmann <aaronl@vitelus.com>, r=timeless, sr=bzbarsky
* Back out revision 1.2, which was a workaround for a c preprocessor bugnelsonb%netscape.com2002-11-201-57/+0
| | | | | | in a certain version of the c compiler for Dec/Compaq Alpha OSF1. The file now requires one of these compilers on that platform: Compaq C V6.3-132 or Compaq C V6.4-214 (dtk)
* Optimization: change macros to do only 32-bit arithmetic on platformsnelsonb%netscape.com2002-11-202-175/+360
| | | | with only 32-bit registers.
* Fix for bug 180894 - don't assert in ShutdownCRLCache()jpierre%netscape.com2002-11-191-2/+0
|
* Made 'solarispkg' copy pkg/solars to pkg/$(OBJDIR), and go there tokirk.erickson%sun.com2002-11-174-9/+11
| | | | | | | build packages. This addresses the problems Sonja reported which resulted from building in the same tree nfs'd from multiple platforms simultaneously. Also removed -$(MACH) and ROOT-$OBJDIR changes that failed to address this problem.
* Change all functions that create contexts for encryption to treat theirnelsonb%netscape.com2002-11-1611-40/+48
| | | | input buffers as const. Warning reduction.
* Fix again?jpierre%netscape.com2002-11-161-1/+0
|