summaryrefslogtreecommitdiff
path: root/tests/cipher
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1202413, because PK11_CreateGenericObject() leaks by design, add ↵NSS_3_34_BETA1Bob Relyea2017-10-301-0/+16
| | | | non-leaking PK11_CreateManagedGenericObject() API, early patch reviewed by Martin Thomson, r=kaie
* Bug 992240 - RSA PopulatePrivateKey PKCS1 replace, r=rbarnes,rrelyeaFranziskus Kiefer2016-09-281-0/+1
| | | | This patch was contributed by Filippo Valsarda
* Bug 917571 - Add ChaCha20+Poly1305 cipher r=mt,wtc,ekrTim Taubert2016-02-111-0/+2
|
* Backed out changeset db4f87eed8ff (bug 917571)Tim Taubert2016-02-101-2/+0
|
* Bug 917571 - Add ChaCha20+Poly1305 cipher r=mt,wtc,ekrTim Taubert2016-02-091-0/+2
|
* Backed out changeset f4a05e89dfad (bug 917571)Tim Taubert2016-02-091-2/+0
|
* Bug 917571 - Add ChaCha20+Poly1305 cipher r=mt,wtcTim Taubert2015-11-241-0/+2
|
* Bug 1128367 - syntax errors in some of the test shell scripts, r=kaieElio Maldonado2015-02-231-1/+1
|
* Bug 902171 - Support choosing the appropriate subset of the cipher suite to ↵Elio Maldonado2014-06-171-2/+8
| | | | run according to the type of build, r=wtc
* BUG 158747: Add PSS and OAEP tests from the RSA test vectorsRyan Sleevi2013-11-241-0/+4
| | | | r=wtc
* Bug 835919 - Allow optionally building nss without softoken in the tree, r=wtcElio Maldonado2013-05-061-4/+1
| | | | | | - Remove unneede changes in to the test scrips - Add needed comments for package maintainers and reviewers - Fix whitespace usage on the makefiles
* Bug 835919 - Allow optionally building nss without softoken in the tree, ↵Elio Maldonado2013-04-291-1/+12
| | | | r=rrelyea
* backout bug 835919, backout bug 850905Elio Maldonado2013-04-101-12/+1
|
* Bug 835919 - Allow optionally building nss without softoken in the tree, ↵Elio Maldonado2013-04-091-1/+12
| | | | r=rrelya
* Bug 854063: Add an AES GCM test program (pk11gcmtest) that callsWan-Teh Chang2013-04-022-0/+36
| | | | | PK11_Decrypt and PK11_Encrypt. Add AES GCM test vectors downloaded from NIST, and test them in tests/cipher/cipher.sh. r=sleevi.
* Bug 853285: Fix AES GCM tests. TBR=rrelyea.Wan-Teh Chang2013-03-253-0/+9
| | | | | | | | | 1. Actually run the AES CTS, CTR, GCM, and DSA-2 tests. 2. Fix the errors in Test Case 7. 3. Generate the test files for test cases 1, 7, and 13. This requires renumbering many of the existing test files. 4. Add Bob's hex.c program, which is needed to convert the test source test<n>.txt to the test files.
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-287-0/+374
changeset! r=wtc