summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | beTRUSTed, RSA, GeoTrust, UTN-USER, and AOL Roots also need issuer/SNrelyea%netscape.com2002-08-272-18/+208
* | Trust objects need Issuer and Serial number.relyea%netscape.com2002-08-271-0/+40
* | Trust attributes need issuer & serial numberrelyea%netscape.com2002-08-271-6/+40
* | b=107034 OE requires special attribute in incoming signed messages to support...kaie%netscape.com2002-08-278-0/+132
* | Backing myself out, since it didn't compile on Win32, and I would like to dis...kaie%netscape.com2002-08-278-131/+0
* | Remove warning for unreferenced variable.relyea%netscape.com2002-08-261-1/+0
* | b=107034 OE requires special attribute in incoming signed messages to support...kaie%netscape.com2002-08-268-0/+131
* | Bug 164690. Fix missing break;relyea%netscape.com2002-08-261-0/+1
* | Fix URL check. we should check crl->url for null, not the uninitialized varia...relyea%netscape.com2002-08-261-1/+1
* | Fix for 164471 - Hide passwords in NSS command-line tools on OS/2jpierre%netscape.com2002-08-251-6/+8
* | Correctly identify tty on OS/2 - fix for 164420jpierre%netscape.com2002-08-241-1/+5
* | Fix for 164403 - make console input work in NSS tools on OS/2jpierre%netscape.com2002-08-241-0/+4
* | Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where possibl...jpierre%netscape.com2002-08-2415-51/+56
* | Removed CERT_VerifyCertChain from the export list. Usewtc%netscape.com2002-08-231-1/+0
* | Removing c++ style commentrangansen%netscape.com2002-08-231-1/+1
* | Making sure VerifyCACertForUsage checks CRL if usage is statusResponder. Chan...rangansen%netscape.com2002-08-231-0/+13
* | Fix mixing different free calls. PR_smprintf requires PR_smprintf_free()relyea%netscape.com2002-08-231-4/+28
* | handle attribute types more intellegently. Don't fetch the object for invalid...relyea%netscape.com2002-08-231-11/+30
* | Added coreconf config file for Solaris 10 Intel.wtc%netscape.com2002-08-231-0/+48
|/
* Bug 164035: checked in a small code optimization suggested bywtc%netscape.com2002-08-221-2/+1
* Add pubwrap with flagsrelyea%netscape.com2002-08-221-0/+20
* Bug 163863: removed duplicate PORT_Memset calls in CERT_KeyFromDERCert.wtc%netscape.com2002-08-211-3/+0
* 1) fix crl memory.relyea%netscape.com2002-08-214-59/+33
* Bug 142172relyea%netscape.com2002-08-191-5/+35
* use error code in secutil.relyea%netscape.com2002-08-164-29/+156
* Quick and dirty utility to pink SSL servers to see if they are configuredrelyea%netscape.com2002-08-166-0/+1468
* Correctly count the number of items in a SEQUENCE OF or SET OF in quickder de...jpierre%netscape.com2002-08-161-3/+7
* Fix 162761: PK11_GetKeyGen should work if you pass in a keygen alg.nicolson%netscape.com2002-08-141-0/+20
* bug 161552: Make the recipient list traversal functions call the internalrelyea%netscape.com2002-08-143-145/+160
* Mozilla bug 145228. Clear out buffer to protect agains lazy PKCS #11 modules.relyea%netscape.com2002-08-131-0/+40
* Removing old nmake build makefiles. Bug #158528 r=pavlovseawood%netscape.com2002-08-101-38/+0
* Test the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529. Also, ordernelsonb%netscape.com2002-08-092-13/+13
* Support the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529. Fix Usage.nelsonb%netscape.com2002-08-091-7/+9
* Add support for SSL_RSA_WITH_NULL_SHA. Bug 161529. Fix usage message.nelsonb%netscape.com2002-08-091-2/+4
* Support the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529.nelsonb%netscape.com2002-08-095-1/+5
* Handle the switch from the static buffer to the realloc buffer.relyea%netscape.com2002-08-091-4/+9
* remove unreferenced Variable.relyea%netscape.com2002-08-091-2/+0
* Add comment about partial CRLsjpierre%netscape.com2002-08-092-0/+9
* Bug 148220: removed the unused field 'isFIPS'.wtc%netscape.com2002-08-081-2/+0
* Bug 607834. save the correct name on so we can reset the database.relyea%netscape.com2002-08-081-1/+1
* Stop referencing deleted quickder.h headerjpierre%netscape.com2002-08-081-1/+0
* Updates to quick DER decoder, bug # 161215jpierre%netscape.com2002-08-084-227/+55
* Bug 148220: implements FIPS 198 conformance. r=relyea.wtc%netscape.com2002-08-074-18/+43
|\
| * fixup commit for tag 'JSS_3_2_RTM'JSS_3_2_RTMcvs2hg2002-08-071460-615178/+0
|/
* Don't link to libhpi.so.nicolson%netscape.com2002-08-071-1/+0
* Fix bug 160207 by changing the error alerts we send for failed decryption.nelsonb%netscape.com2002-08-071-5/+4
* Fix for 157649 - allow crlutil to do partial decoding so it can be used as a ...jpierre%netscape.com2002-08-071-13/+32
* Additional error reportingjpierre%netscape.com2002-08-071-0/+3
* Implement partial CRL decoding. Fix for 149816. r=wtc . Uses new quick DER de...jpierre%netscape.com2002-08-075-4/+165
* Reorder functions to avoid forward declaration of DecodePointerjpierre%netscape.com2002-08-071-23/+19