summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'JSS_3_1_2_JDK1_4_BRANCH'cvs2hg2001-10-26866-398111/+0
* Bug 90413... add symbols console needs to integrate with NSS 3.3relyea%netscape.com2001-07-111-0/+3
* Bug 90413relyea%netscape.com2001-07-111-0/+7
* Fix 90188, variable going out of scope.nicolson%netscape.com2001-07-101-2/+3
* Allow Ask always to work with tokens.relyea%netscape.com2001-07-061-1/+1
* Add SECMOD_AddNewModule() to export list.relyea%netscape.com2001-07-051-1/+2
* Build a dummy module list. This allows JSS to work when NSS has beennicolson%netscape.com2001-07-031-0/+6
* NSS 3.3 has been renamed NSS 3.4. Two '-' chars should be '+'.wtc%netscape.com2001-07-031-3/+3
* Bug 75049 - Enable NSS for carbon build. patch from beard, r=mcgreer, sr=nel...bryner%uiuc.edu2001-06-281-3/+38
* Fix for bug 87865 r=nelsonb,mcgreerjavi%netscape.com2001-06-281-3/+3
* Set NSS version to 3.4 Beta.wtc%netscape.com2001-06-261-2/+2
|\
| * fixup commit for tag 'NSS_3_3_BASE'NSS_3_3_BASEcvs2hg2001-06-258-889/+1292
|/
* List the SEC_* functions together.wtc%netscape.com2001-06-251-1/+1
* Keep list in alphabetic order.relyea%netscape.com2001-06-251-9/+9
* Fix 87670: memory corruption in NSC_SignInit.nicolson%netscape.com2001-06-251-6/+8
* Fix bug 87694: pk11ListCertCallback assumes cert nickname is non-null.nicolson%netscape.com2001-06-251-1/+1
* SECKEY_DestroyCertList should be CERT_DestroyCertListnicolson%netscape.com2001-06-251-1/+1
* Fix bug 87650: replace slot traversal functions with list functions.nicolson%netscape.com2001-06-257-3/+218
* add verisign & thawte timestamping roots to tipmcgreer%netscape.com2001-06-232-3/+445
* Change PR_Writev so it will drive the handshake when len == 0.nelsonb%netscape.com2001-06-231-1/+1
* Add CERT_CheckCertUsage to the export list.relyea%netscape.com2001-06-221-0/+1
* The environment variable NSS_SSL_SERVER_CACHE_MUTEX_TIMEOUT specifiesnelsonb%netscape.com2001-06-221-2/+14
* Bugzilla bug #86981: fixed two uninitialized variables. Thanks towtc%netscape.com2001-06-211-2/+2
* Fix bug 72753. Interpret the "slop time" as seconds, not microseconds.nelsonb%netscape.com2001-06-213-20/+26
* Bug# 74343. Check in for relyea. r=ddrinan,r=mcgreer,sr=blizzard,a=dbaronddrinan%netscape.com2001-06-201-2/+8
* Use symbolic names for the maximum and mimimum Rijndael block sizes.nelsonb%netscape.com2001-06-202-30/+49
* final checkin of NSCP roots to mozilla. changed USPS roots per request.mcgreer%netscape.com2001-06-192-320/+4786
* Remove #if defined(XP_WIN) since it's redundant. Bug 84584.nelsonb%netscape.com2001-06-192-6/+5
* Bugzilla bug #86125: removed the support for MP_DIGIT_MAX < 256. Thiswtc%netscape.com2001-06-181-5/+0
* Fix bug 68869. Don't ignore TLS no certificate messages when the servernelsonb%netscape.com2001-06-131-0/+8
* Don't use PR_Atomic functions on AIX since PPC cpus require memorynelsonb%netscape.com2001-06-121-2/+68
* Move new symbols to NSS 3.3 section of smime.def.nicolson%netscape.com2001-06-121-3/+8
* Make NSS_Init* idempotent.nicolson%netscape.com2001-06-123-16/+6
* isCACert should be CERT_IsCACertnicolson%netscape.com2001-06-121-2/+2
* Changes for NSS/JSS integration.nicolson%netscape.com2001-06-129-17/+169
* Add two new functions to permit application tuning of the number of SSLnelsonb%netscape.com2001-06-123-1/+46
* Use NSPR's Atomic increment and decrement functions in the simulatednelsonb%netscape.com2001-06-122-51/+66
* Let's try it with a tab instead of 4 spaces.nicolson%netscape.com2001-06-101-1/+1
* Export pk11pqg.h, so I can call these functions from JSS.nicolson%netscape.com2001-06-101-0/+1
* Reduce warnings on Unix platforms that don't like bitfields in chars.nelsonb%netscape.com2001-06-091-1/+1
* Fix two bugs found in nightly QA. On Solaris/x86, don't assert that thenelsonb%netscape.com2001-06-091-2/+8
* Change ssl_Time() to use time() instead of PR_Now on systems that have it.nelsonb%netscape.com2001-06-091-4/+11
* 3 Changes:nelsonb%netscape.com2001-06-09831-1287/+368754
|\
* | fixup commit for tag 'NSS_STABLE_TRUNK_20010608'NSS_STABLE_TRUNK_20010608cvs2hg2001-06-08826-367940/+0
|/
* Portable POSIX-like unnamed semaphores that work in process-shared memory.nelsonb%netscape.com2001-06-082-0/+486
* fix spelling of PK11_PQG_GenSeed*()relyea%netscape.com2001-06-07855-0/+375524
|\
* | fixup commit for tag 'PREDJN_20010612'PREDJN_20010612cvs2hg2001-06-07855-375524/+0
|/
* Add PQG, spki, and some misch functions that JSS needs.relyea%netscape.com2001-06-071-0/+16
* Add Stub functions for PQG functions (until we implent PQG through the PKCS #...relyea%netscape.com2001-06-073-0/+340
* Add function to encode a SPKI structure.relyea%netscape.com2001-06-072-0/+30