summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | #define HASH_LENGTH_MAX SHA512_LENGTH
* Don't reject a cert request with an empty list of CA cert names.nelsonb%netscape.com2002-11-162-2/+5
| | | | Don't crash with an empty CA name list.
* Add "const" modifier to all fixed arrays used for keys or known text.nelsonb%netscape.com2002-11-161-50/+50
|
* Fix crash when formatting a cert with optional version not given.nelsonb%netscape.com2002-11-151-1/+1
|
* Patch for 180228 - export CRL cache flush API . r=wtcjpierre%netscape.com2002-11-153-4/+15
|
* Make selfserv build for Darwin.nelsonb%netscape.com2002-11-141-1/+13
|
* bug 39494, handle non-standard AVAs properlyian.mcgreer%sun.com2002-11-141-8/+124
| | | | r=nelsonb
* 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
| | | | into NSS 3.6.1.
* Made awk_pkginfo-$(MACH) machine dependent for Sonja's release build.kirk.erickson%sun.com2002-11-112-6/+6
|
* Remove long dead code from util. triggered by bug 179038relyea%netscape.com2002-11-118-2044/+0
|
* 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 ↵jpierre%netscape.com2002-11-071-4/+22
| | | | cache using a static status variable
* bug 177366, clean up refcountingian.mcgreer%sun.com2002-11-067-118/+113
| | | | r=relyea
* 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
|
* !@#!$@! signtool thinks it knows how to verify if the certdb's are there andrelyea%netscape.com2002-11-041-1/+4
| | | | | | OK or not. Of course it doesn't. bob
* db8 code part 1:relyea%netscape.com2002-11-048-75/+289
| | | | | | | | 1) Create new dbs with 32 k buffers. 2) New dbs never store a single entry greater than 30 k (those are stored using the blob code). 3) NSS can run with either new or old dbs read only. 4) If possible a new db is upgraded from and old db.
* 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
| | | | of NSS.
* Fix several problems related to error messages, including an attempt tonelsonb%netscape.com2002-11-011-4/+6
| | | | print a null string pointer.
* Reformat text. Fix syntax error in first examples.nelsonb%netscape.com2002-11-011-15/+38
|
* Remove call to PL_ArenaFinish . This effectively shut down NSPR arenas and ↵jpierre%netscape.com2002-10-311-3/+0
| | | | created problems when restarting NSS . r=relyea
* Fix for 177208 - unmark arena when DER decoding is successfuljpierre%netscape.com2002-10-311-0/+4
|
* Fix for bug 175115 . Remove incorrect check for CA cert expiration. Also fix ↵jpierre%netscape.com2002-10-301-43/+36
| | | | CRL signature verification and clean up internal functions . r=mcgreer,relyea,nelsonb,wtc
* Fix build breakage. Some platforms do not like to assign unsigned char * torelyea%netscape.com2002-10-301-1/+1
| | | | char * without a cast.
* The Serial number needs to be the DEREncoded serial number, not the decodedrelyea%netscape.com2002-10-301-2/+12
| | | | Serial number.
* Check in new certdata file generated from certdata.txtrelyea%netscape.com2002-10-301-284/+316
|
* Allow the builtin's to accept old style serial numbers as well the the correctrelyea%netscape.com2002-10-301-0/+38
| | | | PKCS #11 serial numbers.
* Make the Serial Numbers DER Wrapped rather than raw serial numbers.relyea%netscape.com2002-10-301-151/+183
| | | | This is required by PKCS #11 and was causing some bugs in NSS 3.6.
* Bug 174143: Removed the obsolete platform.mk file. Do not allow overridingwtc%netscape.com2002-10-303-43/+0
| | | | | of PLATFORM by the environment because PLATFORM is a common environment variable.
* Bug 177201: declare NSS_CMSEncoder_Cancel.wtc%netscape.com2002-10-301-0/+6
|
* creating the cmdtests.sh script - bug 144316bishakhabanerjee%netscape.com2002-10-301-0/+132
|
* Fix for bug 95311 - copy the DER input key to the arena, and free the arena ↵jpierre%netscape.com2002-10-291-3/+16
| | | | upon decoding failure.
* Use QuickDER to decode DER public key. Bug #95311jpierre%netscape.com2002-10-291-4/+7
|
* Integrated bundle of changes that we're done on NSS_3_3_2_SUN_PKG_BRANCH.kirk.erickson%sun.com2002-10-269-6/+40
| | | | | | x86 support (separate prototype_sparc, prototype_i386) single updated copyright on common_files no pkgdepend in common_files
* Plug cert leak in NSS_SMIMESignerInfo_SaveSMIMEProfile. Bug 176799.nelsonb%netscape.com2002-10-251-0/+6
| | | | Patch contributed by Kai Engert.
* Add new function CERT_VerifySignedDataWithPublicKey containing common codenelsonb%netscape.com2002-10-253-31/+40
| | | | | factored from existing functions CERT_VerifySignedDataWithPubKeyInfo and CERT_VerifySignedData. Bug 174193.
* Fix for 169038 - bump builtins library version to 1.20 on the tipjpierre%netscape.com2002-10-251-1/+1
|
* Add -v option, which prints email addresses in certs. This excersizesnelsonb%netscape.com2002-10-241-1/+15
| | | | the new functions for extracting email addresses from certs. Bug 152986.
* commented out unchecked in testsbishakhabanerjee%netscape.com2002-10-241-2/+1
|
* Fix comment formatting stylejpierre%netscape.com2002-10-231-4/+5
|
* Fix for bug 95311 - replace assertion with commentsjpierre%netscape.com2002-10-231-1/+4
|
* Make sure the array is big enough to handle all the cases.relyea%netscape.com2002-10-231-1/+1
|