summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* back out FIPS changesRobert Relyea2015-09-0458-5709/+3694
* Backing out FIPS changeRobert Relyea2015-09-041-1/+1
* Backout out FIPS checkinRobert Relyea2015-09-041-2/+0
* Backout out fips checkinRobert Relyea2015-09-043-0/+14
* Backed out changeset 14e10bf5010cRobert Relyea2015-09-041-1/+1
* Include mpi even if we aren't using hw gcmRobert Relyea2015-09-041-1/+1
* Sigh shot in the dark: remove the pragma even though it's completely inside aRobert Relyea2015-09-043-14/+0
* Fix PR_STATIC_ASSERT compile errors in Windows.Robert Relyea2015-09-041-0/+2
* Fix part of the Win64 failures (MP_32_BIT_MAX should be MP_32BIT_MAX).Robert Relyea2015-09-041-1/+1
* Make sure NSS_NO_INIT_SUPPORT is in lg as well as softoken and freebl.Robert Relyea2015-09-044-10/+25
* Turn on NSS_NO_INIT_SUPPORT for everythign except Linux.Robert Relyea2015-09-032-2/+7
* Turn off dll load init on solaris and macRobert Relyea2015-09-031-0/+2
* Bug 1181814 - Fix include guards. r=mtEKR2015-09-031-0/+5
* Bug 1181814 - Fix compile-time errors introduced by FIPS landing. r=mtEKR2015-09-032-7/+7
* Bug 1199533 - Add support for CircleCI. r=mtEKR2015-09-031-0/+18
* Pick up FIPS-140 certification work.Robert Relyea2015-08-3158-3694/+5699
* Bug 1117022: Declare variables at the beginning of a block inWan-Teh Chang2015-08-301-4/+6
* Bug 1117022: Fix comment typos. Move code around.Wan-Teh Chang2015-08-281-14/+10
* Bug 1199494. Trap failures of subtests. r=mtEKR2015-08-281-4/+8
* Bug 1199787 - Adding .gitignore file, r=ekrMartin Thomson2015-08-281-0/+5
* Bug 1182667 - Declare at the top of the block, r=wtcMartin Thomson2015-08-251-1/+3
* Bug 1199467. Temporarily disable NSS_STRICT_SHUTDOWN for SSL gtests. r=mtEKR2015-08-271-0/+3
* Bug 1199349. Fix slot leak in ssl3_HandleRSAClientKeyExchange. r=mtEKR2015-08-271-0/+6
* Backed out changeset c57a02b3b917 because of hg error.EKR2015-08-271-1/+0
* Bug 1199349. Fix slot leak in ssl3_HandleRSAClientKeyExchange. r=mtEKR2015-08-271-0/+1
* Bug 1182667: Check the return value of fgets() in GetSubjectFromUser().Wan-Teh Chang2015-08-261-7/+24
* Bug 1182667: Check the return value of fgets() in SEC_GetPassword().Wan-Teh Chang2015-08-261-2/+4
* Bug 1182667: Fix strict-aliasing violations in InitCache() andWan-Teh Chang2015-08-261-36/+52
* Bug 1182667: Check the return value of fread() in get_serial_number().Wan-Teh Chang2015-08-261-2/+2
* Bug 1182667: Fix a "variable may be used uninitialized" warning inWan-Teh Chang2015-08-261-1/+1
* Bug 1190248: Just initialize the |sign| field of |part| in s_mp_div().Wan-Teh Chang2015-08-251-2/+1
* Bug 1185033: Free the arena rather than destroying theDavid Keeler2015-08-251-2/+6
* Bug 1192020: Make sure the string is null terminated on return fromWan-Teh Chang2015-08-251-4/+6
* Bug 1182667: Fix "ignoring return value of ‘write’" compiler warnings.Wan-Teh Chang2015-08-251-6/+6
* Bug 1117022: Fix a "variable set but not used" compiler warning inWan-Teh Chang2015-08-251-0/+4
* Bug 1117022 - Implement draft-ietf-tls-session-hash [libssl]. r=mtEKR2015-01-1027-198/+938
* Bug 1190248: Delete a space at the end of a line.Wan-Teh Chang2015-08-251-1/+1
* Bug 1190248: Compute a guess for the next quotient digit correctly inWan-Teh Chang2015-08-251-7/+19
* Bug 1182667: Fix a bug in the gcc >= 4.8 detection code. r=mt.Wan-Teh Chang2015-08-242-2/+2
* Bug 1117022 - Implement draft-ietf-tls-session-hash [PKCS#11 unit test] r=mtRichard Barnes2015-08-242-0/+254
* Bug 1117022 - Implement draft-ietf-tls-session-hash [PKCS#11 part] r=rrelyeaRichard Barnes2015-08-244-7/+141
* Bug 1182667: Fix two typecasts. Explicitly cast void * toWan-Teh Chang2015-08-232-2/+2
* Bug 1182667: Define PRNG_MAX_ADDITIONAL_BYTES as a macro to avoid theWan-Teh Chang2015-08-221-1/+1
* Bug 1182667: Remove the statement that assigns an enum value (int) toWan-Teh Chang2015-08-221-1/+0
* Bug 1182667 - Removing warnings in bypass mode, r=mtKai Engert2015-08-211-3/+9
* Bug 1182667 - Disabling -Werror for old versions of gccMartin Thomson2015-08-212-9/+13
* Bug 1182667 - Suppressing uninitialized variable warningsMartin Thomson2015-08-202-2/+3
* Bug 1182667 - Initializing variableMartin Thomson2015-08-201-1/+1
* Bug 1182667 - Initializing variablesMartin Thomson2015-08-202-3/+5
* Bug 1182667 - Marking return values unusedMartin Thomson2015-08-201-3/+3