summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-282444-922650/+0
* Bug 838769 (second attempt): Disable the ECC cipher suites if we cannotwtc%google.com2013-02-192-2/+2
* Bug 841992: Remove the SunOS5.x.mk files for SunOS 5.9-5.11 (Solaris 9-11).wtc%google.com2013-02-198-118/+0
* Bug 841992: Use coreconf/SunOS5.mk for all Solaris versions. r=kaie.wtc%google.com2013-02-182-3/+14
* Bug 838769: Run strsclnt with SSL2 enabled only when testing the six SSL2wtc%google.com2013-02-181-8/+24
* Bug 841664: Remove a reference to the obsolete libfreebl_32int_3.so forwtc%google.com2013-02-181-1/+1
* Bug 838769: back out the previous checkin. tests/memleak/memleak.sh runswtc%google.com2013-02-162-2/+2
* Bug 360420, fix Windows deadlock bustage, add missing html request to tstclnt...kaie%kuix.de2013-02-161-20/+22
* Bug 841883 - manpages+html for tools: fix dependency tracking, integrate into...kaie%kuix.de2013-02-1628-11/+8725
* Bug 838769: Disable the ECC cipher suites if we cannot send extensions,wtc%google.com2013-02-152-2/+2
* Bug 838769: Run the ECC SSL tests with SSL2 disabled and with TLS enabledwtc%google.com2013-02-152-30/+6
* Bug 834795: Fix Visual C++ compiler warnings about unary minus operatorwtc%google.com2013-02-151-8/+8
* Bug 835091: Don't need to include <stdlib.h>. Declare internal functions aswtc%google.com2013-02-151-21/+3
* Bug 341127: Fix the invalid read and write in rc4_wordconv. Usewtc%google.com2013-02-151-95/+59
* Bug 840393: Improve error reporting. Fix a Visual C++ compiler warning onwtc%google.com2013-02-151-7/+7
* Bug 841664: Drop (32-bit) SPARC V8 processor support on Solaris. r=kaie.wtc%google.com2013-02-154-160/+4
* Bug 811331 / Bug 360420, add selfsigned OCSP stapling to selfserv, stapling s...kaie%kuix.de2013-02-159-9/+453
* Bug 811331 / Bug 360420, OCSP Stapling, TLS server side implementation; add a...kaie%kuix.de2013-02-1512-51/+286
* Bug 360420, OCSP Stapling, allow multiple status items, in an attempt to be p...kaie%kuix.de2013-02-1512-34/+173
* Bug 700701 (as part of Bug 360420), Enhance tstclnt and ssltap to support OCS...kaie%kuix.de2013-02-154-20/+617
* Overlapping fixes for Bug 554369 and Bug 360420. OCSP caching fixes by Adam L...kaie%kuix.de2013-02-153-37/+167
* Bug 360420, OCSP Stapling, TLS client side implementation, based on work by A...kaie%kuix.de2013-02-1511-33/+263
* set version to 3.14.4 Betakaie%kuix.de2013-02-153-9/+9
* Bug 822365: Document the <Hash>_EndRaw functions. Fix a typo in the commentNSS_3_14_3_RTMNSS_3_14_3_RC0wtc%google.com2013-02-141-4/+40
* prepare version numbers for 3.14.3 RTMkaie%kuix.de2013-02-143-6/+6
* Bug 840714 - certutil -a does not produce ASCII output, r=bsmithemaldona%redhat.com2013-02-131-1/+1
* Bug 822365: Document the constant-time MAC mechanisms. The patch iswtc%google.com2013-02-121-1/+23
* Bug 822365: change the include guard macro to match the file name.wtc%google.com2013-02-111-2/+2
* Bug 839109 - Fix TLS version in NSS tests, patch by Wan-Teh Chang, r=kaieNSS_3_14_3_BETA1kaie%kuix.de2013-02-071-1/+1
* Bug 822365: Rename the hashAlg field of CK_NSS_MAC_CONSTANT_TIME_PARAMS towtc%google.com2013-02-073-13/+23
* Bug 822365: Remove a redundant null pointer check in thewtc%google.com2013-02-071-2/+0
* Bug 822365: Fix a typo ("my" -> "may"). r=rrelyea.wtc%google.com2013-02-071-2/+2
* Bug 822365: PKCS #11 naming convention and NSS coding style fixes for thewtc%google.com2013-02-068-93/+134
* Bug 822365, Fix ppc64 endianness bug, patch by wtc, r=kaiekaie%kuix.de2013-02-061-8/+8
* Bug 822365, Fix compilation error on OSX PowerPC 32bit, TBR=wtckaie%kuix.de2013-02-061-0/+3
* Bug 822365: do not shift an unsigned int for more than 32 bits. TBR=aglwtc%google.com2013-02-061-1/+1
* Bug 822365: the version for PK11_SignWithSymKey should be NSS_3.14.3.wtc%google.com2013-02-061-1/+1
* Bug 822365: Fix the constant-time versions of HMAC-MD5 and SSLv3 MD5 MAC.wtc%google.com2013-02-063-9/+11
* Bug 822365: SHA512_EndRaw and SHA256_EndRaw need a local variable named t1wtc%google.com2013-02-061-1/+9
* Bug 822365: the SHA_HTONL macro (used by the SHA_STORE_RESULT macro) needswtc%google.com2013-02-051-1/+4
* Bug 822365: declare variables at the beginning of a block to fix MSVCwtc%google.com2013-02-051-2/+2
* Bug 822365: Make CBC decoding constant time. This patch makes the decodingwtc%google.com2013-02-0523-89/+1332
* Bug 158747: Add support for RSA-OAEP to softoken, but do not enable it yet,ryan.sleevi%gmail.com2013-02-055-237/+528
* Bug 837799 - Allow building of NSS against older sqlite, r=wtckaie%kuix.de2013-02-041-0/+5
* Bug 836562: Use Horner's rule to calculate the elliptic curve polynomial inwtc%google.com2013-02-011-4/+3
* Setting version to 3.14.3 Betakaie%kuix.de2013-01-313-9/+9
* Set version to NSS 3.14.2 RTMNSS_3_14_2_RTMkaie%kuix.de2013-01-313-6/+6
* Update/Add license headers.rrelyea%redhat.com2013-01-313-1/+28
* Bug 835293: on Linux x86_64, don't use the assembler flag -march=opteronwtc%google.com2013-01-311-1/+1
* Bug 835486, Provide documentation for NSS tools (both as HTML and Unix-style ...kaie%kuix.de2013-01-3014-0/+5335