summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close WEBFORMS_20050202_BRANCHWEBFORMS_20050202_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'WEBFORMS_20050202_BRANCH'cvs2hg2005-01-1511-1039/+0
|
* fixup commit for branch 'PREFERENCES_20050201_BRANCH'PREFERENCES_20050201_BASEcvs2hg2005-01-15133-4050/+9910
|
* Add -a option for Base64 encoded ASCII input and output.nelsonb%netscape.com2004-01-221-66/+169
| | | | | | The -i and -o options now understand "-" to mean stdin and stdout. Usage is displayed when -? or no arguments are given. Bug 231536. r=relyea.
* Correct NSS's key usage tests for certs with non-RSA public keys.nelsonb%netscape.com2004-01-221-17/+28
| | | | Bug 221638. r=relyea.
* Detect duplicate issuer name and serial number between two temp certs.nelsonb%netscape.com2004-01-221-5/+7
| | | | Bug 230996. r=ian, relyea.
* Fix name constraints code to pass NIST PKITS test 38. r=wtc. Bug 231223.nelsonb%netscape.com2004-01-221-12/+27
|
* Move an extern function declaration to the header file where it belongs.nelsonb%netscape.com2004-01-222-4/+4
| | | | Bug 229212. r=relyea.
* Fix some erronous code that set SEC_ERROR_NO_MEMORY when there had beennelsonb%netscape.com2004-01-221-31/+25
| | | | no memory failure. r=relyea. Bug 231566
* Fix bug in cert path length validation. Bug 221644. r=jpierrenelsonb%netscape.com2004-01-211-23/+19
|
* Support GeneralizedTime in NSS tools. bug 210530. r=wtcjpierre%netscape.com2004-01-212-4/+4
|
* Use the results from PK11_ProtectedAuthenticationPath(slot) in thenelsonb%netscape.com2004-01-212-2/+13
| | | | password callback function. Bug 229023. r=relyea. verified by submittor.
* Bugzilla bug 229299: fixed unused variable warning. r=nelsonb.wchang0222%aol.com2004-01-201-0/+2
|
* fix review comment: bug 53133jgmyers%speakeasy.net2004-01-201-1/+1
|
* Make this code build on Windows as well as Unix.nelsonb%netscape.com2004-01-191-3/+6
|
* Fix two more incorrect cert names that caused erroneous test results.nelsonb%netscape.com2004-01-171-2/+2
| | | | Bug 231221.
* Correct this script to more accurately report errors. Bug 231221.nelsonb%netscape.com2004-01-171-8/+12
|
* Detect absent isCA flags in basic constraints. Detect and reject negativenelsonb%netscape.com2004-01-161-5/+11
| | | | | or too large positive path length constraints in basic constraints. Bug 221644. r=jpierre.
* Fix template for Cert policy extensions. Bug 230951, r=jpierrenelsonb%netscape.com2004-01-161-1/+1
|
* Fix NSS parsing of Issuer Unique ID and Subject Unique ID fields innelsonb%netscape.com2004-01-161-4/+4
| | | | certificate. Bug 216116. r=jpierre
* Add vfychain to list of NSS cmds being built nightly. r=wtc. Bug 231025nelsonb%netscape.com2004-01-161-0/+1
|
* fix comment per review: bug 53133jgmyers%speakeasy.net2004-01-161-1/+1
|
* Minor change after review of previous checkin. Bug 53133.wchang0222%aol.com2004-01-151-1/+3
|
* Fix build problems on some platforms.relyea%netscape.com2004-01-151-2/+2
|
* Set NSS version to 3.10 Beta.wchang0222%aol.com2004-01-151-3/+3
|
* Convert T61String-labeled ISO-8859-1 to UTF-8: bug 53133 r=nelsonb a=wtcjgmyers%speakeasy.net2004-01-154-29/+161
|
* Add 2 additional OIDs to the list of acceptable digestEncryptionAlgIDs,nelsonb%netscape.com2004-01-141-1/+5
| | | | per RFC 3370. r=thayes. Bug 230761.
* Tool to manage pkcs 11 module tests.relyea%netscape.com2004-01-145-0/+2763
|
* Fix double free introduced in rev 1.54. r=wtc. bug 230774.nelsonb%netscape.com2004-01-141-1/+1
| | | | | Bug occurs only in NSS utilities that import base64 encoded files, e.g. with the -a option.
* Bugzilla bug 229289: fixed an unused variable warning. r=relyea.wchang0222%aol.com2004-01-1312-0/+1041
|\
* \ fixup commit for tag 'STRING_20040119_BASE'STRING_20040119_BASEcvs2hg2004-01-0840-0/+8217
|\ \ | |/
* | fixup commit for tag 'NSS_CLIENT_TAG_20040123'NSS_CLIENT_TAG_20040123cvs2hg2004-01-0851-9256/+0
|\ \ | |/ |/|
| * fixup commit for tag 'NSS_3_9_RTM'NSS_3_9_RTMcvs2hg2004-01-0851-9256/+0
|/
* Overload the error code SSL_ERROR_RX_RECORD_TOO_LONG to report SSL2nelsonb%netscape.com2004-01-081-0/+4
| | | | records that are too short. Bugscape bug 54814
* Rename PK11_PubDeriveExtended to PK11_PubDeriveWithKDFjpierre%netscape.com2004-01-084-5/+5
|
* Set NSS version to 3.9.wchang0222%aol.com2004-01-081-2/+2
|
* Rename PK11_FindSlotsByAliases to PK11_FindSlotsByNamesjpierre%netscape.com2004-01-073-6/+6
|
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to ↵jpierre%netscape.com2004-01-071519-0/+556235
|\ | | | | | | DER_DecodeTimeChoice/DER_EncodeTimeChoice
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-071519-556235/+0
|/
* Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of ↵bsmedberg%covad.net2004-01-071-0/+3
| | | | the build, yet.
* Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of ↵bsmedberg%covad.net2004-01-071-0/+2
| | | | the build, yet.
* Fix crashes in NSS_CMSSignedData_GetDigestValue andnelsonb%netscape.com2004-01-073-9/+22
| | | | | | | | NSS_CMSContentInfo_GetContent that occur when a detached signature is not accompanied by the data on which the signature was computed. Bug 229242. Make NSS_CMSContentInfo_GetInnerContent and NSS_CMSMessage_GetContent more easily debugged, by storing the results returned by function calls in automatic variables before using them in subsequent calls/switches.
* Bug 229193relyea%netscape.com2003-12-311-4/+5
| | | | Patch by wtc revied by relyea & ian
* Set NSS version to 3.9 Beta 6.wchang0222%aol.com2003-12-241-1/+1
|
* Removed unused variable 'val'.wchang0222%aol.com2003-12-231-2/+0
|
* Fixed unused variable compiler warning about 'html'. Declare it insidewchang0222%aol.com2003-12-231-0/+2
| | | | the same ifdef with which it is used.
* Removed unused variable 'rawSigLen'.wchang0222%aol.com2003-12-231-1/+0
|
* Removed unused variable 'attribute'.wchang0222%aol.com2003-12-231-1/+0
|
* Include "nsslocks.h" for nss_InitLock.wchang0222%aol.com2003-12-231-0/+1
|
* Declare the argument to SECKEY_ECParamsToKeySize as const.wchang0222%aol.com2003-12-232-2/+2
| | | | Modified Files: seckey.c pk11skey.c