summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close NSS_3_15_3_RELEASE_BRANCHNSS_3_15_3_RELEASE_BRANCHFranziskus Kiefer2017-09-290-0/+0
* Added tag NSS_3_15_3_1_RTM for changeset e826416013ccBrian Smith2013-12-050-0/+0
* Bug 946351, bump the version number of the root module.NSS_3_15_3_1_RTMKai Engert2013-12-051-2/+2
* Added tag NSS_3_15_3_1_RTM for changeset fb769b6652a2Brian Smith2013-12-040-0/+0
* Set version to NSS 3.15.3.1 releaseBrian Smith2013-12-043-6/+6
* Bug 946351, r=wtcBrian Smith2013-12-041-0/+28
* Added tag NSS_3_15_3_RTM for changeset d203c95e5c72Kai Engert2013-11-090-0/+0
* Set version to NSS 3.15.3 releaseNSS_3_15_3_RTMKai Engert2013-11-093-6/+6
* Added tag NSS_3_15_3_BETA3 for changeset 7bb41a9655d6Kai Engert2013-11-070-0/+0
* Bug 934016: Handle invalid handshake packets, r=wtcNSS_3_15_3_BETA3Ryan Sleevi2013-11-011-0/+5
* Bug 850478: List RC4_128 cipher suites after AES_128 cipher suites.Wan-Teh Chang2013-10-242-14/+14
* Bug 925100: ensure a size is <= half of the maximum PRUint32 valueWan-Teh Chang2013-10-141-10/+30
* Bug 910438: Have CERT_VerifyCert return the correct result when certificate v...Brian Smith2013-10-111-2/+5
* Creating a NSS 3.15.3 release branch based on 10853:eeb277ec054cKai Engert2013-11-070-0/+0
* set version to 3.15.3 BetaKai Engert2013-09-253-9/+9
* Bug 919677: don't advertise TLS 1.2-only ciphersuites in a TLS 1.1Adam Langley2013-09-251-25/+36
* Added tag NSS_3_15_2_RTM for changeset d7713e6888f1Kai Engert2013-09-250-0/+0
* Added tag NSS_3_15_2_RC0 for changeset 0dafe7df1ddeNSS_3_15_2_RTMKai Engert2013-09-250-0/+0
* Set version numbers to NSS 3.15.2 release, initial release candidateNSS_3_15_2_RC0Kai Engert2013-09-253-6/+6
* Bug 681839: Allow SSL_HandshakeNegotiatedExtension to be called before the ha...Wan-Teh Chang2013-09-231-8/+1
* Added tag NSS_3_15_2_BETA2 for changeset 827c64ac482fKai Engert2013-09-120-0/+0
* Bug 912844: Make values of CERT_REV_* constants unsigned, r=rsleeviNSS_3_15_2_BETA2Brian Smith2013-09-111-16/+16
* Bug 912847: Add const modifier to several SECKEY_* functions, r=rsleeviBrian Smith2013-09-116-32/+34
* bug 908617, address review comments, r=wtcKai Engert2013-08-232-8/+12
* Added tag NSS_3_15_2_BETA1 for changeset 2ab64817f703Wan-Teh Chang2013-08-230-0/+0
* Bug 880543: Add the following AES-GCM cipher suites:Wan-Teh Chang2013-08-231-0/+3
* Bug 908617, Add tstclnt option to enforce the use of either IPv4 or IPv6, and...Kai Engert2013-08-232-20/+31
* Bug 900971 - nssutil_ReadSecmodDB() leaks memory, r=rrelyeaElio Maldonado2013-08-231-0/+1
* Bug 734007: sizeof(SSL3_MASTER_SECRET_LENGTH) was incorrectly used inNSS_3_15_2_BETA1Wan-Teh Chang2013-08-211-1/+1
* Bug 880543: Remove two unused macros that were added by mistake in theWan-Teh Chang2013-08-201-2/+0
* Bug 880543: Make the AES-GCM cipher suites work in DTLS, by moving theWan-Teh Chang2013-08-205-130/+91
* Bug 848384: Resurrect the SSL cipher policy framework, but change theWan-Teh Chang2013-08-196-139/+329
* BUG 663313: Treat OCSP signatures with the same algorithm policies as CRL and...Ryan Sleevi2013-08-151-17/+14
* BUG 905387: Fix a typo in a comment by renaming "pk" to "privKey"Ryan Sleevi2013-08-141-1/+1
* Bug 905366: Fix a comment typo by renaming "key" to "cx"Ryan Sleevi2013-08-141-1/+1
* Bug 880543: Implement the AES GCM cipher suites in RFC 5288 and RFC 5289.Adam Langley2013-08-1411-231/+543
* Bug 848384: Remove vestigial cipher suite policy code. r=wtc.Adam Langley2013-08-126-416/+138
* Bug 903565: Don't attempt to initialize the socket protocol variant whenRyan Sleevi2013-08-091-1/+1
* Bug 894370: avoid uninitialised data warning in the event of aAdam Langley2013-08-021-13/+14
* Bug 890714 - Fix mixed line endings. r=wtcEmanuel Hoogeveen2013-08-011-1/+1
* Bug 826201 - Use sufficiently large integer when left shifting bits in securi...Nickolai Zeldovich2013-07-221-7/+7
* Bug 836477 - Complete the initial review of the docbook documentation for NSS...Elio Maldonado2013-07-1924-318/+433
* Bug 884178 - add PK11_CipherFinal function wrapper, r=rrelyeaMilan Bartos2013-07-031-0/+1
* Bug 618803 - Add /* fall through */ comments to NSC_GenerateKey() switch v1, ...Cykesiopka2013-07-031-0/+2
* Backed out changeset a47bc2881ba4Kai Engert2013-07-022-2/+0
* Bug 884178 - add PK11_CipherFinal function wrapper, r=rrelyeaMilan Bartos2013-07-022-0/+2
* Bug 618798 - add fall through comment, r=rrelyea, DONTBUILDcykesiopka bmo2013-06-281-0/+1
* Bug 650997: Remove garbage in lib/freebl/mpi/README. r=wtc.Cykesiopka2013-06-281-4/+0
* Set version to 3.15.2 beta, DONTBUILDKai Engert2013-06-273-9/+9
* Added tag NSS_3_15_1_RTM for changeset 05ffc38de8b4Kai Engert2013-06-270-0/+0