index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
ffi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Only print FFI exceptions to stdout if an env var is set
Jack Lloyd
2018-07-24
1
-1
/
+4
*
Add botan_mac_query_keylen
Jack Lloyd
2018-07-24
2
-1
/
+28
*
Add botan_block_cipher_query_keylen plus some new FFI error codes
Jack Lloyd
2018-07-24
4
-5
/
+49
*
Add FFI funcs to get algo name from cipher, MAC and hash objs
Jack Lloyd
2018-07-19
6
-10
/
+73
*
Bump the FFI version
Jack Lloyd
2018-07-13
2
-2
/
+6
*
Add FPE1 to C API
Jack Lloyd
2018-07-13
2
-0
/
+112
*
Small post-merge fixups of #1621
Jack Lloyd
2018-07-04
3
-20
/
+20
*
Add RSA PKCS#1 key load and export functions to ffi
René Korthaus
2018-07-04
2
-0
/
+57
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
1
-1
/
+1
*
Ensure exception types are exported from DLL
Jack Lloyd
2018-03-06
1
-1
/
+1
*
One comment fix and one formatting fix [ci skip]
René Korthaus
2018-02-28
1
-3
/
+4
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
1
-2
/
+2
*
Make FFI errors an enum, and add a function to translate to strings
Jack Lloyd
2018-02-07
2
-54
/
+71
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-4
/
+4
*
Add botan_x509_cert_hostname_match
Jack Lloyd
2018-01-30
2
-0
/
+15
*
Comments from code review
Krzysztof Kwiatkowski
2018-01-22
2
-6
/
+71
*
FFI function for Elgamal key generation
Krzysztof Kwiatkowski
2018-01-21
2
-0
/
+19
*
FFI function for DSA key generation
Krzysztof Kwiatkowski
2018-01-21
2
-0
/
+19
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
1
-0
/
+3
*
Add explicit int return type declarations on FFI lambdas.
Jack Lloyd
2017-12-28
13
-53
/
+53
*
Avoid deprecated functions in FFI
Jack Lloyd
2017-11-14
1
-3
/
+3
*
Simplify ffi call overhead
Jack Lloyd
2017-10-11
5
-45
/
+22
*
Add static_cast to avoid conversion warning
Jack Lloyd
2017-10-03
1
-1
/
+2
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
2
-5
/
+6
*
Remove various unused variables
Jack Lloyd
2017-10-02
1
-1
/
+0
*
Avoid using namespace in FFI headers
Jack Lloyd
2017-10-02
5
-7
/
+3
*
Another FFI struct vs class fix
Jack Lloyd
2017-09-30
1
-1
/
+1
*
FFI objects have to be structs because we expose them to C
Jack Lloyd
2017-09-30
2
-5
/
+4
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
2
-5
/
+6
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-1
/
+2
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
2
-3
/
+3
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
5
-10
/
+10
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
1
-47
/
+47
*
More annotations
Jack Lloyd
2017-09-19
1
-275
/
+298
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
2
-1
/
+11
*
Fix loading of plaintext PKCS#8 private keys
René Korthaus
2017-09-08
1
-5
/
+10
*
Fix invalid comparison, potential segfault on invalid type
Jack Lloyd
2017-09-07
1
-1
/
+2
*
Merge GH #1189 Correct return value of botan_pk_op_verify_finish
Jack Lloyd
2017-09-07
3
-2
/
+4
|
\
|
*
Correct return value of botan_pk_op_verify_finish
Jack Lloyd
2017-09-06
3
-2
/
+4
*
|
Add support for computing SM2 ZA field to FFI
Jack Lloyd
2017-09-06
2
-0
/
+42
|
/
*
More MSVC warnings fixes
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
2
-2
/
+2
*
Simplify botan_privkey_create_XXX
Jack Lloyd
2017-08-22
1
-87
/
+16
*
Add dh functions in ffi
Konstantinos Kolelis
2017-08-22
2
-0
/
+96
*
Change type of botan_scrub_mem from uint8_t* to void*
Jack Lloyd
2017-08-17
2
-2
/
+2
*
Update FFI version
Jack Lloyd
2017-08-15
2
-5
/
+13
*
Add botan_hex_decode, botan_base64_encode, botan_base64_decode FFI funcs
Jack Lloyd
2017-08-15
2
-3
/
+52
*
Add SM2 encryption to FFI
Jack Lloyd
2017-08-04
2
-0
/
+50
*
Add virtual destructor to FFI botan_struct
Jack Lloyd
2017-08-03
1
-1
/
+1
[prev]
[next]