aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Few features added for BSD.David Carlier2018-12-092-0/+2
* Build docs last in makefile targetJack Lloyd2018-11-211-1/+1
* Bump ABI versionJack Lloyd2018-11-091-1/+1
* Add ChaCha using SIMD_4x32Jack Lloyd2018-11-044-4/+7
* Handle different library naming on Windows in pkg-config fileJack Lloyd2018-10-181-1/+1
* Add option to enable/disable generation of pkg-config fileJack Lloyd2018-10-182-0/+4
* Set default compiler in the info files instead of in configure sourceJack Lloyd2018-10-185-0/+10
* Add an OS flag for if the shared lib should be symlinked or notJack Lloyd2018-10-182-0/+4
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-122-0/+17
* Small fixes for QNX [ci skip]Jack Lloyd2018-10-121-1/+1
* Make it possible to overwrite options to ar using AR_OPTIONSJack Lloyd2018-10-081-1/+2
* Fixes for building for LLVM bitcode/EmscriptenJack Lloyd2018-10-072-1/+6
* Bump version to 2.9Jack Lloyd2018-10-011-1/+1
* With MSVC, use /arch:AVX for AVX2 enabled codeJack Lloyd2018-10-011-1/+1
* Change Clang fuzzing flags to avoid deprecated options. [ci skip]Jack Lloyd2018-09-241-1/+1
* Add support for using Linux getrandom syscallJack Lloyd2018-09-201-0/+3
* Remove attempting to use /dev/srandomJack Lloyd2018-09-201-1/+1
* Add ppc64el alias [ci skip]Jack Lloyd2018-09-191-0/+1
* Set default endian for SPARC and RISC-VJack Lloyd2018-09-192-0/+2
* Update build flags for Sun StudioJack Lloyd2018-09-181-3/+3
* Fix build with i586Fabrice Fontaine2018-09-161-0/+1
* Split 'cast' module into CAST-128 and CAST-256Jack Lloyd2018-09-133-3/+6
* Some document fixesJack Lloyd2018-09-131-0/+1
* Merge GH #1668 Remove Darwin SecRandom entropy sourceJack Lloyd2018-09-055-6/+2
|\
| * Remove Darwin SecRandomCopyBytesJack Lloyd2018-09-045-6/+2
* | Fix build issues on windows when there is a space in the prefix folderRaffi Enficiaud2018-09-051-1/+1
|/
* Add commoncrypto OS feature so it cannot be enabled on other systemsJack Lloyd2018-09-042-0/+2
* Merge GH #1660 Add AVX2 SerpentJack Lloyd2018-08-254-0/+4
|\
| * Update build policiesJack Lloyd2018-08-243-0/+3
| * WIP for Serpent AVX2Jack Lloyd2018-08-241-0/+1
* | Mention the ARMv8 and POWER AES modules in the build policiesJack Lloyd2018-08-243-0/+6
|/
* Add OIDs for SIV and OCB mode ciphersJack Lloyd2018-08-231-0/+15
* Add PBES2 as alias for PBE-PKCS5v20Jack Lloyd2018-08-231-0/+1
* Add detection for RISCV compilersJack Lloyd2018-08-061-0/+8
* Increment shared lib ABI versionJack Lloyd2018-08-051-1/+1
* Combine SM2 key types for signatures and encryptionJack Lloyd2018-08-011-0/+1
* Add OID for HMAC with SHA-512/256Jack Lloyd2018-08-011-0/+1
* Add OID for SM2 with SM3 signaturesJack Lloyd2018-07-241-0/+2
* Remove RC2 related OIDsJack Lloyd2018-07-131-2/+0
* Set a macro when optimizing for sizeJack Lloyd2018-07-131-0/+4
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE for MSVC 15.8Jack Lloyd2018-07-131-1/+1
* Fix Doxygen problemJack Lloyd2018-07-101-0/+1
* Add support for ARMv8 SM4 instructionsJack Lloyd2018-07-092-0/+8
* Bump version to 2.8.0-preJack Lloyd2018-07-061-1/+1
* Add a couple of OIDs commonly seen in certificatesJack Lloyd2018-07-041-0/+3
* Avoid having Doxygen error out except in maintainer mode buildsJack Lloyd2018-07-021-0/+3
* Correct Doxygen errorsJack Lloyd2018-07-021-4/+6
* Add OID for ChaCha20Poly1305Jack Lloyd2018-07-011-0/+2
* Remove build time toggle for ECC coordinate maskingJack Lloyd2018-06-201-7/+0
* Merge GH #1603 Unroll Montgomery reduction for specific sizesJack Lloyd2018-06-111-1/+1
|\