summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'STATIC_BUILD_20010418_BRANCH'cvs2hg2001-03-14861-384974/+0
* bug 70992 patches to build 4.2 BSDrelyea%netscape.com2001-03-132-0/+9
* DES key gens need to fall through to set the rest of their attributesrelyea%netscape.com2001-03-131-1/+0
* CK_ULONG != unsigned int on 64 bit platforms. Fix the cast which was obviouslyrelyea%netscape.com2001-03-101-1/+4
* Fix AIX 64 bit tools failure. For some reason the 64 bit compilier didn't likerelyea%netscape.com2001-03-101-92/+153
* Bug 70657 . Old CERT DB doesn't always get closed after migration.relyea%netscape.com2001-03-071-0/+3
* Fix Bug 70441 where ava fields with one or two characters are not formatted p...relyea%netscape.com2001-03-071-1/+1
* Increase the temp cert db's memory buffer size from 64KB to 256KB.nelsonb%netscape.com2001-02-282-3/+21
* Fix mismatched parameter problem.relyea%netscape.com2001-02-221-2/+2
* Fix bug 69471 and bug 69472 : Memory leak in PK11_VerifyMechanisms and incorr...relyea%netscape.com2001-02-211-3/+4
* Leave a reference to the static version strings so agressive linkers linkersrelyea%netscape.com2001-02-211-0/+9
* Add wrapper bindings for AES so S/MIME and SSL may implement their AES suites.relyea%netscape.com2001-02-216-58/+238
* Make the public interface use a flags variable instead of a billion littlerelyea%netscape.com2001-02-102-5/+46
* Bug 68234. Handle automatic update of NES2.0, and NES 3.X databases.relyea%netscape.com2001-02-102-52/+246
* Modify ssl_FindSocket() to set error PR_BAD_DESCRIPTOR_ERROR when itnelsonb%netscape.com2001-02-094-40/+40
* Allow applications to initialize nss without necessarily initializing databas...relyea%netscape.com2001-02-092-19/+62
* Move cdbhdl.h to private exports. bug 64260 revied by nelsonb.relyea%netscape.com2001-02-091-1/+1
* Allow application to customize cert verification slop time.nelsonb%netscape.com2001-02-093-10/+41
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-095-81/+80
* Fix for Bug 68063javi%netscape.com2001-02-081-8/+18
* Set NSS version to 3.2.wtc%netscape.com2001-02-081-2/+2
* 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
* Coalesce the final Finished message in the SSL handshake and the firstnelsonb%netscape.com2001-02-074-8/+21
* 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 #60143: checked in OpenVMS patch from Colin Blakewtc%netscape.com2001-02-042-3/+3
* get pk12util working with shared libs. Change ciphersuites tomcgreer%netscape.com2001-02-022-6/+9
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-0217-20/+1
* Add code to shutdown the PKCS #11 subsystem so NSS can be called to switch pr...relyea%netscape.com2001-02-015-5/+57
* Bugzilla bug #62855: added stubs for the SSL session cache functions sowtc%netscape.com2001-01-311-2/+29
* Bugzilla bug #62855: checked in OS/2 makefile patches from Javierwtc%netscape.com2001-01-311-1/+1
* Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemontewtc%netscape.com2001-01-312-10/+104
* 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
* 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
* 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 #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
* Allow NSS_Initialize to succeed even if the databases cannot be opened.relyea%netscape.com2001-01-261-25/+56
* Win32 processes have two environments, a Unix-compatible one and an NTnelsonb%netscape.com2001-01-261-7/+8
* Bugzilla bug #65416: assign values to enumeration constants in secutil.hwtc%netscape.com2001-01-251-37/+36
* Export the new function NSS_VersionCheck(). Reviewed by Nelson.wtc%netscape.com2001-01-251-0/+1
* Bugzilla bug #66286: link libnss3.so with -R '$ORIGIN' on Solaris so thatwtc%netscape.com2001-01-242-8/+161