summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1581759 - fix incorrect if condition in symkeyutil. r=kjacobsKai Engert2019-09-181-1/+1
* Bug 1581024 - Check for pointer wrap in derprint.c. r=jcjKevin Jacobs2019-09-181-1/+1
* Bug 1580126 - Fix build failure on aarch64_be while building freebl/gcm r=kja...Giulio Benetti2019-09-181-1/+2
* Bug 1385039 - Build NSPR tests as part of NSS continuous integration. r=kjacobsKai Engert2019-09-171-22/+100
* Bug 1581391 - include gcm-aarch64 on all unices, not only linux r=kjacobsLandry Breuil2019-09-171-3/+3
* Bug 1581041 - Rename mach-commands to mach-completion, r=jcjMartin Thomson2019-09-171-2/+2
* Bug 1558313 - Fix clang warnings in pk11importtest.c and pkcs11.c r=marcusbur...Jenine2019-09-162-3/+10
* Bug 1542207, fix policy check on signature algorithms, r=rrelyeaDaiki Ueno2019-09-131-23/+43
* Bug 1560329, drbg: perform continuous test on entropy source, r=rrelyeaDaiki Ueno2019-09-051-9/+90
* Bug 1579290 - Disable LSAN during builds, r=uenoMartin Thomson2019-09-061-1/+9
* Bug 1385061 - Build NSPR tests with NSS make; Add gyp parameters to build/run...Kai Engert2019-09-134-3/+33
* Bug 1577359 - Build atob and btoa for Thunderbird. r=jcjKai Engert2019-09-111-0/+2
* Bug 1579036 - Define error when trying to export non-existent cert with pk12u...Marcus Burghardt2019-09-101-0/+1
* Bug 1578626 - Remove undefined nullptr decrement, r=keelerMartin Thomson2019-09-041-2/+4
* Bug 1578751 - Ensure a consistent style for pk11_find_certs_unittest.cc. r=jcjMarcus Burghardt2019-09-051-179/+180
* Bug 1570501 - Expose AES-CMAC in PKCS #11 API, r=mtAlexander Scheel2019-08-309-4/+199
* Bug 1570501 - Add AES-CMAC implementation to freebl, r=mtAlexander Scheel2019-08-3012-2/+672
* Bug 657379 - NSS uses the wrong OID for signatureAlgorithm field of signerInf...David Cooper2019-09-051-25/+82
* Backed out changeset 934c8d0e7abaDaiki Ueno2019-09-051-90/+9
* Bug 1560329, drbg: perform continuous test on entropy source, r=rrelyeaDaiki Ueno2019-09-051-9/+90
* Bug 1576664 - Remove -mms-bitfields from win32 makefile r=jcjKevin Jacobs2019-08-301-1/+1
* bug 1577038 - add PK11_GetCertsFromPrivateKey r=jcj,kjacobsDana Keeler2019-08-295-3/+307
* Set version numbers to 3.47 betaJ.C. Jones2019-08-304-10/+10
* Set version numbers to 3.46 finalNSS_3_46_RTMJ.C. Jones2019-08-303-6/+6
* Added tag NSS_3_46_BETA2 for changeset 24b0fc700203J.C. Jones2019-08-270-0/+0
* Bug 1485533 - Close gaps in taskcluster SSL testing. r=mtNSS_3_46_BETA2Kevin Jacobs2019-08-278-25/+56
* Bug 1549847 - Ignore sqlite compilation warnings. r=mtEdouard Oger2019-08-232-1/+11
* Added tag NSS_3_46_BETA1 for changeset 44aa330de2aaJ.C. Jones2019-08-230-0/+0
* Bug 1560593 - Check that BUILD_OPT is defined before testing its value. r=jcjNSS_3_46_BETA1Kevin Jacobs2019-08-231-3/+3
* Bug 1575968 - Add strsclnt option to enforce the use of either IPv4 or IPv6 r...Kevin Jacobs2019-08-231-7/+34
* Bug 1573942 - Gtest for pkcs11.txt with different breaking line formats. r=kj...Marcus Burghardt2019-08-231-1/+72
* Bug 1564284: Added check for CR + LF, r=marcusburghardt,kjacobsKevin Jacobs2019-08-211-1/+4
* Bug 1528666 - Formatting, a=bustageMartin Thomson2019-08-221-5/+6
* Bug 1528666 - Correct resumption validation checks, r=jcjMartin Thomson2019-08-203-17/+123
* Bug 1568803 - More tests for client certificate authentication, r=kjacobsMartin Thomson2019-08-223-8/+69
* Bug 1574670 - Remove Expired root certificates - Class 2 Primary, UTN-USERFir...Marcus Burghardt2019-08-201-442/+0
* Bug 1572164 - Don't unnecessarily free session in NSC_WrapKey r=jcjKevin Jacobs2019-08-121-2/+2
* Bug 1562330 - require NSPR version 4.22 r=jcjKai Engert2019-08-191-1/+1
* Bug 1574220 - Fixup clang-format r=bustageJ.C. Jones2019-08-161-1/+1
* Bug 1574220 - Improve controls after errors in tstcln, selfserv and vfyserv c...Marcus Burghardt2019-08-153-5/+15
* Bug 1550636 - Upgrade SQLite in NSS to v3.29 (2019-07-10). r=jcjMarcus Burghardt2019-08-163-25209/+66103
* Bug 1566569 - Remove Swisscom Root CA 2 root certificate. r=jcjMarcus Burghardt2019-08-152-177/+2
* Bug 1572593 - Re-revert call to CheckCertReqAgainstDefaultCAs to avoid memory...Kevin Jacobs2019-08-141-2/+7
* Bug 1415118 - Fix --enable-libpkix builds from build.sh r=mt,jcjKevin Jacobs2019-08-122-0/+2
* Bug 1572593 - Reset advertised extensions in ssl_ConstructExtensions r=mt,kja...J.C. Jones2019-08-142-7/+5
* Bug 1539788 - UBSAN fixup for 128b counter. r=mt,jcjKevin Jacobs2019-08-141-2/+4
* Bug 1539788 - Add length checks for cryptographic primitives r=mt,jcjKevin Jacobs2019-08-135-10/+56
* Bug 1542077 - Added extra controls and tests to mp_set_int and mp_set_ulong. ...Marcus Burghardt2019-08-134-14/+42
* Bug 1572791 - Fixup clang-format r=bustageJ.C. Jones2019-08-132-4/+5
* Bug 1572791 - Check for nulls in SSLExp_DelegateCredential and its tests r=kj...J.C. Jones2019-08-133-1/+9