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
*
Add block cipher interface to C API
Jack Lloyd
2017-04-04
2
-0
/
+122
*
Merge GH #964 Add various useful FFI functions for public key crypto
Jack Lloyd
2017-04-04
2
-81
/
+307
|
\
|
*
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
2
-75
/
+258
*
|
Merge GH #962 More configure.py refactorings/improvements
Jack Lloyd
2017-04-03
1
-2
/
+3
|
\
\
|
*
|
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-2
/
+3
|
|
/
*
/
Add some more useful bigint functions to C interface
Jack Lloyd
2017-03-31
2
-47
/
+137
|
/
*
Merge GH #899 Add ability to specify iterations when encrypting a private key
Jack Lloyd
2017-03-29
2
-4
/
+105
|
\
|
*
Add ability to specify iterations when encrypting a private key
Jack Lloyd
2017-02-26
2
-4
/
+105
*
|
Expose BigInt API subset to C API
Jack Lloyd
2017-03-28
3
-10
/
+500
*
|
Expose PK::check_key functions in C interface
Jack Lloyd
2017-03-27
2
-1
/
+21
*
|
Remove duplicate include GH #928
Jack Lloyd
2017-03-22
1
-1
/
+0
|
/
*
Document hash, rng, mac, pbkdf and kdf in ffi handbook
René Korthaus
2017-02-19
1
-34
/
+171
*
Add more docs for ffi
René Korthaus
2017-02-19
1
-1
/
+31
*
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
2
-0
/
+17
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-3
/
+3
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-1
/
+1
*
Don't force HMAC_DRBG to be enabled
Jack Lloyd
2016-11-18
1
-0
/
+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
2
-2
/
+36
*
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
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
1
-1
/
+0
*
add label parameter to KDF::derive_key
Kai Michaelis
2016-05-19
2
-3
/
+5
*
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
2
-2
/
+2
*
Fix botan.py for Python3
Jack Lloyd
2015-10-20
3
-1
/
+15
*
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
*
Move DataSource to utils and rewrite PEM encoding to avoid filters
Jack Lloyd
2015-10-14
1
-1
/
+0
*
Fix bcrypt test
Jack Lloyd
2015-10-03
1
-1
/
+3
*
Add McEliece keygen and MCEIES to C89 API. Plus random fiddling
Jack Lloyd
2015-10-01
3
-32
/
+212
*
Export X.509 certificates to ffi and python
Jack Lloyd
2015-10-01
3
-15
/
+266
*
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
[next]