summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCHNSS_TLS13_DRAFT19_BRANCHMartin Thomson2017-11-243-32/+26
|\
| * Bug 1414811 - ssl3_config_match_init() shouldn't return a signed int r=ttaubertJean-Luc Bonnafoux2017-11-233-33/+26
* | Bug 1385203 - Ensure wrBuf is empty when not in use, r=ekrMartin Thomson2017-11-244-16/+41
* | Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCHMartin Thomson2017-11-2359-4613/+2756
|\ \ | |/
| * Bug 1383369 - formally verified code from HaCl* for Chacha20 (non-vectorized)...Franziskus Kiefer2017-11-229-108/+566
| * Bug 1413470, Coverity issues in rsapoptst.c, r=kaieBob Relyea2017-11-221-1/+1
| * Bug 1419173 - fix uint128 defines, r=ttaubertFranziskus Kiefer2017-11-221-8/+5
| * 1418678, Add Certum CA Root certificate back to NSS (revert removal) with onl...Kai Engert2017-11-221-0/+119
| * Bug 1419721 - SECMOD_CanDeleteInternalModule() should return false when build...Tim Taubert2017-11-221-0/+9
| * Bug 1416730, selfserv: Call NSS_Initialize early to respect policy in SSL, r=...Daiki Ueno2017-10-102-12/+64
| * Bug 1278071, increase number of iterations for export to PKCS #12, r=fkieferKai Engert2017-11-221-1/+7
| * Bug 1419173 - New version of HACL* base and Curve25519, r=franziskusBenjamin Beurdouche2017-11-2113-1335/+1629
| * bug 1409872 - follow-up to bump ckbi version numbers to 2.20 r=kaieDavid Keeler2017-11-211-2/+2
| * Bug 1415795 - Provide a macro to support removal of experimental APIs, r=fran...Martin Thomson2017-11-211-0/+2
| * Bug 1419290 - enable curve25519 64-bit on aarch64, r=ttaubertFranziskus Kiefer2017-11-201-3/+3
| * Bug 1415795 - revert renaming of SSL_UseAltServerHelloType, r=mtFranziskus Kiefer2017-11-216-8/+8
| * Bug 1418021 - make sure sidBytes item is not NULL before copying, r=ttaubertFranziskus Kiefer2017-11-171-1/+2
| * Bug 1409872 - Remove active distrust entries for certificates that have expir...David Keeler2017-11-161-2967/+0
| * fix clang-format, a=bustageFranziskus Kiefer2017-11-161-1/+1
| * Bug 1397666, removed stray NSS_ENABLE_ECC, r=franziskusJonas Allmann2017-11-162-11/+0
| * Bug 1220077, fixed leak in unused passwort prompt, r=franziskusJonas Allmann2017-11-161-1/+2
| * Bug 1416730, Backed out changeset 6039a5e4ab01 because of test failuresDaiki Ueno2017-11-142-63/+12
| * Bug 1416730, selfserv: Call NSS_Initialize early to respect policy in SSL, r=...Daiki Ueno2017-10-102-12/+63
| * Bug 1416265, pk11wrap: Add backward compatibility with faulty PBES2 AES schem...Daiki Ueno2017-11-103-3/+27
| * Bug 1416292 - ssl3encode.c fix signed / unsigned compilation warnings r=ttaubertJean-Luc Bonnafoux2017-11-131-1/+1
| * Bug 1414863 - sslsock.c fix signed / unsigned compilation warnings r=ttaubertJean-Luc Bonnafoux2017-11-131-1/+1
| * Bug 1415847, modutil: Suppress unnecessary password prompt, r=kaieDaiki Ueno2017-11-091-1/+1
| * Bug 1415033 - Assert on RWLock leak, r=ttaubertMartin Thomson2017-11-071-0/+2
| * Bug 1415718 - Initialize version in ssl3_SendClientHello, r=ttaubertMartin Thomson2017-11-091-5/+1
| * Bug 1348809, reopened, keep chains.sh from being run on gyp build, r=franziskusJonas Allmann2017-11-091-10/+10
| * Bug 1414777 - pkcs11uri.c fix unsigned / signed mismatch r=ttaubertJean-Luc Bonnafoux2017-11-091-1/+4
| * Bug 1415187, certutil: Create non-restricted RSA-PSS certificate unless -Z is...Daiki Ueno2017-11-071-1/+2
| * Bug 1415505 - add clean only target to build.sh, r=ttaubertFranziskus Kiefer2017-11-082-2/+9
| * Bug 1415171, Fix handling of default RSA-PSS parameters, r=mtDaiki Ueno2017-11-084-24/+149
| * Bug 1259061, removed MP_MEMCPY from libmpi, r=franziskusJonas Allmann2017-11-073-14/+0
| * Bug 1259053, removed MP_MEMSET from libmpi, r=franziskusJonas Allmann2017-11-073-33/+17
| * Bug 1414297 - Use VS2017 for NSS on Taskcluster r=ttaubertDavid Major2017-11-034-12/+12
| * Bug 1369091 - check that e > 2 and odd in RSA_NewKey, r=franziskusJonas Allmann2017-11-073-17/+83
| * Bug 1414718 - Have a single way to signal a CA cert, r=uenoMartin Thomson2017-11-061-4/+5
| * Bug 1411475 - Fixup merge trash, r=ekrMartin Thomson2017-11-072-4/+2
| * Bug 1400591 - ssl3con.c signed/unsigned compilation warnings r=ttaubertJean-Luc Bonnafoux2017-11-061-37/+28
| * Bug 1414777 - pkcs11uri.c fix unsigned / signed mismatch r=ttaubertJean-Luc Bonnafoux2017-11-061-1/+1
| * Bug 1414747 - secport.c fix signed / unsigned mismatch r=ttaubertjbonnafo2017-11-061-1/+1
* | Bug 1418862 - Make HelloRetryRequest look like ServerHello, r=ekrMartin Thomson2017-11-2232-726/+854
* | Bug 1413787 - Fix record version numbers, r=franzikusMartin Thomson2017-11-222-26/+40
* | Bug 1413787 - Move initialization functions for more coverage, r=franziskusMartin Thomson2017-11-212-14/+5
* | Bug 1418943 - Properly handle absent cookie on second ClientHello, r=ekrMartin Thomson2017-11-204-1/+24
* | Bug 1418948 - Configure anti-replay for selfserv, r=ekrMartin Thomson2017-11-201-0/+5
* | Bug 1413787 - Remove lazy initialization, r=ekrMartin Thomson2017-11-028-120/+67
* | Bug 1413786 - Ignore parse errors for encrypted handshake message, a=bustageMartin Thomson2017-11-212-2/+7