summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla Bug 351848: renamed a fuction argument and added a comment.NSS_3_11_3_RTMwtchang%redhat.com2006-09-091-2/+3
* Change DecryptSigBlock to return the parsed DigestInfo's length, sonelson%bolyard.com2006-09-091-5/+12
* Fix for bug 332222 . Support mixed RSA/DH certs in ssl.sh . r=slavomir,nelsonjulien.pierre.bugs%sun.com2006-09-092-6/+6
* 351872 mem leak fix for ecdsa powerupselftest r=julien, sr=wan-tehglen.beasley%sun.com2006-09-091-4/+9
* Tell whether the ECC support is "basic" or "extended" in the versionwtchang%redhat.com2006-09-081-1/+5
* Import NSPR 4.6.3. r=christophe.ravelwtchang%redhat.com2006-09-081-1/+1
* Tracing for bug 348198 : remove duplicate line and be consistent with tip.julien.pierre.bugs%sun.com2006-09-081-1/+0
* Bugzilla Bug 342582: Use the PKCS #11 headers in NSS on Windows, too.wtchang%redhat.com2006-09-081-3/+2
* Bugzilla Bug 342582: removed a space after "PROGRAM = pk11mode", whichwtchang%redhat.com2006-09-081-10/+3
* Bugzilla Bug 351482: Use audit_log_user_message, if available. Otherwise,wtchang%redhat.com2006-09-081-2/+16
* Bug 348198 : trace startup and shutdown time for selfserv. Patch contributed ...julien.pierre.bugs%sun.com2006-09-071-7/+26
* 220380: Add SSL client auth stress tests. sr=nelson, r=julienalexei.volkov.bugs%sun.com2006-09-071-1/+6
* 220380: Add SSL client auth stress tests. r=nelson,julienalexei.volkov.bugs%sun.com2006-09-072-6/+20
* Remove Beta flag for NSS 3.11.3 release candidate.christophe.ravel.bugs%sun.com2006-09-071-3/+3
* Bugzilla Bug 342582: include <stdarg.h> instead of "prprf.h" for va_list,wtchang%redhat.com2006-09-071-2/+2
* Bugzilla Bug 342582: improved PKM_CK_RVtoStr: map our vendor-defined errorwtchang%redhat.com2006-09-071-3/+5
* 342582 changed RSA modulus and public exponentglen.beasley%sun.com2006-09-071-2/+2
* 342582 AIX runtime error and some cleanupglen.beasley%sun.com2006-09-071-45/+90
* 342582 removed AIX warningsglen.beasley%sun.com2006-09-071-1094/+1092
* 342582 all test passed msgglen.beasley%sun.com2006-09-061-4/+7
* 342582 hpux updateglen.beasley%sun.com2006-09-061-313/+272
* Fix for bug 351270 . Assertion in unix_rand.c .julien.pierre.bugs%sun.com2006-09-061-1/+0
* Improve the validity tests on the AlgorithmID when verifying a PKCS#1 v1.5NSS_3_11_20060905_TAGnelson%bolyard.com2006-09-052-1/+13
* Also trace the DH(E) PMS. bug 349966. r=julien.pierre, wtchangnelson%bolyard.com2006-09-021-5/+16
* Bugzilla bug 342582: need to set slotID. Other minor fixes.wtchang%redhat.com2006-09-011-3/+5
* Fix for bug 182758 . Use only /dev/urandom on Solaris if available, otherwise...julien.pierre.bugs%sun.com2006-09-012-0/+138
* Bugzilla bug 342582: this program may use NSPR but should not link withwtchang%redhat.com2006-09-011-4/+16
* Bugzilla bug 342582: MODULE should be nss so that we can include NSSwtchang%redhat.com2006-09-011-1/+1
* Bugzilla Bug 349609: sftk_MACUpdate only works with multi-part operations.wtchang%redhat.com2006-09-011-1/+1
* fix warnins on redhat4glen.beasley%sun.com2006-08-311-119/+111
* initial checkin of pk11mode.c FIPS test program work in progressglen.beasley%sun.com2006-08-313-0/+5334
* 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