summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When verifying a signed digest, ensure that the digest is DER encoded andNSS_3_11_20060831_TAGnelson%bolyard.com2006-08-311-5/+10
* 337013: OOM crash [@ nssArena_Destroy - nssTrustDomain_TraverseCertificatesBy...alexei.volkov.bugs%sun.com2006-08-301-0/+6
* 349965 added ECDSA key gen to power up self test r=wtcglen.beasley%sun.com2006-08-291-66/+39
* Correctly zero-fill columns in weaved array. r=julien,wtchang. Bug 348359.NSS_3_11_3_BETA1nelson%bolyard.com2006-08-291-71/+69
* Bugzilla Bug 349632: 1. C_VerifyUpdate HMAC fix. 2. made C_Verify work forwtchang%redhat.com2006-08-261-1/+10
* Bugzilla bug 336813: do not set the nonstandard flag CKF_THREAD_SAFE. Setwtchang%redhat.com2006-08-261-2/+13
* 330056: seckey_put_private_key leaks memory. r=nelson, sr=wtcalexei.volkov.bugs%sun.com2006-08-251-13/+11
* 304361: smime: possible memory corruption when encoding/decoding smime_encryp...alexei.volkov.bugs%sun.com2006-08-251-1/+1
* re-enable SSLTRACE for keys and (pre)master secrets. Bug 349966. r=rrelyeanelson%bolyard.com2006-08-242-1/+26
* Allow cert.sh and ssl.sh to support mixed ECC/RSA certs. Patch created by Sla...julien.pierre.bugs%sun.com2006-08-244-13/+125
* Bugzilla Bug 347409: removed the on-demand initiation of the FIPS power-upwtchang%redhat.com2006-08-241-25/+7
* Fix for bug 349920 . Don't optimize freebl libraries in debug build on Sparc ...julien.pierre.bugs%sun.com2006-08-231-10/+22
* 349632 C_VerifyUpdate HMAC fix r=wtc,sr=bobRglen.beasley%sun.com2006-08-231-1/+1
* Fix for bug 225525 . Resolve race assigning NSSCertificate fields which leake...julien.pierre.bugs%sun.com2006-08-239-96/+198
* Fix race in CERT_NewTempCertificate. Bug 341323. r=julien,rrelyeanelson%bolyard.com2006-08-225-49/+107
* Bugzilla Bug 342476: backed out the previous checkin. Not sure if it's awtchang%redhat.com2006-08-181-1/+1
* Bugzilla Bug 342476: The softoken should check the pReserved field in thewtchang%redhat.com2006-08-181-1/+1
* Bugzilla Bug 53427: PORT_FreeArena should zero memory before freeing it ifwtchang%redhat.com2006-08-163-5/+63
* Bugzilla Bug 325148: worked around the change of backslash-newline behaviorwtchang%redhat.com2006-08-151-3/+5
* Bugzilla Bug 53427: passed the correct 'zero' argument to PORT_FreeArena.wtchang%redhat.com2006-08-154-48/+4
* Bugzilla Bug 336813: Improved NSC_GetTokenInfo and FC_GetTokenInfo. Alwayswtchang%redhat.com2006-08-142-6/+7
* Bugzilla Bug 316369: support building JSS on Mac OS X. The patch iswtchang%redhat.com2006-08-141-0/+25
* Fix for bug 341708 . selfserv is sometimes silent when client aborts handshak...julien.pierre.bugs%sun.com2006-08-051-0/+2
* Bugzilla Bug 347024: Moved the software integrity test fromwtchang%redhat.com2006-08-033-18/+22
* Bugzilla Bug 336509: put the FIPS token in the Error state only when theNSS_3_11_20060731_TAGwtchang%redhat.com2006-07-311-1/+3
* Bugzilla Bug 336509: check for continuous RNG test failure after direct andwtchang%redhat.com2006-07-317-28/+95
* Bugzilla Bug 345502: C89 doesn't allow initializing a local array. Fixedwtchang%redhat.com2006-07-281-16/+16
* 345502 RNG power-up SelfTest r=wtcglen.beasley%sun.com2006-07-241-0/+69
* Correct ifdefs so that non-ECC builds will continue to build correctly.nelson%bolyard.com2006-07-202-2/+2
* Curve-limited clients must not negotiate ECC ciphersuites unless they send th...nelson%bolyard.com2006-07-194-1/+14
* Backport fixes for bug 294537, bug 333600 and bug 334314. r=Alexei.Volkovnelson%bolyard.com2006-07-191-45/+118
* Coverity bug 340217. Fix leak, crash, and failure to set error codes innelson%bolyard.com2006-07-191-32/+19
* Remove FORTEZZA code from this file. Coverity CID 874. r=rrelyea.nelson%bolyard.com2006-07-191-32/+0
* Remove dead function SECU_GetPBEPassword from nss/cmd/lib/secutil.*nelson%bolyard.com2006-07-192-21/+0
* Stop using EXTENSION_NOT_FOUND as an OCSP error code. Bug 287850.nelson%bolyard.com2006-07-191-8/+15
* 334459: Variable "(cache)->sharedCache" tracked as NULL was passed to a funct...alexei.volkov.bugs%sun.com2006-07-171-1/+8
* 341291: Coverity 689 - potential NULL ptr crash in ssl3_SendCertificate. r=nelsoalexei.volkov.bugs%sun.com2006-07-171-14/+16
* 341120: Coverity 541 nss_cms_recipients_traverse leaks "rle". r=nelsonalexei.volkov.bugs%sun.com2006-07-171-8/+16
* 341115: Multiple NULL ptr dereferences in nss/lib/base/arena.c. r=nelsonalexei.volkov.bugs%sun.com2006-07-171-4/+4
* Changed NSS version to 3.11.3 Beta.wtchang%redhat.com2006-07-141-4/+4
* Bug 343682, crash in libcrmf with ecckaie%kuix.de2006-07-131-2/+2
* Bug 337486, mismatch between PK11_FindCertFromNickname and FindCertskaie%kuix.de2006-06-301-1/+24
* NSS 3.11.2 release candidate.NSS_3_11_2_RTMchristophe.ravel.bugs%sun.com2006-06-231-3/+3
* Bugzilla Bug 338798: in C89, local struct variables can only be initializedwtchang%redhat.com2006-06-211-12/+18
* Workaround (or fix) for bug 341573 . Switch compiler option from -fsimple=2 t...julien.pierre.bugs%sun.com2006-06-161-2/+2
* [Bug 337110] OOM Crash and memory leak [@ PK11_CreatePBEParams]. r=julien, sr...alexei.volkov.bugs%sun.com2006-06-161-17/+39
* Bugzilla Bug 341590: in FIPS mode, softoken should report the more seriouswtchang%redhat.com2006-06-151-2/+2
* Bugzilla 337793: Create a test to check all EC curveschristophe.ravel.bugs%sun.com2006-06-152-4/+72
* Back out the last two patches. Bug 337110 & bug 341455.nelson%bolyard.com2006-06-141-31/+15
* Fix for bug 341455. Crash and test failures in pk12util. Caused by regression...julien.pierre.bugs%sun.com2006-06-141-2/+2