aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1205 Support large blocks in OCB modeJack Lloyd2017-09-192-62/+134
|\
| * Change wide block OCBJack Lloyd2017-09-151-29/+0
| * Add alternate form for matching OCB ref codeJack Lloyd2017-09-111-4/+30
| * Support larger block sizes in OCBJack Lloyd2017-09-102-59/+134
* | Merge GH #1213 Improve ARM processor detection for systems without getauxvalJack Lloyd2017-09-188-502/+670
|\ \
| * | Add ARM feature detection for systems without getauxvalJack Lloyd2017-09-172-15/+129
| * | Split up cpuid.cpp into arch-specific filesJack Lloyd2017-09-178-502/+556
* | | Avoid int vs size_t warning in OpenSSL codeJack Lloyd2017-09-171-1/+1
* | | Avoid old style casts in Ed25519Jack Lloyd2017-09-172-270/+262
* | | Fix Doxygen comment problemsJack Lloyd2017-09-171-4/+4
* | | Move socket classes to anon namespace.Jack Lloyd2017-09-171-172/+181
* | | Fix Wshadow warningJack Lloyd2017-09-171-5/+5
|/ /
* | Simplify code in get_processor_timestampJack Lloyd2017-09-161-21/+12
* | Fix an off by 8Jack Lloyd2017-09-161-1/+1
* | Revert SIMDing of xor_buf in f39aa7bbJack Lloyd2017-09-161-29/+27
* | Use constant_time_compare instead of same_memJack Lloyd2017-09-1622-23/+36
* | De-inline xor_buf, add SIMD and unrollingJack Lloyd2017-09-163-34/+133
* | Small cleanup in CBC modeJack Lloyd2017-09-162-21/+23
* | Small cleanup in bcryptJack Lloyd2017-09-161-3/+3
* | Add missing override annotationsJack Lloyd2017-09-161-6/+6
* | Small simplification in CAST-128Jack Lloyd2017-09-161-41/+41
* | Merge duplicated logic for clearing CPUID bitsJack Lloyd2017-09-162-0/+42
* | Minor simplifications in SIMD_32 constructorJack Lloyd2017-09-161-2/+5
* | reenable 8 byte gcm tagsAtanas Filyanov2017-09-151-1/+2
* | Allow GCM tag size in the range 96..128 bitsAtanas Filyanov2017-09-141-1/+2
* | Merge GH #1208 Fix decoding of RFC 5915 ECC keysJack Lloyd2017-09-131-3/+0
|\ \
| * | Remove inner/outer OID check in EC_PrivateKey ctorRené Korthaus2017-09-131-3/+0
* | | allow 12 byte GCM tags and add test vectorsAtanas Filyanov2017-09-131-1/+1
|/ /
* | Merge GH #1202 Fix CFB IV carryover closes #1200Jack Lloyd2017-09-112-47/+44
|\ \ | |/ |/|
| * Address CFB carryover bugJack Lloyd2017-09-102-47/+44
* | Change SM2 encryption to match updated standard.Jack Lloyd2017-09-101-5/+5
* | Merge GH #1199 Run Windows CI build via Python scriptJack Lloyd2017-09-102-4/+1
|\ \
| * | Script the Windows CI buildJack Lloyd2017-09-082-4/+1
| |/
* | Merge GH #1203 Add Win32 filesystem API access for MinGWJack Lloyd2017-09-101-1/+55
|\ \
| * | Make it actually workJack Lloyd2017-09-101-2/+6
| * | Well, it compilesJack Lloyd2017-09-101-1/+51
| |/
* / Fix bad comparison in Winsock codeJack Lloyd2017-09-101-1/+1
|/
* Fix loading of plaintext PKCS#8 private keysRené Korthaus2017-09-081-5/+10
* Avoid throwing in deallocateJack Lloyd2017-09-071-4/+4
* Fix invalid comparison, potential segfault on invalid typeJack Lloyd2017-09-071-1/+2
* Bump version for SM2Jack Lloyd2017-09-071-1/+1
* Merge GH #1189 Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-073-2/+4
|\
| * Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-063-2/+4
* | Add support for computing SM2 ZA field to FFIJack Lloyd2017-09-062-0/+42
* | Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-061-7/+37
* | Remove unused memberJack Lloyd2017-09-061-1/+0
* | Support arbitrary hashes for SM2 encryptionJack Lloyd2017-09-051-12/+17
|/
* Simplify polynomial doubling codeJack Lloyd2017-09-055-156/+82
* Correct TLS::Policy::latest_supported_versionJack Lloyd2017-09-041-2/+16
* Added SHA3_XXX_PKCS OIDFrancis Dupont2017-09-041-0/+28