aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1218 Change SM2 ciphertext encoding to match most recent standardJack Lloyd2017-09-212-27/+32
|\
| * Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-202-27/+32
* | Improve support for IBM XLCJack Lloyd2017-09-212-2/+2
|/
* Correct an error in SHACAL2 x86 code in unrolled caseJack Lloyd2017-09-201-3/+3
* Merge GH #1212 Add support for 'raw' PSS signaturesJack Lloyd2017-09-203-51/+167
|\
| * Clear return value, and verify 'raw' hash matches expected sizeJack Lloyd2017-09-161-1/+7
| * Support PSSR_RawJack Lloyd2017-09-163-51/+161
* | Avoid using double underscore in variable namesJack Lloyd2017-09-203-11/+10
* | Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-20352-704/+704
* | Use dword for bigint_divop if availableJack Lloyd2017-09-201-0/+5
* | Export CurveGFp_Repr to avoid UBSan errorJack Lloyd2017-09-201-1/+1
* | Add additional ids for AltiVec enabled POWER processorsJack Lloyd2017-09-191-3/+5
* | Complete the final annotation changesJack Lloyd2017-09-1920-98/+106
* | More annotationsJack Lloyd2017-09-1912-304/+327
* | Move the annotations to compiler.h since the user shouldn't modifyJack Lloyd2017-09-191-0/+23
* | Add API stability annotations.Jack Lloyd2017-09-19255-671/+673
* | Merge GH #1215 Deprecate package transformJack Lloyd2017-09-191-0/+2
|\ \
| * | Deprecate package transformJack Lloyd2017-09-191-0/+2
* | | Add basic tests for const time utilsJack Lloyd2017-09-191-28/+10
|/ /
* | Merge GH #872 Add ability for TLS servers to prohibit renegotiationJack Lloyd2017-09-193-2/+16
|\ \
| * | Fix logic of renegotiation checkJack Lloyd2017-02-203-4/+6
| * | Add TLS::Policy::allow_client_initiated_renegotiationJack Lloyd2017-02-193-2/+14
* | | 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
|/ / /