summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'NSS_3_13_4_BRANCH'cvs2hg2012-03-313-10/+24
* Bug 717906, Flash does not work under Linux since bug 708570 landedkaie%kuix.de2012-01-183-1/+10
* Bug 682885 - Move EC point compression options macros to a public header, r=r...emaldona%redhat.com2012-01-132-5/+7
* Bug 698180: change the JPAKE_Verify function prototype to use PLArenaPoolwtc%google.com2011-10-292-2/+2
* Bug 158750: Move MGF1 from lib/freebl to lib/softoken. TBR=emaldona.NSS_3_13_BETA2wtc%google.com2011-10-046-113/+0
* Bug 579392 - Unsafe assignment warnings on multi-precission integer library s...emaldona%redhat.com2011-09-301-4/+12
* Bug 660394: when generating an ECDSA signature, use a scalar that iswtc%google.com2011-09-281-0/+21
* Bug 686601: Fix compiler warnings in init_blinding_params andwtc%google.com2011-09-211-3/+1
* Bug 356713: Remove unused function SHA224_Compress. r=emaldona.wtc%google.com2011-09-141-6/+0
* Bug 686606: Remove unused variable |i| in GFMethod_consGFp_mont. r=kaie.wtc%google.com2011-09-141-1/+0
* Bug 680878: Support for building NSS for iOS. The patch is contributed bywtc%google.com2011-08-241-0/+8
* Bug 671711: don't prefix "cc" (condition code registers) with %. clangwtc%google.com2011-07-201-6/+6
* bug 661061 intel_aes_decrypt_cbc_256 doesn't work correctly when input and ou...rrelyea%redhat.com2011-06-141-2/+2
* Bug 652727: use standard Perl installation path /usr/bin/perl instead ofwtc%google.com2011-05-233-3/+3
* Bug 572085: uncomment two lines that were left commented out in rev. 1.7wtc%google.com2011-04-261-2/+2
* Bug 559508: move the ++mp_copies statement after variable declarations.wtc%google.com2011-04-071-1/+1
* Bug 646610: Remove an obsolete comment for a #else. The patch iswtc%google.com2011-03-301-1/+1
* Bug 599831 - scalability limited on 4-socket Westmere by hot lock for RSA bli...rrelyea%redhat.com2011-03-303-105/+282
* Bug 356713: fix formatting nits. Add back a cast (to cast away the const)wtc%google.com2011-03-291-0/+1
* 629299 - core dump when tls session tickets are enabled and session cache is ...alexei.volkov.bugs%sun.com2011-03-161-0/+4
* Bug 591553: Use NSS_X86_OR_X64 on i386 Mac OS Xnelson%bolyard.com2011-02-061-1/+1
* Bug 600106: Use "REV" instruction or __builtin_bswap32 for byteswap code for ARMnelson%bolyard.com2011-02-063-1/+53
* Bug 572085: ARM optimization for MPInelson%bolyard.com2011-02-065-0/+224
* Bug 628378: remove the unnecessary [] around the expressions in .sizewtc%google.com2011-01-302-4/+4
* Bug 586790: shlibsign fails to load libfreebl3 on PA-RISC 1.1 HP-UX 11.11/11.00nelson%bolyard.com2011-01-151-1/+1
* Bug 609068: Implement J-PAKE in FreeBL, additional check that s != 0, r=rrelyeabsmith%mozilla.com2011-01-071-1/+2
* Bug 596798: ensure that the output buffer of _snwprintf is null-terminated.wtc%google.com2011-01-061-0/+2
* Bug 590991, Implement a tool to externally "test for existing valid .chk file...kaie%kuix.de2010-12-065-4/+33
* Bug 609068 - Implement J-PAKE in FreeBLrrelyea%redhat.com2010-12-049-57/+810
* Bug 610162, SHA-512 and SHA-384 hashes are incorrect for inputs of 512MB or l...kaie%kuix.de2010-11-181-6/+5
* Bug 536485 - crash during ssl handshake in [@ intel_aes_decrypt_cbc_256]rrelyea%redhat.com2010-11-182-6/+11
* Bug 536485 - crash during ssl handshake in [@ intel_aes_decrypt_cbc_256]rrelyea%redhat.com2010-11-171-51/+68
* Bug 584257 - Need a way to expand partial private keysrrelyea%redhat.com2010-11-165-22/+583
* Bug 589288, nsslow_GetFIPSEnabled returns 0 when /proc/sys/crypto/fips_enable...emaldona%redhat.com2010-09-101-1/+1
* Bug 356713 - Support SHA224 has/hmac and rsa signature, r=wtcemaldona%redhat.com2010-08-189-5/+311
* Bug 588052 - FREEBL_NO_DEPEND should not depend on FREEBL_CHILD_BUILD=1, r=wt...emaldona%redhat.com2010-08-172-8/+5
* Bug 480514: Fix comment nit about P_hash. r=eskuat.wtc%google.com2010-08-131-1/+1
* Bug 480614 - TLS_P_hash_freebl_v4.patchrrelyea%redhat.com2010-08-105-7/+29
* Bug 158750: Reorder the input and output parameters of MGF1 to follow thewtc%google.com2010-07-224-15/+15
* Bug 158750: Add the MGF1 function, needed for RSA-PSS. The patch iswtc%google.com2010-07-216-3/+117
* Bug 158750: Fix the incorrect "End of Version 3.0xx" comments, found bywtc%google.com2010-07-211-5/+1
* Bug: Don't use NO_CHECK_FORK in NSS 3.13 or later. Use NO_FORK_CHECKwtc%google.com2010-07-211-1/+1
* Bug 580137: Merge SOFTOKEN_3_13_BRANCH onto the NSS trunk.wtc%google.com2010-07-2022-97/+400
* Bug 497251: Set FREEBL_NO_DEPEND to 0 to force a "depend" build. r=rrelyea.wtc%google.com2010-06-242-6/+6
* Bug 497251: build with FREEBL_NO_DEPEND=1 by default on Linux. r=rrelyea.wtc%google.com2010-06-123-8/+10
* Bug 510436: Add macro for build number (4th component of version number)wtc%google.com2010-06-111-2/+2
* Bug 505731: Fix the linker option for shell32.lib on MinGW. The patch iswtc%google.com2010-06-021-0/+4
* 536485: Do not do unnecessary 16th round of key expantion. r=rrelyeaalexei.volkov.bugs%sun.com2010-05-071-3/+17
* backout last comiit, which should have been on the 3.13 branchnelson%bolyard.com2010-05-024-20/+19
* Bug 536389: ECC wrong point multiplication (=> wrong signatures) casenelson%bolyard.com2010-05-024-19/+20