summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close ANGELON_MOZ12_N6_BRANCHANGELON_MOZ12_N6_BRANCHFranziskus Kiefer2017-09-290-0/+0
* artificial changeset: close fixup head 416a9100fcdb for tag ANGELON_MOZ_14_20...cvs2hg2013-02-217-13/+24
|\
* \ fixup commit for tag 'ANGELON_MOZ_14_20030709_TAG'ANGELON_MOZ_14_20030709_TAGcvs2hg2003-04-1845-0/+12658
|\ \ | |/
* | fixup commit for tag 'NSS_3_7_3_RTM'NSS_3_7_3_RTMcvs2hg2003-03-1745-12669/+0
|/
* fixup commit for branch 'ANGELON_MOZ12_N6_BRANCH'pmoz_20030415phtmoz_20030411PHT_20030430N6_MAC_FREEZEPHT_20030424N6_WIN_FREEZEANGELON_MOZ12_N6_BASEcvs2hg2003-03-171-2/+2
* fixup commit for branch 'ANGELON_MOZ12_N5_BRANCH'PHT_20030402N5_MAC_FREEZEPHT_20030321N5_WIN_FREEZEANGELON_MOZ12_N5_BASEcvs2hg2003-03-12103-3207/+2381
* 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
|\
* \ 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
* 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
* 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
* 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
* | Bug 181913: disable the makefile rule for .s for OS/2 so that .asm fileswtc%netscape.com2002-12-0270-1085/+3401
|\ \
| * | Bug 181878: fixed two more bugs in the new code to support multiple emailwtc%netscape.com2002-11-271-3/+2
| * | Bug 182086: on Mac OS X, ranlib needs to be rerun after static librarieswtc%netscape.com2002-11-261-0/+4
| * | More review changes,relyea%netscape.com2002-11-263-18/+33
| * | Incorporate some of Nelson's review changes.relyea%netscape.com2002-11-261-1040/+380
| * | 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
| |\ \ | | |/ | |/|
| | * 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
* 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
* 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
* Back out revision 1.2, which was a workaround for a c preprocessor bugnelsonb%netscape.com2002-11-201-57/+0
* Optimization: change macros to do only 32-bit arithmetic on platformsnelsonb%netscape.com2002-11-202-175/+360
* 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
* Change all functions that create contexts for encryption to treat theirnelsonb%netscape.com2002-11-1611-40/+48
* Fix again?jpierre%netscape.com2002-11-161-1/+0