summaryrefslogtreecommitdiff
path: root/gtests
Commit message (Expand)AuthorAgeFilesLines
* bug 1593141 - add validity period beginning argument to mozilla::pkix::TrustD...Dana Keeler2019-11-096-12/+32
* Bug 1591363 - PBKDF2 memory leaks in NSC_GenerateKey. r=jcjMarcus Burghardt2019-11-121-20/+74
* Bug 1566131, check policy against hash algorithms used for ServerKeyExchange,...Daiki Ueno2019-11-083-1/+171
* Bug 1577803, clang-format, a=bustageDaiki Ueno2019-11-061-3/+3
* Bug 1577803, pk11wrap: set friendly flag if token implements CKP_PUBLIC_CERTI...Daiki Ueno2019-11-062-10/+104
* Bug 1577803, gtests: import pkcs11testmodule from Firefox, r=rrelyeaDaiki Ueno2019-11-0511-0/+835
* Bug 1591742 - check des iv length and add test for it, r=jcj,kjacobsFranziskus Kiefer2019-11-013-0/+67
* Bug 1588567 - enable mozilla::pkix gtests in NSS r=jcjDana Keeler2019-11-011-2/+2
* Bug 1575411 - Disable EMS for tests, a=bustageMartin Thomson2019-10-301-0/+3
* Bug 1590970 - Fix clang-format from e7956ee3ba1b6d05e3175bbcd795583fde867720 ...J.C. Jones2019-10-291-1/+2
* Bug 1590970 - Stop using time() for ESNI tests, r=kjacobsMartin Thomson2019-10-291-73/+83
* Bug 1588244 - Store TLS 1.3 peerDelegCred, authKeyBits, and scheme in SSLPrel...Kevin Jacobs2019-10-286-0/+171
* Bug 1459141 - A few more CBC padding tests. r=jcjDeian Stefan2019-10-221-7/+74
* Bug 1573118 - Fix busted unit tests, r=jcjMartin Thomson2019-10-191-1/+5
* Bug 1589120 - Additional test vectors for CBC padding. r=jcjKevin Jacobs2019-10-171-0/+144
* Bug 1589120 - Tests for padded AES key wrap r=jcjKevin Jacobs2019-10-173-0/+417
* Bug 1588244 - SSLExp_DelegateCredential to support 'rsaEncryption' end-entity...Kevin Jacobs2019-10-163-26/+51
* Bug 1465613 - Created two new fields for scheduled distrust from builtins and...Marcus Burghardt2019-10-113-1/+139
* bug 1579060 - fix handling of issuerUniqueID and subjectUniqueID in mozilla::...Dana Keeler2019-10-151-0/+50
* Bug 1549225 - Up front Signature Scheme validation, r=uenoMartin Thomson2019-09-065-4/+141
* Bug 1586947 - Store nickname during EC key import. r=jcjKevin Jacobs2019-10-081-15/+67
* Bug 1576307 - Fixup for fips tests, permit NULL iv as necessary. r=jcjKevin Jacobs2019-10-031-13/+2
* Bug 1576307 - Check mechanism param and param length before casting to mechan...Kevin Jacobs2019-09-301-0/+84
* Bug 1558234 - Additional EC key tests, r=jcjKevin Jacobs2019-09-305-23/+167
* Bug 1515342 - Tests for invalid DH public keys, r=jcjMartin Thomson2019-02-256-144/+289
* Bug 1515342 - Checks for invalid bit strings, r=jcjMartin Thomson2019-09-272-16/+41
* Bug 1578238 - Validate tag size in AES_GCM. r=kjacobs,jcjMarcus Burghardt2019-09-261-49/+60
* Bug 1576295 - SEED_CBC encryption check input arguments. r=kjacobs,jcj,mtMarcus Burghardt2019-09-263-0/+73
* Bug 1580286, account for IV size when checking TLS 1.2 records, r=mtDaiki Ueno2019-09-231-2/+3
* Bug 1267894 - New functions for CipherSuites Ordering and gtests. r=jcj,kjaco...Marcus Burghardt2019-09-163-0/+243
* 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-302-0/+92
* Bug 1570501 - Add AES-CMAC implementation to freebl, r=mtAlexander Scheel2019-08-302-0/+188
* bug 1577038 - add PK11_GetCertsFromPrivateKey r=jcj,kjacobsDana Keeler2019-08-291-3/+202
* Bug 1485533 - Close gaps in taskcluster SSL testing. r=mtNSS_3_46_BETA2Kevin Jacobs2019-08-272-0/+2
* Bug 1573942 - Gtest for pkcs11.txt with different breaking line formats. r=kj...Marcus Burghardt2019-08-231-1/+72
* Bug 1528666 - Correct resumption validation checks, r=jcjMartin Thomson2019-08-202-10/+85
* Bug 1568803 - More tests for client certificate authentication, r=kjacobsMartin Thomson2019-08-222-7/+68
* 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-141-7/+2
* Bug 1542077 - Added extra controls and tests to mp_set_int and mp_set_ulong. ...Marcus Burghardt2019-08-131-1/+1
* 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-132-1/+4
* Bug 1572791 - Fix ASAN cert errors when SSL gtests run on empty profile r=jcjKevin Jacobs2019-08-134-5/+33
* Bug 1566601 - Add Wycheproof test vectors for AES-KW r=jcjKevin Jacobs2019-08-062-100/+2030
* Bug 1516593 - Client to generate new random during renegotiation. r=mtKevin Jacobs2019-07-313-1/+44
* Bug 1560806 - Increased the max size supported for softoken passwords. r=jcjMarcus Burghardt2019-07-261-0/+21
* Bug 1453408, fix FIPS level1 -> level2 transition in C_SetPIN, r=rrelyeaDaiki Ueno2019-07-241-0/+95