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
*
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
*
|
Add OCaml binding for RNG and hash functions. Add hex_encode to FFI
Jack Lloyd
2015-06-28
2
-0
/
+69
|
/
*
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
2
-0
/
+6
*
Cleanups
lloyd
2015-03-08
1
-2
/
+2
*
Fix decrypt in FFI/Python. Github issue 53
lloyd
2015-03-01
2
-1
/
+7
*
FFI header cleanup, small Python additions
lloyd
2015-02-24
1
-10
/
+16
*
FFI cleanups
lloyd
2015-02-19
2
-34
/
+29
*
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
2
-60
/
+149
*
Add new module `ffi` which provides a plain C interface, plus a new
lloyd
2015-02-16
3
-0
/
+1453