aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1671 Avoid build problem when there is a space in prefixJack Lloyd2018-09-051-1/+1
|\
| * Fix build issues on windows when there is a space in the prefix folderRaffi Enficiaud2018-09-051-1/+1
|/
* When rejecting modules, filter first by CPU requirementsJack Lloyd2018-09-041-4/+4
* Update newsJack Lloyd2018-09-041-0/+1
* Merge GH #1667 Add hashing with CommonCryptoJack Lloyd2018-09-0410-7/+215
|\
| * Try adding commoncrypto to macOS and iOS buildsJack Lloyd2018-09-041-1/+5
| * Add commoncrypto OS feature so it cannot be enabled on other systemsJack Lloyd2018-09-043-0/+6
| * Indent to match conventions.Jack Lloyd2018-09-042-75/+73
| * Add support for hashing with CommonCryptoJose Pereira2018-09-037-6/+206
* | Remove unneeded load_on autoJack Lloyd2018-09-049-18/+0
* | Mention coverage build. Prefer Python3.Jack Lloyd2018-09-041-6/+9
* | Repeat the command line in this error messageJack Lloyd2018-09-041-1/+1
* | Remove use of OpenSSL IDEAJack Lloyd2018-09-041-5/+0
* | TodoJack Lloyd2018-09-041-1/+8
* | Make pylint happierJack Lloyd2018-09-041-23/+19
* | Tighten check of feature datestampsJack Lloyd2018-09-041-1/+1
|/
* Fix lintJack Lloyd2018-09-021-1/+1
* Increase min_sphinx to 1.3Jack Lloyd2018-09-021-1/+2
* When building docs, avoid capturing stdout/stderrJack Lloyd2018-09-021-19/+17
* Use a literal date for this API versionJack Lloyd2018-09-021-5/+4
* Merge GH #1666 Enforce salt length in PSS signaturesJack Lloyd2018-08-304-37/+95
|\
| * Check PSS salt length during verificationJack Lloyd2018-08-304-37/+95
* | Improve RNG documentationJack Lloyd2018-08-301-12/+23
|/
* Document the implemented entropy sourcesJack Lloyd2018-08-271-0/+14
* Deprecate TLS v1.0/v1.1 and CBC ciphersuitesJack Lloyd2018-08-271-0/+4
* Remove unused variableJack Lloyd2018-08-261-1/+0
* Correct order of CPUID bit clearingsJack Lloyd2018-08-265-5/+5
* Update newsJack Lloyd2018-08-261-1/+1
* Merge GH #1662 Add AVX2 ChaChaJack Lloyd2018-08-266-14/+306
|\
| * Add AVX2 version of ChaChaJack Lloyd2018-08-266-14/+306
* | Simplify code for SIMD_4x32::rhoJack Lloyd2018-08-261-49/+4
* | Report CPUID flags in test runnerJack Lloyd2018-08-261-0/+4
* | Update news [ci skip]Jack Lloyd2018-08-251-0/+4
|/
* Merge GH #1660 Add AVX2 SerpentJack Lloyd2018-08-2513-26/+457
|\
| * Add a way to divert certain headers which are ISA specific.Jack Lloyd2018-08-241-17/+42
| * Add avx2 tag to Serpent test dataJack Lloyd2018-08-241-1/+1
| * Update build policiesJack Lloyd2018-08-243-0/+3
| * Todo completedJack Lloyd2018-08-241-1/+0
| * Move AVX2 wrapper to utilsJack Lloyd2018-08-244-259/+218
| * AVX2Jack Lloyd2018-08-241-56/+62
| * Serpent 8x decryptJack Lloyd2018-08-242-88/+118
| * WIP for Serpent AVX2Jack Lloyd2018-08-245-7/+416
* | Mention the ARMv8 and POWER AES modules in the build policiesJack Lloyd2018-08-243-0/+6
|/
* Merge GH #1659 Report correct size for XMSS signaturesJack Lloyd2018-08-241-2/+4
|\
| * Implements correct XMSS signature size calculationMatthias Gierlings2018-08-241-2/+4
* | Allow SIV for PBES2 private key encryptionJack Lloyd2018-08-232-10/+18
* | Add OIDs for SIV and OCB mode ciphersJack Lloyd2018-08-232-0/+41
|/
* Merge GH #1656 Add operator*(BigInt,word)Jack Lloyd2018-08-232-0/+21
|\
| * Add operator*(BigInt, word)Jack Lloyd2018-08-232-0/+21
* | Merge GH #1657 If cert extn decoding fails do not fail entire parseJack Lloyd2018-08-233-3/+9
|\ \