| Commit message (Expand) | Author | Age | Files | Lines |
* | bug 1593141 - add validity period beginning argument to mozilla::pkix::TrustD... | Dana Keeler | 2019-11-09 | 6 | -12/+32 |
* | Bug 1591363 - PBKDF2 memory leaks in NSC_GenerateKey. r=jcj | Marcus Burghardt | 2019-11-12 | 1 | -20/+74 |
* | Bug 1566131, check policy against hash algorithms used for ServerKeyExchange,... | Daiki Ueno | 2019-11-08 | 3 | -1/+171 |
* | Bug 1577803, clang-format, a=bustage | Daiki Ueno | 2019-11-06 | 1 | -3/+3 |
* | Bug 1577803, pk11wrap: set friendly flag if token implements CKP_PUBLIC_CERTI... | Daiki Ueno | 2019-11-06 | 2 | -10/+104 |
* | Bug 1577803, gtests: import pkcs11testmodule from Firefox, r=rrelyea | Daiki Ueno | 2019-11-05 | 11 | -0/+835 |
* | Bug 1591742 - check des iv length and add test for it, r=jcj,kjacobs | Franziskus Kiefer | 2019-11-01 | 3 | -0/+67 |
* | Bug 1588567 - enable mozilla::pkix gtests in NSS r=jcj | Dana Keeler | 2019-11-01 | 1 | -2/+2 |
* | Bug 1575411 - Disable EMS for tests, a=bustage | Martin Thomson | 2019-10-30 | 1 | -0/+3 |
* | Bug 1590970 - Fix clang-format from e7956ee3ba1b6d05e3175bbcd795583fde867720 ... | J.C. Jones | 2019-10-29 | 1 | -1/+2 |
* | Bug 1590970 - Stop using time() for ESNI tests, r=kjacobs | Martin Thomson | 2019-10-29 | 1 | -73/+83 |
* | Bug 1588244 - Store TLS 1.3 peerDelegCred, authKeyBits, and scheme in SSLPrel... | Kevin Jacobs | 2019-10-28 | 6 | -0/+171 |
* | Bug 1459141 - A few more CBC padding tests. r=jcj | Deian Stefan | 2019-10-22 | 1 | -7/+74 |
* | Bug 1573118 - Fix busted unit tests, r=jcj | Martin Thomson | 2019-10-19 | 1 | -1/+5 |
* | Bug 1589120 - Additional test vectors for CBC padding. r=jcj | Kevin Jacobs | 2019-10-17 | 1 | -0/+144 |
* | Bug 1589120 - Tests for padded AES key wrap r=jcj | Kevin Jacobs | 2019-10-17 | 3 | -0/+417 |
* | Bug 1588244 - SSLExp_DelegateCredential to support 'rsaEncryption' end-entity... | Kevin Jacobs | 2019-10-16 | 3 | -26/+51 |
* | Bug 1465613 - Created two new fields for scheduled distrust from builtins and... | Marcus Burghardt | 2019-10-11 | 3 | -1/+139 |
* | bug 1579060 - fix handling of issuerUniqueID and subjectUniqueID in mozilla::... | Dana Keeler | 2019-10-15 | 1 | -0/+50 |
* | Bug 1549225 - Up front Signature Scheme validation, r=ueno | Martin Thomson | 2019-09-06 | 5 | -4/+141 |
* | Bug 1586947 - Store nickname during EC key import. r=jcj | Kevin Jacobs | 2019-10-08 | 1 | -15/+67 |
* | Bug 1576307 - Fixup for fips tests, permit NULL iv as necessary. r=jcj | Kevin Jacobs | 2019-10-03 | 1 | -13/+2 |
* | Bug 1576307 - Check mechanism param and param length before casting to mechan... | Kevin Jacobs | 2019-09-30 | 1 | -0/+84 |
* | Bug 1558234 - Additional EC key tests, r=jcj | Kevin Jacobs | 2019-09-30 | 5 | -23/+167 |
* | Bug 1515342 - Tests for invalid DH public keys, r=jcj | Martin Thomson | 2019-02-25 | 6 | -144/+289 |
* | Bug 1515342 - Checks for invalid bit strings, r=jcj | Martin Thomson | 2019-09-27 | 2 | -16/+41 |
* | Bug 1578238 - Validate tag size in AES_GCM. r=kjacobs,jcj | Marcus Burghardt | 2019-09-26 | 1 | -49/+60 |
* | Bug 1576295 - SEED_CBC encryption check input arguments. r=kjacobs,jcj,mt | Marcus Burghardt | 2019-09-26 | 3 | -0/+73 |
* | Bug 1580286, account for IV size when checking TLS 1.2 records, r=mt | Daiki Ueno | 2019-09-23 | 1 | -2/+3 |
* | Bug 1267894 - New functions for CipherSuites Ordering and gtests. r=jcj,kjaco... | Marcus Burghardt | 2019-09-16 | 3 | -0/+243 |
* | Bug 1578626 - Remove undefined nullptr decrement, r=keeler | Martin Thomson | 2019-09-04 | 1 | -2/+4 |
* | Bug 1578751 - Ensure a consistent style for pk11_find_certs_unittest.cc. r=jcj | Marcus Burghardt | 2019-09-05 | 1 | -179/+180 |
* | Bug 1570501 - Expose AES-CMAC in PKCS #11 API, r=mt | Alexander Scheel | 2019-08-30 | 2 | -0/+92 |
* | Bug 1570501 - Add AES-CMAC implementation to freebl, r=mt | Alexander Scheel | 2019-08-30 | 2 | -0/+188 |
* | bug 1577038 - add PK11_GetCertsFromPrivateKey r=jcj,kjacobs | Dana Keeler | 2019-08-29 | 1 | -3/+202 |
* | Bug 1485533 - Close gaps in taskcluster SSL testing. r=mtNSS_3_46_BETA2 | Kevin Jacobs | 2019-08-27 | 2 | -0/+2 |
* | Bug 1573942 - Gtest for pkcs11.txt with different breaking line formats. r=kj... | Marcus Burghardt | 2019-08-23 | 1 | -1/+72 |
* | Bug 1528666 - Correct resumption validation checks, r=jcj | Martin Thomson | 2019-08-20 | 2 | -10/+85 |
* | Bug 1568803 - More tests for client certificate authentication, r=kjacobs | Martin Thomson | 2019-08-22 | 2 | -7/+68 |
* | Bug 1572593 - Re-revert call to CheckCertReqAgainstDefaultCAs to avoid memory... | Kevin Jacobs | 2019-08-14 | 1 | -2/+7 |
* | Bug 1415118 - Fix --enable-libpkix builds from build.sh r=mt,jcj | Kevin Jacobs | 2019-08-12 | 2 | -0/+2 |
* | Bug 1572593 - Reset advertised extensions in ssl_ConstructExtensions r=mt,kja... | J.C. Jones | 2019-08-14 | 1 | -7/+2 |
* | Bug 1542077 - Added extra controls and tests to mp_set_int and mp_set_ulong. ... | Marcus Burghardt | 2019-08-13 | 1 | -1/+1 |
* | Bug 1572791 - Fixup clang-format r=bustage | J.C. Jones | 2019-08-13 | 2 | -4/+5 |
* | Bug 1572791 - Check for nulls in SSLExp_DelegateCredential and its tests r=kj... | J.C. Jones | 2019-08-13 | 2 | -1/+4 |
* | Bug 1572791 - Fix ASAN cert errors when SSL gtests run on empty profile r=jcj | Kevin Jacobs | 2019-08-13 | 4 | -5/+33 |
* | Bug 1566601 - Add Wycheproof test vectors for AES-KW r=jcj | Kevin Jacobs | 2019-08-06 | 2 | -100/+2030 |
* | Bug 1516593 - Client to generate new random during renegotiation. r=mt | Kevin Jacobs | 2019-07-31 | 3 | -1/+44 |
* | Bug 1560806 - Increased the max size supported for softoken passwords. r=jcj | Marcus Burghardt | 2019-07-26 | 1 | -0/+21 |
* | Bug 1453408, fix FIPS level1 -> level2 transition in C_SetPIN, r=rrelyea | Daiki Ueno | 2019-07-24 | 1 | -0/+95 |