summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close NSS_371_20030108NSS_371_20030108Franziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'NSS_371_20030108'cvs2hg2003-01-090-0/+0
|
* Handle checking password status when operating in a multiple process environmentrelyea%netscape.com2003-01-093-3/+68
| | | | r=ddrinan (bf 614875)
* Set NSS version to 3.7.NSS_3_7_RTMwtc%netscape.com2002-12-191-2/+2
|
* Photon Bug 614396. NSS partion of the key db reset fixes.relyea%netscape.com2002-12-192-33/+107
|
* Bug 186058.relyea%netscape.com2002-12-181-0/+1
|
* Bug 183612: renamed CERT_VerifySignedDataWithPubKeyInfo towtc%netscape.com2002-12-181-3/+2
| | | | | | CERT_VerifySignedDataWithPublicKeyInfo to be consistent with existing CERT_ functions. r=nelsonb. Tag: NSS_3_7_BRANCH
* Bug 183612: renamed some new functions to be consistent with existingwtc%netscape.com2002-12-1814-63/+66
| | | | | | | | | | | | | function names containing SubjectKey and PublicKey. Moved internal functions to private headers and use the lowercase cert_ prefix for the internal functions for subject key ID mapping hash table. r=nelsonb. Modified Files: Tag: NSS_3_7_BRANCH certdb/cert.h certdb/certdb.c certdb/certdb.h certdb/certi.h certhigh/certvfy.c nss/nss.def nss/nssinit.c pk11wrap/manifest.mn pk11wrap/pk11cert.c pk11wrap/pk11init.h pk11wrap/pk11sdr.c pk11wrap/secmod.h pk11wrap/secmodi.h smime/cmssiginfo.c
* Bug 183612: fixed the bug that 'extra' may be used uninitialized. r=javi.wtc%netscape.com2002-12-181-5/+6
| | | | Tag: NSS_3_7_BRANCH
* Export CERT_DestroyOCSPResponse.wtc%netscape.com2002-12-171-0/+1
| | | | Tag: NSS_3_7_BRANCH
* Bug 183612: added support for looking up a cert by subject key ID andwtc%netscape.com2002-12-1717-85/+571
| | | | | | | | | | | | | creating a CMS recipient info from a subject key ID. The patch was contributed by Javi Delgadillo <javi@netscape.com>. r=relyea, wtc. Modified Files: certdb/cert.h certdb/certdb.c certdb/certdb.h certdb/certv3.c certdb/stanpcertdb.c nss/nss.def nss/nssinit.c pk11wrap/pk11cert.c pk11wrap/pk11func.h pk11wrap/secmod.h pki/pki3hack.c smime/cms.h smime/cmslocal.h smime/cmspubkey.c smime/cmsrecinfo.c smime/cmssiginfo.c smime/cmst.h smime/smime.def Tag: NSS_3_7_BRANCH
* Bug 185074: open the files we just did a "chmod -w" on once to work aroundwtc%netscape.com2002-12-131-0/+9
| | | | | | a Mac OS X NFS bug. Subsequent opens will see the file is readonly with no delay. Tag: NSS_3_7_BRANCH
* Advance the tmpbuf pointer before we read the email entry lengths.relyea%netscape.com2002-12-131-0/+1
|
* Use correct sense of the timeout value.relyea%netscape.com2002-12-131-1/+1
|
* bug 183146. fix padlength calculation.relyea%netscape.com2002-12-131-1/+2
|
* fixup commit for branch 'NSS_3_7_BRANCH'cvs2hg2002-12-114-0/+6261
|
* Bug 180294: moved the OpenVMS build from the POSIX subsystem to nativewtc%netscape.com2002-12-114-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 Tag: NSS_3_7_BRANCH
* fixup commit for branch 'NSS_3_7_BRANCH'cvs2hg2002-12-108-0/+7606
|
* Bug 39494: added a check to prevent buffer overflow. r=mcgreer,nelsonb.wtc%netscape.com2002-12-041-1/+6
| | | | Tag: NSS_3_7_BRANCH
* Fixed the build breakage of const unsigned char[] and unsigned char *wtc%netscape.com2002-12-0434-13662/+594
|\ | | | | | | | | | | mismatch on the Mac (compiler warnings on other platforms) by adding (unsigned char *) typecasts. r=relyea. Tag: NSS_3_7_BRANCH
* | fixup commit for tag 'NSS_3_7_BETA1'NSS_3_7_BETA1cvs2hg2002-11-2733-577/+13645
|/
* 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. Tag: NSS_3_7_BRANCH
* If return was on wrong if statement. Should return if emailaddr == NULL.relyea%netscape.com2002-11-261-0/+2
|
* remove extraneous return that NULLs out the code.relyea%netscape.com2002-11-262-4/+2
|
* Back out large hash code from 3.7 releaserelyea%netscape.com2002-11-262-141/+0
|
* Back out large hash code from 3.7 releaserelyea%netscape.com2002-11-2613-543/+9
|
* Move the 3.6 Mac Patch to 3.7relyea%netscape.com2002-11-261-1/+2
|
* fixup commit for branch 'NSS_3_7_BRANCH'cvs2hg2002-11-2687-28026/+4
|
* 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
|
* Fix build again !jpierre%netscape.com2002-11-161-1/+2
|
* Recognize new SHAxxx OIDs.nelsonb%netscape.com2002-11-162-1/+33
|
* Fix buildjpierre%netscape.com2002-11-161-2/+1
|
* Correct softoken routines to work with new larger SHAxxx hashes.nelsonb%netscape.com2002-11-162-3/+3
|
* Correct HMAC code to work with new larger SHAxxx hashes.nelsonb%netscape.com2002-11-162-3/+2
|