summaryrefslogtreecommitdiff
path: root/lib/freebl/cts.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1357670 - AES-NI for all platforms that support it, r=ttaubert,mtFranziskus Kiefer2017-04-251-6/+2
| | | | | | | | With this patch we use AES-NI whenever possible. The compile time flag USE_HW_AES does NOT disable this new code. NSS_DISABLE_HW_AES can be used as runtime flag to disable AES-NI and fall back to the software implementation. Differential Revision: https://nss-review.dev.mozaws.net/D323
* Bug 1246619 - freebl clang-format, r=kaieFranziskus Kiefer2016-08-291-61/+61
|
* Bug 1181814 - Pick up FIPS-140 certification work done by Red Hat, r=kaie, ↵Robert Relyea2016-03-141-0/+6
| | | | | | emaldona Includes modifications submitted by kaie and emaldona, r=rrelyea
* Bug 1181814, Backout 43e2d2e1cb74Kai Engert2016-02-181-6/+0
|
* Bug 1181814 - Pick up FIPS-140 certification work done by Red Hat, r=kaie, ↵Robert Relyea2016-02-181-0/+6
| | | | | | emaldona - Includes modifications submitted by kaie and emaldona, r=rrelyea
* back out FIPS changesRobert Relyea2015-09-041-6/+0
|
* Pick up FIPS-140 certification work.Robert Relyea2015-08-311-0/+6
| | | | | | | | | | | This consists of the following: 1)Move FIPS integrity and post tests to dll load time. 2) Extra data clearing of CPS, change to the prime check requirements. 3) Allow FIPS level 1. This is detected by whether or not there is a password on the database. 4) Update fipstest to handle new tests and the latest formats used by NIST. Also make running of the tests automated. bob
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-171-1/+1
|
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-121-1/+1
|
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-071-1/+1
|
* Bug 1028764, Remove some useless declarations, r=kaieSylvestre Ledru2014-10-201-1/+0
|
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-281-0/+302
changeset! r=wtc