aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Reverse the algorithm priority orderingJack Lloyd2015-08-2915-25/+57
| * Remove unneeded includes and clean up socket feature testJack Lloyd2015-08-294-12/+8
| * Remove duplicated ABI flags, and treat user-set flags as a single stringJack Lloyd2015-08-291-8/+6
| * Fix minimized builds and amalgamation buildsJack Lloyd2015-08-294-21/+35
| * Merge pull request #236 from bogiord/add-alloc-constructorJack Lloyd2015-08-291-4/+7
| |\
| | * Make the equality operators standard-compliant.bogdan2015-08-291-4/+4
| | * Add template constructor to secure_allocatorbogdan2015-08-051-0/+3
| * | Avoid a crash in the TLS server if the client sends ALPN but no nextJack Lloyd2015-08-281-1/+1
| * | Reorganize todoJack Lloyd2015-08-281-43/+39
| * | Add ECDSA provider using OpenSSLJack Lloyd2015-08-282-1/+220
| * | Remove unused variableJack Lloyd2015-08-281-3/+0
| * | Ignore logs and cachegrind/callgrind outputsJack Lloyd2015-08-281-0/+7
| * | Fix pk signature test framework bug.Jack Lloyd2015-08-281-5/+5
| * | PK speed reporting improvements.Jack Lloyd2015-08-281-4/+9
| * | Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-283-28/+59
| * | Use 16 byte alignment for all allocations in the mlock allocatorJack Lloyd2015-08-281-7/+1
| * | Add override specifiers to zlib.hJack Lloyd2015-08-281-6/+6
| * | Gzip_Decompression should be a subclass of Stream_DecompressionJack Lloyd2015-08-281-1/+1
| * | Merge pull request #266 from cordney/fix-multiple-abi-link-flagsJack Lloyd2015-08-281-4/+4
| |\ \
| | * | Allow multiple abi link flags with the same nameRené Korthaus2015-08-281-4/+4
| * | | Merge pull request #265 from tiwoc/compress-empty-bufferJack Lloyd2015-08-282-7/+22
| |\ \ \
| | * | | Compression: Fix zlib failure on compression of empty inputDaniel Seither2015-08-281-0/+8
| | * | | Compression: Prevent undefined behavior when feeding empty inputDaniel Seither2015-08-281-7/+7
| | * | | Add test for compression of an empty bufferDaniel Seither2015-08-281-0/+7
| | |/ /
| * | | Merge pull request #247 from mouse07410/masterJack Lloyd2015-08-281-69/+174
| |\ \ \ | |/ / / |/| | |
* | | | Update readme.rst, removing fork-specific stuff.Mouse2015-08-141-6/+0
* | | | Changed tabs to 4 spacesMouse2015-08-141-5/+5
* | | | Merge pull request #1 from randombit/masterMouse2015-08-1418-66/+15
|\ \ \ \
* | | | | Update readme.rstMouse2015-08-141-1/+1
* | | | | Update readme.rstMouse2015-08-141-0/+6
* | | | | Restored Darwin compatibilityUri Blumenthal2015-08-141-1/+4
* | | | | Ported python demo script to python-3Uri Blumenthal2015-08-141-61/+129
* | | | | Fixing platform independence that previous patch brokeMouse2015-08-121-1/+1
* | | | | Made output prettier and more understandableUri Blumenthal2015-08-111-31/+65
| | * | | Merge pull request #163 from cordney/add-pkcs8-cmdJack Lloyd2015-08-281-0/+77
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Don't register PKCS8 cmdline app when build without pubkey moduleRené Korthaus2015-07-171-0/+4
| | | * | Check minimum arguments and print helpRené Korthaus2015-07-151-1/+7
| | | * | Return !=0 on errorRené Korthaus2015-07-151-0/+1
| | | * | Add PKCS#8 private/public key processing toolRené Korthaus2015-07-011-0/+66
| | * | | Merge pull request #260 from webmaster128/sonameSimon Warta2015-08-2417-53/+81
| | |\ \ \
| | | * | | Add soname_patternSimon Warta2015-08-2417-53/+81
| | |/ / /
| | * | | Guard rlimit reset with a defined check for RLIMIT_MEMLOCK as it isJack Lloyd2015-08-241-0/+5
| | * | | On x86-32, anything using the simd wrapper needs to be pushed to the SSE2 objJack Lloyd2015-08-221-4/+8
| | * | | Remove high bit set char from comment as it broke amalgamation generationJack Lloyd2015-08-221-4/+8
| | * | | Fix for minimized buildsJack Lloyd2015-08-211-0/+1
| | * | | Missing addJack Lloyd2015-08-211-0/+1
| | * | | Bump versionJack Lloyd2015-08-212-1/+7
| | * | | In RSA, check that the input is less than the modulus n before blindingJack Lloyd2015-08-211-5/+7
| | * | | Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-2110-242/+411
| | * | | Merge pull request #258 from webmaster128/reactivate-ffi-testSimon Warta2015-08-211-3/+2
| | |\ \ \