summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* Add token removal blocking function.relyea%netscape.com2002-12-113-1/+94
* Make SubjectAltEncode a public function. Fixes build breakage in Linuxrelyea%netscape.com2002-12-102-3/+5
* 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
* 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 'MOZILLA_1_3a_RELEASE'MOZILLA_1_3a_RELEASEcvs2hg2002-12-0418-574/+39
* | Fixed the build breakage of const unsigned char[] and unsigned char *wtc%netscape.com2002-12-041-17/+17
* | Bug 181878: fixed two more bugs in the new code to support multiple emailwtc%netscape.com2002-11-271-3/+2
* | More review changes,relyea%netscape.com2002-11-263-18/+33
* | Incorporate some of Nelson's review changes.relyea%netscape.com2002-11-261-1040/+380
* | Bug 180228: moved CERT_CRLCacheRefreshIssuer from the NSS_3.6.1 section towtc%netscape.com2002-11-261-6/+1
|/
* 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-216-2/+55
* Use the 32-bit code on Solaris x86 platforms, too.nelsonb%netscape.com2002-11-211-0/+1
* 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
* 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
* 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
* Add new SHAxxx hash algorithms to tables of SECHashObjects.nelsonb%netscape.com2002-11-163-4/+77
* Declare new vendor-defined mechanisms for SHA256, SHA384 and SHA512.nelsonb%netscape.com2002-11-161-0/+10
* Now that we have hashes larger than SHA1,nelsonb%netscape.com2002-11-161-0/+1
* Don't reject a cert request with an empty list of CA cert names.nelsonb%netscape.com2002-11-162-2/+5
* Add "const" modifier to all fixed arrays used for keys or known text.nelsonb%netscape.com2002-11-161-50/+50
* Patch for 180228 - export CRL cache flush API . r=wtcjpierre%netscape.com2002-11-153-4/+15
* bug 39494, handle non-standard AVAs properlyian.mcgreer%sun.com2002-11-141-8/+124
* Adjust the time values so we have correct and consistant displays.relyea%netscape.com2002-11-111-549/+514
* Multi-access database race condition patches. These changes are already checkedrelyea%netscape.com2002-11-115-33/+116
* Assert if the QuickDER decoder does not consume all the inputjpierre%netscape.com2002-11-091-0/+1
* Bug 176667: kaie authored the patch, ian/relyea reviewed it.relyea%netscape.com2002-11-081-0/+3
* Fix for 177798 . Improve handling of initialization / shutdown of the CRL cac...jpierre%netscape.com2002-11-071-4/+22
* bug 177366, clean up refcountingian.mcgreer%sun.com2002-11-067-118/+113
* Workaround a c preprocessor bug on a certain 64-bit platform. Bug 178314.nelsonb%netscape.com2002-11-051-0/+57
* Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342.nelsonb%netscape.com2002-11-052-0/+3
* db8 code part 1:relyea%netscape.com2002-11-048-75/+289
* Add some processor and compiler dependent optimizations to SHA1.nelsonb%netscape.com2002-11-021-1/+28
* Add SHA256 SHA512 and SHA384 hashes to freebl.nelsonb%netscape.com2002-11-027-1/+1575
* Fix for bug 177798 - NULL pointers in ShutdownCRLCache to allow shutdown/restartjpierre%netscape.com2002-11-021-0/+2
* Remove call to PL_ArenaFinish . This effectively shut down NSPR arenas and cr...jpierre%netscape.com2002-10-311-3/+0