aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Processor_RNGJack Lloyd2020-05-0827-342/+352
* Update newsJack Lloyd2020-05-081-8/+8
* Merge GH #2348 Add constant time bitsliced AESJack Lloyd2020-05-0811-703/+622
|\
| * Check off the todo itemJack Lloyd2020-05-081-1/+0
| * Fewer magic constantsJack Lloyd2020-05-081-6/+8
| * Small optimizations for bitsliced AESJack Lloyd2020-05-081-35/+45
| * Remove use of _ENABLE_EXTENDED_ALIGNED_STORAGE MSVC flagJack Lloyd2020-05-082-2/+2
| * Avoid extra resize during AES key scheduleJack Lloyd2020-05-081-7/+4
| * Avoid allocating extra vector during AES key scheduleJack Lloyd2020-05-081-18/+16
| * Generalize byteswapping of AES keys for hw supportJack Lloyd2020-05-082-28/+12
| * Consolidate the logic for hardware AESJack Lloyd2020-05-066-212/+81
| * Store all AES key bits as uint32_tJack Lloyd2020-05-064-147/+116
| * Simplify the round loopsJack Lloyd2020-05-061-10/+14
| * Remove SD table and move some functions aroundJack Lloyd2020-05-061-69/+43
| * Update side channel docJack Lloyd2020-05-061-26/+5
| * Simpler loop is actually faster for MixColumnsJack Lloyd2020-05-061-52/+2
| * Faster InvMixColumnJack Lloyd2020-05-061-6/+1
| * Add bitsliced decryptionJack Lloyd2020-05-061-100/+264
| * Add constant time bitsliced AES encryption for CPUs without vperm or hardwareJack Lloyd2020-05-062-177/+202
* | Merge GH #2351 Update cli documentationJack Lloyd2020-05-082-32/+107
|\ \ | |/ |/|
| * update CLI documentationPhilippe Lieser2020-05-082-32/+107
|/
* Deprecate the KDF truncation behavior [ci skip]Jack Lloyd2020-05-061-0/+5
* Update newsJack Lloyd2020-05-011-0/+5
* Merge GH #2346 Make AES key expansion constant timeJack Lloyd2020-05-012-38/+255
|\
| * Make AES key expansion constant timeJack Lloyd2020-05-012-38/+255
* | Fix ReST headerJack Lloyd2020-05-011-1/+1
|/
* Merge GH #2345 Add more documentation on build/configureJack Lloyd2020-04-303-39/+81
|\
| * add some missing building and configure documentationPhilippe Lieser2020-04-293-39/+81
* | Split up deprecated headers by reason for deprecationJack Lloyd2020-04-301-41/+49
|/
* Merge GH #2338 TLS record layer cleanupsJack Lloyd2020-04-263-32/+67
|\
| * Small refactorings of TLS record layerJack Lloyd2020-04-243-32/+67
* | Merge GH #2342 Small Clang 10 fixesJack Lloyd2020-04-255-9/+11
|\ \
| * | Avoid copying in range based for loopsJack Lloyd2020-04-244-7/+7
| * | Avoid a new Clang 10 ASan findingJack Lloyd2020-04-241-2/+4
| |/
* / Documentation and deprecation updatesJack Lloyd2020-04-255-27/+70
|/
* Merge GH #2341 Fix OCSP online test to handle down serverJack Lloyd2020-04-241-1/+3
|\
| * Fix OCSP online testJack Lloyd2020-04-241-1/+3
* | Merge GH #2340 Work around a problem in AppVeyor imageJack Lloyd2020-04-241-1/+1
|\ \ | |/ |/|
| * Use the 2017 image for AppVeyor MinGW buildJack Lloyd2020-04-241-1/+1
|/
* Update newsJack Lloyd2020-04-221-0/+7
* More todosJack Lloyd2020-04-221-0/+2
* Bump so versionJack Lloyd2020-04-221-1/+1
* Merge GH #2249 Add a test of Microsoft's CVE-2020-0601Jack Lloyd2020-04-224-0/+108
|\
| * Add a test of CVE-2020-0601Jack Lloyd2020-01-284-0/+108
* | Merge GH #2322 Workaround GCC UbSan false positive in XMSSJack Lloyd2020-04-2211-127/+96
|\ \
| * | Enable UbSan in GCCJack Lloyd2020-04-061-2/+1
| * | Avoid UbSan false positive in GCCJack Lloyd2020-04-0610-125/+95
* | | Merge GH #2334 Use guard pages before and after mlocked pagesJack Lloyd2020-04-221-13/+16
|\ \ \
| * | | Add guard pages both before and after mlock'ed pagesJack Lloyd2020-04-181-13/+16
|/ / /
* | | In the cli, init the mlock allocator before entering sandboxJack Lloyd2020-04-092-2/+4