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
/
ffi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add block cipher interface to C API
Jack Lloyd
2017-04-04
1
-0
/
+77
*
Merge GH #964 Add various useful FFI functions for public key crypto
Jack Lloyd
2017-04-04
1
-81
/
+275
|
\
|
*
Implement botan_pubkey_load
Jack Lloyd
2017-04-03
1
-0
/
+24
|
*
Fix botan_privkey_create if the desired algorithm was not available in build
Jack Lloyd
2017-04-03
1
-8
/
+27
|
*
Add generic getters for PK parameters in C interface
Jack Lloyd
2017-04-02
1
-75
/
+226
*
|
Add some more useful bigint functions to C interface
Jack Lloyd
2017-03-31
1
-24
/
+84
|
/
*
Merge GH #899 Add ability to specify iterations when encrypting a private key
Jack Lloyd
2017-03-29
1
-4
/
+78
|
\
|
*
Add ability to specify iterations when encrypting a private key
Jack Lloyd
2017-02-26
1
-4
/
+78
*
|
Expose BigInt API subset to C API
Jack Lloyd
2017-03-28
1
-5
/
+382
*
|
Expose PK::check_key functions in C interface
Jack Lloyd
2017-03-27
1
-0
/
+15
*
|
Remove duplicate include GH #928
Jack Lloyd
2017-03-22
1
-1
/
+0
|
/
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-1
/
+1
*
Add botan_ffi_supports_api function
Jack Lloyd
2017-01-04
1
-0
/
+11
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-1
/
+1
*
Address some Coverity warnings
Jack Lloyd
2016-10-22
1
-1
/
+1
*
Add create_private_key, expose key loading functions in pk_algs.h
Jack Lloyd
2016-10-20
1
-0
/
+31
*
Merge GH #665 Add IncludeOS target, make filesystem/threads optional
Jack Lloyd
2016-10-17
1
-0
/
+4
|
\
|
*
More no-filesystem fixes
Jack Lloyd
2016-10-12
1
-0
/
+4
*
|
ffi: Avoid deprecated PK constructors.
Jack Lloyd
2016-10-13
1
-4
/
+4
|
/
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-1
/
+1
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-1
/
+1
*
add label parameter to KDF::derive_key
Kai Michaelis
2016-05-19
1
-2
/
+3
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
Improvements in X.509 cert handling for python bindings
René Korthaus
2016-02-20
1
-1
/
+20
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
1
-62
/
+62
*
Missing adds
Jack Lloyd
2015-12-11
1
-7
/
+14
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-6
/
+6
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-1
/
+1
*
Fix botan.py for Python3
Jack Lloyd
2015-10-20
1
-0
/
+10
*
Fix compile of ffi when tls is disabled. GH #300
Jack Lloyd
2015-10-15
1
-3
/
+8
*
Add System_RNG which is an instantiatable RNG that uses the system RNG
Jack Lloyd
2015-10-15
1
-16
/
+1
*
Add McEliece keygen and MCEIES to C89 API. Plus random fiddling
Jack Lloyd
2015-10-01
1
-7
/
+127
*
Export X.509 certificates to ffi and python
Jack Lloyd
2015-10-01
1
-4
/
+151
*
Merge pull request #279 from randombit/fix-static-lib-registration
Jack Lloyd
2015-09-21
1
-6
/
+7
|
\
|
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-6
/
+7
*
|
Reduce likelyhood of stray pointer writes via ffi layer.
Jack Lloyd
2015-09-10
1
-0
/
+8
|
/
*
ffi: Add missing overrides
Daniel Seither
2015-07-30
1
-3
/
+3
*
Add tests for some of the C89 interface.
Jack Lloyd
2015-07-18
1
-1
/
+4
*
Fix module combi: adler32,ffi
Simon Warta
2015-07-08
1
-0
/
+2
*
Merge pull request #144 from webmaster128/bounds-check5
Simon Warta
2015-06-28
1
-6
/
+6
|
\
|
*
lib/ffi: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-6
/
+6
*
|
Add OCaml binding for RNG and hash functions. Add hex_encode to FFI
Jack Lloyd
2015-06-28
1
-0
/
+22
|
/
*
Comile fixes for VC 2013. Based on github pull 56
neusdan
2015-03-10
1
-50
/
+14
*
Fix Python cipher update_granularity() and default_nonce_length()
lloyd
2015-03-09
1
-0
/
+5
*
Cleanups
lloyd
2015-03-08
1
-2
/
+2
*
Fix decrypt in FFI/Python. Github issue 53
lloyd
2015-03-01
1
-1
/
+3
*
FFI cleanups
lloyd
2015-02-19
1
-12
/
+7
*
Modify interfaces of KDF and PBKDF to write output to an array, with
lloyd
2015-02-18
1
-54
/
+14
*
Python: docs, key agreement, fix bcrypt trailing null byte.
lloyd
2015-02-16
1
-58
/
+138
*
Add new module `ffi` which provides a plain C interface, plus a new
lloyd
2015-02-16
1
-0
/
+1099