aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename zero_mem to secure_scrub_memoryJack Lloyd2016-11-036-24/+45
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-0343-0/+0
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-0314-12/+0
* Deprecate LibraryInitializerJack Lloyd2016-11-032-28/+4
* Remove lock and alias map from SCAN_NameJack Lloyd2016-11-021-4/+0
* Change TLS default policy to disable DSA, CCM-8, and static RSAJack Lloyd2016-11-022-11/+32
* Fix ECKCDSA verification problemNever2016-11-011-1/+1
* ECKCDSA improved verification (Shamirs Trick for speed and calculate length o...Never2016-10-311-10/+8
* Avoid possibility of mismatched brackets.Jack Lloyd2016-10-311-2/+6
* Merge GH #699 Add socket-based HTTP clientJack Lloyd2016-10-312-32/+101
|\
| * HTTP for plain socketsJack Lloyd2016-10-302-32/+101
* | Compile fixJack Lloyd2016-10-311-2/+2
* | Import fuzzer driversJack Lloyd2016-10-301-0/+3
|/
* Salsa20 accepts empty IVsJack Lloyd2016-10-302-4/+9
* Remove openpgp moduleJack Lloyd2016-10-303-266/+0
* Merge GH #692 Remove deprecated RNGs and entropy sourcesJack Lloyd2016-10-3020-1360/+19
|\
| * Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-2820-1360/+19
* | More filter testsJack Lloyd2016-10-291-16/+8
|/
* Merge GH #691/#488 Add GMAC. Add MessageAuthenticationCode::start_msgJack Lloyd2016-10-286-8/+298
|\
| * Add MAC::start_msg, update GMACJack Lloyd2016-10-283-14/+53
| * Implements GMAC with GHASH.Matthias Gierlings2016-10-285-98/+161
| * Added implementation for GMACMatthias Gierlings2016-10-277-50/+238
* | Add TLS callbacks for debug and error logging.Jack Lloyd2016-10-281-2/+28
* | HMAC_DRBG - Fix constructor init order. Use create_or_throw to simplify.Jack Lloyd2016-10-281-6/+3
* | Remove bogus filter dependency in TSSJack Lloyd2016-10-282-2/+0
* | make max_number_of_bytes_per_request configurableDaniel Neus2016-10-282-27/+79
* | Correct name for Comb4PJack Lloyd2016-10-271-1/+1
* | Merge GH #689 Add tests for Pipe/Filter systemJack Lloyd2016-10-271-0/+5
|\ \
| * | Add more tests for Pipe/FilterJack Lloyd2016-10-271-0/+5
| |/
* / Fix TLS resumption bugsJack Lloyd2016-10-272-20/+27
|/
* Avoid timing channel in OAEP decoding (CVE-2016-8871)Juraj Somorovsky2016-10-261-7/+12
* Avoid unused warning when no compression libs availableJack Lloyd2016-10-251-0/+2
* Static analyzer fixesJack Lloyd2016-10-251-1/+0
* Merge GH #683 Avoid SHA-1 use in ElGamal+ECKCDSA self testsJack Lloyd2016-10-252-2/+2
|\
| * Fix hardcoded SHA-1 in eckcdsa consistency checkRené Korthaus2016-10-241-1/+1
| * Fix hardcoded SHA-1 in elgamal consistency checkRené Korthaus2016-10-241-1/+1
* | Remote unused macrosJack Lloyd2016-10-242-5/+1
* | Initialize member variable in PKCS11_EC_PrivateKeyJack Lloyd2016-10-242-2/+2
|/
* Limit locking_allocator only to OSes that even might support it.Jack Lloyd2016-10-241-0/+8
* Fixes for build without 25519Jack Lloyd2016-10-241-3/+3
* Merge GH #673 X25519 TLS key exchangeJack Lloyd2016-10-246-42/+108
|\
| * X25519 key exchange for TLSJack Lloyd2016-10-216-42/+108
* | Merge GH #675 Lucky13 countermeasuresJack Lloyd2016-10-242-0/+82
|\ \
| * | Final changes, now using the countermeasure from the Lucky 13 paper again (or...Juraj Somorovsky2016-10-231-36/+32
| * | SHA384 countermeasure (not perfect, but makes the attack harder)Juraj Somorovsky2016-10-221-19/+27
| * | Lucky 13 patch for SHA-1 and SHA-256Juraj Somorovsky2016-10-162-0/+78
* | | Merge GH #668: Remove Algo_Registry and associated global locksJack Lloyd2016-10-2493-1576/+1478
|\ \ \
| * | | Missing include, noticed by Clang on OS XJack Lloyd2016-10-211-0/+1
| * | | Cleanup from rebaseJack Lloyd2016-10-211-5/+0
| * | | Fix PSSRJack Lloyd2016-10-211-1/+1