summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-097-84/+83
* Fix for Bug 68063javi%netscape.com2001-02-081-8/+18
* Changes suggested by Wan-Teh.nelsonb%netscape.com2001-02-082-26/+29
* Set NSS version to 3.2.wtc%netscape.com2001-02-081-2/+2
* Bugzilla bug #62855: put my checkin back in again. Sorry about thewtc%netscape.com2001-02-072-5/+1
* Bugzilla bug #62855: backed out my previous checkin, which doesn't quitewtc%netscape.com2001-02-072-1/+5
* Need to include "prthread.h" for the PRThread type.wtc%netscape.com2001-02-071-0/+1
* When half-duplex applications (e.g. one thread per socket, doing alternatenelsonb%netscape.com2001-02-071-0/+8
* Big changes to get better SSL performance out of selfserv.nelsonb%netscape.com2001-02-071-183/+313
* Add new -D command line option to suppress TCP Nagle delays.nelsonb%netscape.com2001-02-071-40/+37
* Coalesce the final Finished message in the SSL handshake and the firstnelsonb%netscape.com2001-02-074-8/+21
* bug 67132. certutil crashes on -C -x combination, deny it for now.mcgreer%netscape.com2001-02-061-6/+22
* Bug 67501: Fix suggested by Nelson. Make '-d' option work again in sdrtest.relyea%netscape.com2001-02-061-1/+1
* Bug 67068. Fix Crash in SECMOD_Shutdown. reviewed by wtc.relyea%netscape.com2001-02-063-8/+18
* Fix error value to return a less misleading generic error when the bignum lib...relyea%netscape.com2001-02-061-3/+3
* Bugzilla bug #62855: remembered the right way to have OS/2 include awtc%netscape.com2001-02-042-5/+1
* Bugzilla bug #60143: checked in OpenVMS patch from Colin Blakewtc%netscape.com2001-02-047-4/+28
* get pk12util working with shared libs. Change ciphersuites tomcgreer%netscape.com2001-02-024-13/+27
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-0222-25/+1
* Bugzilla bug #62855: added rule to build import libraries on OS/2. Thankswtc%netscape.com2001-02-023-1/+10
* Bring projects up to date for NSS 3.2javi%netscape.com2001-02-012-0/+0
* Add code to shutdown the PKCS #11 subsystem so NSS can be called to switch pr...relyea%netscape.com2001-02-015-5/+57
* remove cdbhdl.h and recode. bug 64206 reviewed by wtc.relyea%netscape.com2001-02-012-14/+11
* Bugzilla bug #62855: make the rule to build .cpp files work for OS/2wtc%netscape.com2001-02-011-0/+4
* remove cdbhdl.h bug 64260 reviewed by wtc.relyea%netscape.com2001-02-014-4/+0
* Resolved merge conflict with Ian.kirke%netscape.com2001-02-011-3/+0
* Fixed bogus tab introduced by my previous checkin.kirke%netscape.com2001-02-014-4/+4
* Bugzilla bug #62855: added stubs for the SSL session cache functions sowtc%netscape.com2001-01-311-2/+29
* Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* func...kirke%netscape.com2001-01-3116-23/+109
* Bugzilla bug #54711: OS/2 does not need to build nsinstall.wtc%netscape.com2001-01-311-1/+1
* Bugzilla bug #62855: checked in OS/2 makefile patches from Javierwtc%netscape.com2001-01-318-26/+113
* I found that #include <unistd.h> is still needed on Unix for getpid().wtc%netscape.com2001-01-311-1/+6
* Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemontewtc%netscape.com2001-01-313-10/+107
* Bugzilla bug #62855: do not use the XP_PC macro. Use XP_WIN16 when we meanwtc%netscape.com2001-01-311-1/+1
* Bugzilla bug #67122: put PR_CALLBACK after the return type in functionwtc%netscape.com2001-01-314-11/+11
* bug 67100, memory leaks in rsa.c and pqg.c fixed.mcgreer%netscape.com2001-01-312-16/+18
* Backed out the previous checkin as it requireswtc%netscape.com2001-01-311-1/+1
* We can just pass NULL as the 'envp' argument to PR_CreateProcess, so wewtc%netscape.com2001-01-311-25/+1
* Fix memory leak in mpp_make_prime. Bug 67094.nelsonb%netscape.com2001-01-311-0/+1
* Bugzilla bug #66367: rename the internal NSS functions that we have towtc%netscape.com2001-01-3020-23/+169
* change pk12util to use shared libs.mcgreer%netscape.com2001-01-302-39/+2
* export PKCS#12 symbols via the S/MIME DSO. Change default cipher listmcgreer%netscape.com2001-01-303-6/+21
* Bugzilla bug #66889: do not export the Windows import libraries for thewtc%netscape.com2001-01-304-27/+18
* Bugzilla bug #54989: Use the AIX -brtl linker option to link the NSSwtc%netscape.com2001-01-301-0/+4
* Bugzilla bug #64306: added stubs for PR_SetError and PR_SetErrorText.wtc%netscape.com2001-01-301-0/+6
* Bugzilla bug #63935: use our own macro LINUX instead of the compilerwtc%netscape.com2001-01-301-3/+3
* handle leading zeroes in q bug (66558). suggested by nicolson; r=mcgreer,a=wtcmcgreer%netscape.com2001-01-291-0/+6
* Per bug #66551, remove all HMAC_ calls from exported symbol list. Allmcgreer%netscape.com2001-01-271-5/+0
* Change all HMAC_ calls to use PKCS#11 interface. Now the PKCS#12 librarymcgreer%netscape.com2001-01-274-42/+84
* Add multi-process server capability to selfserv. Bug 66630.nelsonb%netscape.com2001-01-271-61/+180