aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some Doxygen warningsJack Lloyd2018-08-153-4/+2
* Update comments in FFI headerJack Lloyd2018-08-151-43/+138
* Remove support for 8 or 16 bit BigInt wordsJack Lloyd2018-08-156-27/+48
* Fix BigInt::to_{dec,hex}_string for zeroJack Lloyd2018-08-151-1/+8
* Cleanup of BigInt encoding/decoding functionsJack Lloyd2018-08-145-29/+146
* Add some additional null pointer arg checks to FFIJack Lloyd2018-08-143-27/+61
* Merge GH #1647 Add X.509 path validation to FFIJack Lloyd2018-08-145-2/+123
|\
| * Add path validation to FFIJack Lloyd2018-08-135-2/+123
* | Expose RDRAND RNG through FFIJack Lloyd2018-08-135-7/+30
|/
* Merge GH #1646 Add MPI and FPE to Python wrapperJack Lloyd2018-08-133-34/+52
|\
| * De-inline ffi_guard_thunkJack Lloyd2018-08-133-34/+52
* | Add some final annotationsJack Lloyd2018-08-134-4/+4
* | Add missing override annotations [ci skip]Jack Lloyd2018-08-132-2/+2
|/
* Better error reporting for FFIJack Lloyd2018-08-123-6/+18
* Fix for OpenSSLJack Lloyd2018-08-121-0/+4
* Add function to return the size of a key agreement outputJack Lloyd2018-08-1210-7/+39
* Better error checking in Python wrapperJack Lloyd2018-08-111-1/+1
* Put bcrypt decls in ffi in same placeJack Lloyd2018-08-111-22/+22
* Add botan_cipher_get_keyspecJack Lloyd2018-08-114-13/+34
* Add some useful FFI functionsJack Lloyd2018-08-104-0/+55
* Optimize computation of CTR input blocksJack Lloyd2018-08-101-8/+13
* Specialize CTR::seek for 4-byte countersJack Lloyd2018-08-101-5/+19
* GHASH should check the nonce sizeJack Lloyd2018-08-101-0/+1
* Add a function to query output length of symmetric cipherJack Lloyd2018-08-105-3/+21
* Fix off by one for SM2 ciphertext lengthJack Lloyd2018-08-101-1/+1
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-1017-57/+197
* Guard use of Serialized_RNG with thread macro checkJack Lloyd2018-08-101-0/+2
* Merge GH #1641 Add functions to get expected length of PK signatureJack Lloyd2018-08-1024-13/+105
|\
| * Add FFI function to get signature output lengthJack Lloyd2018-08-102-0/+7
| * Add PK_Signer::signature_lengthJack Lloyd2018-08-1022-13/+98
* | Add a "user-threadsafe" option to botan_rng_initJack Lloyd2018-08-101-0/+10
* | Allow x509 module to be optional for FFIJack Lloyd2018-08-103-19/+103
|/
* Fix GCM bug: would accept AD without keyed if AD was emptyJack Lloyd2018-08-091-2/+2
* Add Tweakable_Block_Cipher classJack Lloyd2018-08-092-6/+23
* Remove functions from Cipher_Mode now inherited from base classJack Lloyd2018-08-091-44/+0
* Add StreamCipher::write_keystreamJack Lloyd2018-08-085-7/+37
* Remove unnecessary accessors for Threefish-512Jack Lloyd2018-08-082-6/+4
* Mark some members of Block_Cipher_Fixed_Params as finalJack Lloyd2018-08-081-4/+4
* De-inline functions from stream cipher headersJack Lloyd2018-08-0812-52/+127
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-088-11/+26
* Add support for XChaCha20Poly1305Jack Lloyd2018-08-073-5/+6
* Add support for XChaChaJack Lloyd2018-08-073-41/+126
* Fix a bug in XSalsa20Jack Lloyd2018-08-072-19/+43
* Avoid crash in ChaCha20+Salsa if set_iv called without a key setJack Lloyd2018-08-072-0/+4
* Fix OpenSSL modesJack Lloyd2018-08-051-1/+12
* Fix crashes when modes were used unkeyed.Jack Lloyd2018-08-057-26/+36
* Use codec_base for Base64 encodingWambou2018-08-042-158/+153
* Accept PKCS1v15 as an alias for EMSA3Jack Lloyd2018-08-022-4/+5
* Format nitJack Lloyd2018-08-021-1/+1
* Clarify comment on botan_privkey_loadJack Lloyd2018-08-021-1/+1