summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close JSS_3_2_BRANCHJSS_3_2_BRANCHFranziskus Kiefer2017-09-290-0/+0
* Fix 161582: Linux build won't load--bad link to libhpi.so.JSS_3_2_0_1nicolson%netscape.com2002-08-071-1/+0
* fixup commit for branch 'JSS_3_2_BRANCH'cvs2hg2002-07-301457-613550/+0
* Checking in riceman+bmo@mail.rit.edu's patch for bug 133702bishakhabanerjee%netscape.com2002-07-301-2/+3
* Bug 159976: removed the incorrect linker options for building a bundle onwtc%netscape.com2002-07-291-1/+1
* Add missing const qualifiers to NSS's regular expression match functions.nelsonb%netscape.com2002-07-292-21/+22
* Fixed the comment. The length of the secret may be larger than 64 bytes.wtc%netscape.com2002-07-261-2/+2
* Removed unused ASN.1 templates and unnecessary declarations.wtc%netscape.com2002-07-2585-1461/+14252
|\
| * return certs in sorted order.relyea%netscape.com2002-07-231-1/+3
| * Setting number of tests to 252 to take out warnings on nightly QA reports -Bu...bishakhabanerjee%netscape.com2002-07-191-1/+2
| * Bug 158339: we should not call secmod_freeParams if RNG_RNGInit fails.wtc%netscape.com2002-07-191-1/+1
| * Fix for 158221 - make crlutil save memory by using the new PK11_ImportCRL fun...jpierre%netscape.com2002-07-191-5/+8
| * 158005 - add new CRL decode and import functions . Benefits are :jpierre%netscape.com2002-07-196-99/+131
| * Fix for 156802 - remove improper check in CRL decodingjpierre%netscape.com2002-07-191-4/+0
| * Remove unreferenced variablesjpierre%netscape.com2002-07-181-2/+0
| * Fix for 139292 - NSS_NoDBInit regressionjpierre%netscape.com2002-07-181-1/+1
| * Fix usagejpierre%netscape.com2002-07-171-1/+1
| * Fix for 157996 - add support for SEC_NewCrl browser emulation mode in crlutiljpierre%netscape.com2002-07-171-5/+15
| * Bug 157946: removed the unused -m option. Added the -v option to Usage().wtc%netscape.com2002-07-171-2/+2
| * Fix for 153245jpierre%netscape.com2002-07-171-1/+2
| |\
| | * fixup commit for tag 'ROGC_20020802_FREEZE'ROGC_20020802_FREEZEcvs2hg2002-07-1628-1473/+1329
| |/
| * Bug 157750: handle the possibility that some certs do not have a label.wtc%netscape.com2002-07-161-2/+2
* | fixup commit for tag 'NSS_OTIS_BETA_2'NSS_OTIS_BETA_2cvs2hg2002-07-2372-14093/+1289
|/
* Automatically recover from database corruptions when importing new certs.relyea%netscape.com2002-07-162-26/+31
* Make certutil use the new CERT_VerifyCertificate function when verifying certsjpierre%netscape.com2002-07-161-7/+7
* Fix solaris signed/unsigned warnings.relyea%netscape.com2002-07-133-6/+25
* Update the CERTDB_USER bits when our key gets imported through pkcs #12.relyea%netscape.com2002-07-121-3/+24
* Make CERT_VerifyCertificate actually work . Oops.jpierre%netscape.com2002-07-121-1/+1
* 1) When looking for a trust token, return tokens in the following priority or...relyea%netscape.com2002-07-101-4/+16
* Bug 155626: Handle the failure of ocsp_CreateCertID and use the newwtc%netscape.com2002-07-101-23/+5
* Sorted the NSS 3.6 symbols in alphabetical order.wtc%netscape.com2002-07-101-10/+10
* Fix for 149832 :jpierre%netscape.com2002-07-101-17/+15
* Back out last changejpierre%netscape.com2002-07-101-1/+0
* Fix bug in new CERT_VerifyCertificate function - fix for 149832jpierre%netscape.com2002-07-101-0/+1
* Handle the case where the cert is in both the built-ins and the internal module.relyea%netscape.com2002-07-101-6/+34
* Don't crash if a pkcs #11 device gives us an invalid CRL (or even a valid CRL...relyea%netscape.com2002-07-101-0/+3
* Don't delete the nickname entry until we go to delete the subject entry as well.relyea%netscape.com2002-07-101-8/+4
* Fix for 154212jpierre%netscape.com2002-07-101-1/+5
* Fix for 154212 - update patch for CERT_SaveSMimeProfile based on Bob's commentsjpierre%netscape.com2002-07-101-13/+12
* Removed README.TXT, which is just README with Windows line endings (CRLF).wtc%netscape.com2002-07-092-126/+0
* Added the README file, which explains how to add a root CA certificate towtc%netscape.com2002-07-091-0/+31
* treat lastTime of 0 as never having checked (not within the interval).relyea%netscape.com2002-07-091-1/+2
* 1) fix return type warning in pk11ListCertsCallback.relyea%netscape.com2002-07-092-8/+9
* Add new CERT_VerifyCertificate function - fix for 149832jpierre%netscape.com2002-07-044-19/+370
* Go back to the lower case mechanism for the ocspResponse_* flags.javi%netscape.com2002-07-031-2/+2
* Final patch for Bug 155626 which enables 3rd party apps to use the NSSjavi%netscape.com2002-07-035-57/+112
* Use the newly exported symbol names.javi%netscape.com2002-07-031-2/+2
* Break up OCSP so that 3rd party apps can send off an OCSP request and parsejavi%netscape.com2002-07-035-75/+181
* Handle the case where we don't get the Token object from NewToken (It gets co...relyea%netscape.com2002-07-021-0/+3
* More performance improvements in listing certs:relyea%netscape.com2002-07-027-173/+213