aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix some typos in documentationPeter Meerwald-Stadler2021-10-011-3/+3
| * | Clarify description of out_len argument for botan_hex_decode()Peter Meerwald-Stadler2021-10-011-1/+1
| * | Improve documentation of return value for botan_hex_*()Peter Meerwald-Stadler2021-10-011-1/+2
| |/
* / Fix a couple of trivial typos alloverPeter Meerwald-Stadler2021-10-012-8/+8
|/
* Update comment to be more clear, and add a ref to eprintJack Lloyd2021-09-181-2/+6
* Add an explicit overflow check for callocJack Lloyd2021-09-181-0/+6
* Merge GH #2798 Improve doc stringsJack Lloyd2021-09-184-6/+6
|\
| * Clarify some docstrings and commentsPhilippe Lieser2021-09-144-6/+6
* | Merge GH #2796 Support OpenBSD calloc_concealJack Lloyd2021-09-181-1/+4
|\ \ | |/ |/|
| * extends allocate_memory api using malloc_conceal/freezero on openbsd.David Carlier2021-09-141-1/+4
* | Fix a minor OAEP side channelJack Lloyd2021-09-141-3/+5
* | Clarify behavior of RNG in docstringPhilippe Lieser2021-09-021-1/+29
|/
* Avoid using short exponents with ElGamalJack Lloyd2021-08-031-2/+6
* Small SM4 optimizationJack Lloyd2021-07-301-59/+70
* Merge GH #2780 Fix Windows cert store lookup by SHA-1 when keyID is of altern...Jack Lloyd2021-07-293-3/+70
|\
| * review commentsRené Meusel2021-07-152-47/+57
| * update copyright noticesRené Meusel2021-07-121-1/+2
| * FIX: windows certificate store fails to find certain certs via pubkey sha1René Meusel2021-07-122-3/+60
* | Fix indentationJack Lloyd2021-07-171-29/+29
* | improve performance of Certificate_Store_Windows::all_subjects()René Meusel2021-07-121-4/+9
|/
* Improve LCM behaviorJack Lloyd2021-07-031-1/+7
* Merge GH #2769 Capture the exception string for FFI error reportingJack Lloyd2021-07-014-13/+30
|\
| * Capture the FFI exception string in a thread_local variableJack Lloyd2021-06-304-13/+30
* | Improve BigInt::to_dec_string performanceJack Lloyd2021-06-307-79/+83
|/
* Merge GH #2761 Tweak BigInt formattingJack Lloyd2021-06-264-21/+42
|\
| * Fix MSVC warningJack Lloyd2021-06-261-1/+1
| * Tweak how BigInt string formatting worksJack Lloyd2021-06-244-21/+42
* | Add debug asserts to NIST redc fns that input is >= 0Jack Lloyd2021-06-261-0/+10
* | Document input limits on the NIST prime redc functionsJack Lloyd2021-06-261-1/+47
* | Have encode_fixed_length_int_pair check signJack Lloyd2021-06-141-0/+2
|/
* Verify decoded length of GOST public keysJack Lloyd2021-06-101-0/+3
* Remove dead function declarationsJack Lloyd2021-06-071-8/+2
* Small cleanups in EMSA1Jack Lloyd2021-06-071-10/+12
* FIX: export RSA pubkey via PKCS #11 w/o accessing sensitive dataRené Meusel2021-06-071-7/+3
* Small test fixesJack Lloyd2021-05-301-1/+2
* Split EMSA_PKCS1v15_Raw constructorsJack Lloyd2021-05-292-14/+15
* Skip negative test in ECDSAJack Lloyd2021-05-291-1/+5
* Fix an ECKCDSA bugJack Lloyd2021-05-241-8/+21
* Revamp x86 CPUIDJack Lloyd2021-05-241-8/+7
* Prevent using non-sensical padding schemesJack Lloyd2021-05-2211-8/+43
* Fix cast for ICC cpuid (GH #2748)Jack Lloyd2021-05-211-4/+1
* Fix a compilation problem with ICC (GH #2748)Jack Lloyd2021-05-211-6/+1
* Derive Cipher_Mode::authenticated via tag_sizeJack Lloyd2021-05-202-3/+1
* Merge GH #2747 Remove OpenMP supportJack Lloyd2021-05-201-3/+1
|\
| * Remove OpenMP supportJack Lloyd2021-05-191-3/+1
* | Revert use of new safegcd bounds functionJack Lloyd2021-05-191-5/+1
* | Add missing limits includeJack Lloyd2021-05-191-0/+1
|/
* Fix name constraint applicationJack Lloyd2021-05-081-6/+1
* Name constraint fixesJack Lloyd2021-05-084-8/+10
* Remove redundant codeJack Lloyd2021-05-051-39/+22