summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 802430: Back out the previous checkin because I checked in the olderwtc%google.com2012-10-242-5/+1
* Bug 803282: utilmod.c does not need to include pkcs11t.h and secitem.h.wtc%google.com2012-10-232-2/+2
* Bug 802430: build dbm with NO_NSPR_10_SUPPORT. r=bsmith.wtc%google.com2012-10-232-1/+5
* Bug 803660: Fix compiler warning in sftk_forceTokenAttribute. r=ryan.sleeviwtc%google.com2012-10-201-1/+1
* Bug 802900 - Removed the unused variables in pk11_TokenKeyGenWithFlagsAndKeyT...kaie%kuix.de2012-10-191-3/+0
* Bug 777394 - Avoid listening-port collisisions with AIA testing, r=rrelyeakaie%kuix.de2012-10-191-1/+2
* Bug 802430 - Allow NSS to be built with NO_NSPR_10_SUPPORT, patch by Brian Sm...kaie%kuix.de2012-10-191-5/+5
* Bug 408492 - loader_GetOriginalPathname doesn't follow symbolic links properl...kaie%kuix.de2012-10-191-0/+11
* Bug 794896 - Make the NSS build system friendly to pymake, patch by Mike Homm...kaie%kuix.de2012-10-193-28/+22
* Set trunk version 3.14.1 Betakaie%kuix.de2012-10-193-12/+12
* Set NSS version strings to NSS 3.14 release candidate 2 (RC1)NSS_3_14_RTMNSS_3_14_RC1kaie%kuix.de2012-10-183-6/+6
* Bug 795355 - September 2012 batch of root CA changes, r=rrelyeakaie%kuix.de2012-10-183-5/+873
* turn off C_XXXXXUpdate for GCM.rrelyea%redhat.com2012-10-122-2/+14
* Set NSS version strings to NSS 3.14 release candidate 1 (RC0)NSS_3_14_RC0kaie%kuix.de2012-10-113-6/+6
* Bug 373108 - Implement AES Galois Counter Mode (GCM)rrelyea%redhat.com2012-10-1134-10/+120
* Update comment as recommended by wtc in bug 475578 comment 56.rrelyea%redhat.com2012-10-111-1/+1
* Bug 475578 - Implement Extended DSA as defined in FIPS 186-3 (DSS) (edit)rrelyea%redhat.com2012-10-114-5/+90
* Bug 373108: Rename CK_AES_GCM_PARAMS to CK_GCM_PARAMS. Remove GCM code forwtc%google.com2012-10-102-22/+14
* Bug 734492 - nss should protect itself against calls made before nss_init, r=wtcemaldona%redhat.com2012-10-091-4/+29
* Bug 797572: Export SRTP functions from libssl. Patch contributed by rjesup, r...bsmith%mozilla.com2012-10-031-0/+2
* Bug 753116 - softoken needs to split out common components to util, r=rrelyaemaldona%redhat.com2012-10-032-1/+94
|\
* | fixup commit for tag 'NSS_3_14_BETA1'NSS_3_14_BETA1cvs2hg2012-09-281-92/+0
|/
* Bug 764973 - Augment libpkix with callback at chainvalidate (edit)rrelyea%redhat.com2012-09-288-2/+138
* Bug 753116 Add error message for SEC_ERROR_LEGACY_DATABASE to SECerrs.h.rrelyea%redhat.com2012-09-281-0/+3
* Bug 373108 - Implement AES Galois Counter Mode (GCM)rrelyea%redhat.com2012-09-2818-38/+1647
* Bug 794636: CERT_AsciiToName should take a const char * input argument.wtc%google.com2012-09-282-12/+14
* Bug 795145: Set the max version to TLS 1.0 when testing the export cipherwtc%google.com2012-09-281-0/+8
* Bug 734519: Stop the compression method search for loop when the target iswtc%google.com2012-09-281-6/+7
* Bug 783448: When renegotiating, continue to use the client_version used inwtc%google.com2012-09-281-7/+73
* Bug 786431: do not re-import certificates returned by NSS as temporarywtc%google.com2012-09-281-6/+2
* Bug 681065: ss->ssl3.hs.lastMessageFlight does not need to be allocatedwtc%google.com2012-09-283-20/+9
* Bug 590364 - By default, stop accepting MD5 as a hash algorithm in certificat...kaie%kuix.de2012-09-271-0/+3
* Bug 785170 - Enhance NSS to run an initial set of TLS 1.1 testskaie%kuix.de2012-09-273-81/+136
* Bug 785169 - Change tools to use a version range for SSL/TLS versions + adjus...kaie%kuix.de2012-09-278-158/+356
* Bug 475578 - Implement Extended DSA as defined in FIPS 186-3rrelyea%redhat.com2012-09-261-210/+542
* Bug 333601: Use the x86 assembly code in mpi on Mac OS X. The patch iswtc%google.com2012-09-262-0/+303
* Bug 333601: invoke mpi-test as ./mpi-test because the current directory (.)wtc%google.com2012-09-261-2/+2
* Bug 475578: lib/freebl/pqg.c should not include lib/cryptohi/sechash.h.wtc%google.com2012-09-252-34/+32
* Bug 475578 - Implement Extended DSA as defined in FIPS 186-3 (DSS)rrelyea%redhat.com2012-09-252-62/+282
* Bug 753116: remove an obsolete, commented-out line. r=rrelyea.wtc%google.com2012-09-251-1/+0
* Bug 753116: removed an unused variable in NSC_ModuleDBFunc. r=rrelyea.wtc%google.com2012-09-251-1/+0
* Bug 753116: Add include guard macro to utilpars.h. Also fix typos and stylewtc%google.com2012-09-253-13/+16
* Bug 753116: NSSUTIL_EscapeSize should pass addquotes=PR_FALSE towtc%google.com2012-09-251-3/+3
* Bug 792681: Disable the export , DES, and RSA_FIPS cipher suites bywtc%google.com2012-09-251-16/+16
* Bug 793033: Remove the strange sslSocket copying in ssl_FreeSocket. Itwtc%google.com2012-09-241-24/+13
* Bug 475578: fix a compiler warning and style nits. TBR=emaldona.wtc%google.com2012-09-223-7/+7
* Bug 753116: fix error code collision of SEC_ERROR_LEGACY_DATABASE.wtc%google.com2012-09-221-1/+2
* Bug 186619: fix compiler warnings by propagating 'const' to more functions.wtc%google.com2012-09-222-11/+11
* Fix the file name (mpi_x86.c -> mpi_x86_asm.c) in the comment.wtc%google.com2012-09-221-1/+1
* Move the header include guard after the license header.wtc%google.com2012-09-221-2/+3