summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'MOZILLA_0_7_BRANCH'NSS_3_1_1_RTMMOZILLA_0_7_20010109_RELEASEMOZILLA_0_7_2000122616_BASEcvs2hg2000-12-0214-227/+723
* With this change, SSL will not crash if the next lower layer's Recvnelsonb%netscape.com2000-10-072-0/+12
* In lib/smime, detect null pointers returned by various functions.nelsonb%netscape.com2000-10-063-7/+20
* Fix a crash that occurs when NSS is initialized with NSS_NoDB_Init.nelsonb%netscape.com2000-10-061-0/+1
* Implement new function NSS_InitReadWrite, which is just like NSS_Initnelsonb%netscape.com2000-10-062-8/+28
* The SSL client cache timeout values for SSL2 and SSL3 were reversed.nelsonb%netscape.com2000-10-051-2/+2
* Bugzilla bug #55267: checked in a workaround for a tight spin inwtc%netscape.com2000-10-051-0/+5
* HPUX 64-bit also failed.mcgreer%netscape.com2000-10-051-1/+1
* workaround for bug #55234. optimized arcfour is not working on solaris 64-bit.mcgreer%netscape.com2000-10-051-0/+5
* Allocate the padded result arena with the correct lengthddrinan%netscape.com2000-10-031-1/+1
* Bugzilla bug #54711: removed unused variables MOZ_DIST and MOZ_LIBwtc%netscape.com2000-10-032-8/+24
* Bugzilla bug #49477: fixed memory leak in CERT_OpenCertDB. Havewtc%netscape.com2000-10-021-1/+6
* Bugzilla bug #54869: support gcc for 32-bit Solaris/SPARC build.wtc%netscape.com2000-10-021-3/+4
* fix 3.1 bugs: change && to || for arg check, two new functions are staticmcgreer%netscape.com2000-10-021-3/+3
* Bugzilla bug #39476: free the dbname in the success case.wtc%netscape.com2000-10-011-0/+2
* Bugzilla bug #54711: use full maci on OS/2. Thanks to hctrinh@us.ibm.comwtc%netscape.com2000-10-011-2/+2
* Bugzilla bug #54711: fixed a typo. Thanks to hctrinh@us.ibm.comwtc%netscape.com2000-10-011-1/+1
* Added missing closing comment delimiter "*/".wtc%netscape.com2000-09-301-1/+1
* Incorporate multiplication performance enhancements for UltraSparc CPUsnelsonb%netscape.com2000-09-304-10/+63
* The Initial Developer of the Original Code is Netscape Communicationsnelsonb%netscape.com2000-09-301-0/+359
* The Initial Developer of the Original Code is Sun Microsystems Inc.nelsonb%netscape.com2000-09-291-0/+95
* The Initial Developer of the Original Code is Sun Microsystems Inc.nelsonb%netscape.com2000-09-295-0/+5648
* change for BSAFE. on windows, nsinstall will do copy instead of link.mcgreer%netscape.com2000-09-291-6/+4
* Don't use type "ulong". Use "unsigned long" instead.nelsonb%netscape.com2000-09-292-2/+2
* Initial NetBSD port contributed by Shin'ichiro TAYA <taya@sm.sony.co.jp>.wtc%netscape.com2000-09-291-1/+2
* add a shortcut encoder routine.mcgreer%netscape.com2000-09-292-0/+39
* Fix some bugs from the last checkin.nelsonb%netscape.com2000-09-291-3/+3
* changes to allow build with RSA BSAFE Crypto-C librarymcgreer%netscape.com2000-09-292-3/+4
* change to allow builds with RSA BSAFE Crypto-C librarymcgreer%netscape.com2000-09-291-2/+4
* fixes based on review by nelsonb:mcgreer%netscape.com2000-09-294-123/+210
* Add mp_set_long and mp_set_ulong to the public API.nelsonb%netscape.com2000-09-282-10/+42
* Bugzilla 39476: Copy the argument string in the OpenDBFilename callback funct...thayes%netscape.com2000-09-281-5/+5
* Use T61 String for any ASCII characters that don't meet the PrintableStringthayes%netscape.com2000-09-281-0/+17
* Fix numerous bugs in CERT_GetNickName. Fix bug 45247.nelsonb%netscape.com2000-09-281-42/+63
* Fix bug 39482. Don't use varargs when first argument is null.nelsonb%netscape.com2000-09-281-11/+21
* Add function for determining if we have root cert modules.relyea%netscape.com2000-09-283-2/+5
* Use '$(INSTALL) -m 444' to install files in nss/lib/crypto. By defaultwtc%netscape.com2000-09-271-3/+3
* Add UTF8String handling to Name attributes.thayes%netscape.com2000-09-251-0/+4
* Fix problem where RSA op failures cause multiple retries of the RSA algorithm.relyea%netscape.com2000-09-231-5/+17
* Move the header files.relyea%netscape.com2000-09-232-9/+8
* Added perl-generated files nssckpev.h nssckft.h nssckg.h nssck.api.wtc%netscape.com2000-09-224-0/+3065
* Add NSS_NoDB_Init()relyea%netscape.com2000-09-222-0/+43
* Check in changes to add NSS_NoDB_Init().relyea%netscape.com2000-09-222-1/+2
* revert changes to DH param gen. MPI does compute q=2p+1 for strong primes, b...mcgreer%netscape.com2000-09-223-18/+16
* Fix DH param gen, MPI returns Sophie-Germain prime q, then compute 2q + 1. I...mcgreer%netscape.com2000-09-211-19/+98
* One only needs to link with either libcrypto or freebl. We need to copywtc%netscape.com2000-09-212-9/+10
* OS/2 build changes.relyea%netscape.com2000-09-2010-14/+428
* don't set modulus octets until good primes are generated.mcgreer%netscape.com2000-09-191-1/+1
* Bugzilla bug #52404: FreeBSD doesn't have cuserid() either. Thanks towtc%netscape.com2000-09-191-8/+12
* don't set prime data until good primes are generated.mcgreer%netscape.com2000-09-191-2/+2