aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Update cryptobox decryptionJack Lloyd2017-09-222-39/+77
* Cryptobox code modernizationJack Lloyd2017-09-224-44/+58
* Avoid including HMAC directlyJack Lloyd2017-09-221-3/+2
* Small header cleanupsJack Lloyd2017-09-222-2/+3
* Slight improvements to RNG testsJack Lloyd2017-09-221-2/+2
* Improve compression tests slightlyJack Lloyd2017-09-221-0/+6
* Apply final annotations to the library alsoJack Lloyd2017-09-22153-242/+243
* Drop MinGW from fd_unixJack Lloyd2017-09-211-1/+0
* Another missing headerJack Lloyd2017-09-211-0/+1
* Add a test of Pipe io on Unix file descriptorsJack Lloyd2017-09-211-8/+10
* Another missing includeJack Lloyd2017-09-211-0/+1
* Another missing includeJack Lloyd2017-09-211-0/+1
* Add missing header includesJack Lloyd2017-09-212-0/+2
* Add missing mutex.h includeJack Lloyd2017-09-211-0/+1
* Merge GH #1219 Implement System_RNG on macOS/iOS using arc4randomJack Lloyd2017-09-211-6/+3
|\
| * Supposedly iOS has arc4random, so maybe this works...Jack Lloyd2017-09-211-6/+3
* | Fix for minimized buildJack Lloyd2017-09-211-0/+1
* | Move Doxygen mainpage content to types.hJack Lloyd2017-09-211-2/+55
* | Deprecate botan/botan.h headerJack Lloyd2017-09-211-57/+13
* | De-inline TLS::Text_PolicyJack Lloyd2017-09-214-122/+302
* | More include header cleanupsJack Lloyd2017-09-2198-103/+84
* | Header file cleanupsJack Lloyd2017-09-2185-83/+83
* | Clean up header includesJack Lloyd2017-09-2133-53/+27
|/
* 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
|\ \ \ \