aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lockJack Lloyd2016-11-0311-451/+347
|\
| * Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-0311-451/+347
* | Merge GH #705 Simplify EMSA1 validation with message recoveryJack Lloyd2016-11-031-14/+12
|\ \
| * | Simplify EMSA1 message recovery codeJack Lloyd2016-11-021-14/+12
* | | Update PKCS11 code, no RNG requiredJack Lloyd2016-11-031-14/+1
* | | Remove automatic self-testing of public and private keysJack Lloyd2016-11-0316-131/+36
| |/ |/|
* | Compile fixJack Lloyd2016-11-031-1/+1
* | Remove blowfish table source file.Jack Lloyd2016-11-031-190/+0
* | Inline Blowfish tables to blowfish.cppJack Lloyd2016-11-032-3/+182
* | 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
|\