summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-031-4/+4
* Pick up FIPS-140 certification work.Robert Relyea2015-08-3142-2049/+2979
* 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 1182667 - Declare at the top of the block, r=wtcMartin Thomson2015-08-251-1/+3
* Bug 1199349. Fix slot leak in ssl3_HandleRSAClientKeyExchange. r=mtEKR2015-08-271-0/+6
* Bug 1182667: Fix strict-aliasing violations in InitCache() andWan-Teh Chang2015-08-261-36/+52
* 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-1012-175/+550
* 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 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 - 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
* Bug 1182667 - Initializing variableMartin Thomson2015-08-201-1/+1
* Bug 1182667 - Initializing variableMartin Thomson2015-08-201-1/+1
* Bug 1182667 - Initializing variableMartin Thomson2015-08-201-1/+1
* Bug 1182667 - Marking return values explicitly unusedMartin Thomson2015-08-201-3/+3
* Bug 1182667 - Disabling warning pragma for gcc < 4.8Martin Thomson2015-08-201-1/+1
* Bug 1182667 - Fixing unoptimized byteswapMartin Thomson2015-08-202-8/+4
* Bug 1182667 - Removing unused variableMartin Thomson2015-08-201-1/+1
* Bug 1182667 - Adding parenthesesMartin Thomson2015-08-201-5/+5
* Bug 1182667 - Initializing name_len to zeroMartin Thomson2015-08-201-1/+1
* Bug 1182667 - Adding extra cast to avoid warningMartin Thomson2015-08-201-2/+2
* Bug 1182667 - Removing strict aliasing checks in sslsnce.c for gcc < 4.8Martin Thomson2015-08-201-2/+2
* Bug 1182667 - Operator precedence fix for 32-bit P-192Martin Thomson2015-08-191-2/+2
* Bug 1182667 - Bustage fix for big-endian machinesMartin Thomson2015-08-191-13/+11
* Bug 1182667 - Limit Byteswaps in SHA-2 to little-endian machines, a=bustageMartin Thomson2015-08-191-0/+4
* Bug 1182667 - Update PORT_CheckSuccess comment, r=wtcMartin Thomson2015-08-191-2/+8
* Bug 1158489 - Enable signature algorithm configuration, r=wtc,ekrMartin Thomson2015-08-1711-328/+518
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-17141-1048/+980
* Bug 1185033: Remove unnecessary (char *) casts for the first argument toWan-Teh Chang2015-08-151-4/+4
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-12133-960/+1015
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-07133-1015/+960