| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bugzilla Bug 244922 ASN.1 encoder outputs trash for optional may-stream subte... | relyea%netscape.com | 2005-09-30 | 1 | -84/+126 |
* | Bug 119500 PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported | relyea%netscape.com | 2005-09-29 | 2 | -8/+9 |
* | Bugzilla Bug 294106: dsa.c: use const in the function prototype of | wtchang%redhat.com | 2005-09-29 | 2 | -127/+177 |
* | Bug 308887 CRMF request generation problem when using latest firefox | relyea%netscape.com | 2005-09-29 | 1 | -11/+21 |
* | Bugzilla Bug 119500 PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not ... | relyea%netscape.com | 2005-09-29 | 2 | -3/+61 |
* | Bug 271317, remove the old fortezza code | wtchang%redhat.com | 2005-09-29 | 1 | -15/+0 |
* | Bugzilla Bug 298630 freebl needs a memory cache invariant RSA implementation. | relyea%netscape.com | 2005-09-29 | 1 | -325/+338 |
* | Bug 271317, remove the old fortezza code | relyea%netscape.com | 2005-09-29 | 46 | -17617/+0 |
* | Internal NSS defines shared between softoken and the rest of NSS, but not | relyea%netscape.com | 2005-09-28 | 1 | -0/+52 |
* | Bug 305697 Softoken needs to give on the fly access to additional databases. ... | relyea%netscape.com | 2005-09-28 | 3 | -0/+295 |
* | bug 305697: open additional database on the fly in softoken. part1: softoken ... | relyea%netscape.com | 2005-09-28 | 13 | -489/+1166 |
* | Avoid NULL ptr deref. Bug 310260. patch by Glen.Beasley. r=nelson. | nelsonb%netscape.com | 2005-09-28 | 1 | -1/+2 |
* | Bug 303508, committing attachment 196965. r=nelson,saul | neil.williams%sun.com | 2005-09-23 | 1 | -14/+25 |
* | Eliminate environment variable SSLNOLOCKS, add environment variable | nelsonb%netscape.com | 2005-09-23 | 1 | -8/+44 |
* | Add version info to freebl shared libs for Windows and Unix. bub 303508. | nelsonb%netscape.com | 2005-09-21 | 5 | -5/+167 |
* | Replace "fast" and "slow" with fpu and int in loader.c. Also add a | nelsonb%netscape.com | 2005-09-21 | 1 | -20/+27 |
* | Bug 299197: added the comment for PK11_TokenKeyGen back. r=relyea. | wtchang%redhat.com | 2005-09-21 | 1 | -0/+9 |
* | Bug 299197: fixed comments. r=relyea. | wtchang%redhat.com | 2005-09-21 | 1 | -3/+4 |
* | Only call C_WaitForSlotEvent if the module is PKCS #11 v2.01 or later. | relyea%netscape.com | 2005-09-20 | 3 | -4/+11 |
* | Bugzilla bug 303508: a more elegant way to decide when we need to prefix | wtchang%redhat.com | 2005-09-16 | 1 | -6/+6 |
* | Fix hoarked build from previous checkin. Doh. | julien.pierre.bugs%sun.com | 2005-09-16 | 3 | -54/+2 |
* | Bugzilla Bug 298517: when in FIPS mode, impose minimum password length and | wtchang%redhat.com | 2005-09-16 | 3 | -11/+145 |
* | Fix for bug 127960 . Add SSL force handshake APIs which take a timeout . r=ne... | julien.pierre.bugs%sun.com | 2005-09-16 | 4 | -0/+118 |
* | Bugzilla Bug 288728: handle invalid values of recipient identifier type. | wtchang%redhat.com | 2005-09-16 | 1 | -0/+3 |
* | Bugzilla Bug 288728: use a whitelist instead of a blacklist when checking | wtchang%redhat.com | 2005-09-16 | 1 | -4/+4 |
* | Bugzilla Bug 303508: removed the underscore from the name of the "single" | wtchang%redhat.com | 2005-09-16 | 3 | -73/+28 |
* | Removed an unnecessary -L linker flag. r=nelsonb,saul.edwards. | wtchang%redhat.com | 2005-09-16 | 1 | -1/+0 |
* | Bugzilla Bug 303508: code cleanup. r=nelsonb,jpierre. | wtchang%redhat.com | 2005-09-16 | 1 | -15/+7 |
* | Plug leaks in SSL bypass code. Add freeit argument to HMAC_Destroy function. | nelsonb%netscape.com | 2005-09-14 | 8 | -20/+23 |
* | Bugzilla Bug 301554: Clear the 'present' flag if slot fails to refresh. | wtchang%redhat.com | 2005-09-14 | 1 | -2/+5 |
* | Fix regression introduced in last checkin. If the caller disables the | nelsonb%netscape.com | 2005-09-10 | 1 | -2/+11 |
* | Implement two new SSL socket options: SSL_BYPASS_PKCS11 and SSL_NO_LOCKS. | nelsonb%netscape.com | 2005-09-09 | 17 | -1980/+3303 |
* | Export function PK11_MapSignKeyType for use by libSSL. Bug 305147. | nelsonb%netscape.com | 2005-09-09 | 5 | -6/+7 |
* | Bugzilla Bug 299197: define two bitflags for every PKCS #11 object | wtchang%redhat.com | 2005-09-07 | 5 | -91/+66 |
* | Bug 303508: Add freebl shared libs that do 64-bit integer math. Bug 274984: ... | saul.edwards%sun.com | 2005-09-07 | 9 | -262/+521 |
* | 305984 update FIPS values for cipher suites file=sslinfo.c r=bob,sr=wtc | glen.beasley%sun.com | 2005-09-06 | 1 | -26/+19 |
* | Fix 306785 . Memory leaks in PQG_ParamGenSeedLen . r=nelson | julien.pierre.bugs%sun.com | 2005-09-02 | 1 | -6/+7 |
* | Bugzilla Bug 299197: added PK11AttrFlags and PK11_GenerateKeyPairWithFlags. | wtchang%redhat.com | 2005-09-02 | 7 | -57/+344 |
* | Bugzilla Bug 305835: removed NSS_ENABLE_ECC ifdefs under nss/lib except | wtchang%redhat.com | 2005-09-02 | 19 | -106/+2 |
* | Bugzilla Bug 257693: code cleanup. 1. Change "X9.63" to "X9.62". 2. In | wtchang%redhat.com | 2005-08-27 | 7 | -10/+15 |
* | Bug 302416 NSS root cert module & fortezza should not be using NSPR static li... | relyea%netscape.com | 2005-08-25 | 5 | -54/+84 |
* | Bugzilla Bug 296410: further simplify the code by always referencing the | wtchang%redhat.com | 2005-08-24 | 1 | -33/+31 |
* | Fix AIX build problem | julien.pierre.bugs%sun.com | 2005-08-18 | 1 | -1/+1 |
* | Fix for bug 217024. add a function for comparing cert validity periods. r=wtc... | julien.pierre.bugs%sun.com | 2005-08-17 | 3 | -30/+22 |
* | Bug 303507: Add comba for MPI's multiply and square routines. | saul.edwards%sun.com | 2005-08-16 | 5 | -1/+17466 |
* | Remove fortezza code from libSSL and from the SSL test programs. | nelsonb%netscape.com | 2005-08-16 | 17 | -1306/+78 |
* | Bugzilla bug 296410: checked in a better fix than the previous checkin. | wtchang%redhat.com | 2005-08-16 | 1 | -75/+39 |
* | Bugzilla bug 296410: removed unused, unexported function SEC_SignFile. | wtchang%redhat.com | 2005-08-16 | 1 | -51/+0 |
* | Bugzilla Bug 298957: removed a comment. The code already does what the | wtchang%redhat.com | 2005-08-15 | 1 | -1/+1 |
* | Bugzilla Bug 289530: fixed signed/unsigned comparison compiler warnings. | wtchang%redhat.com | 2005-08-15 | 1 | -8/+8 |