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