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
*
Modify BigInt constructors
Jack Lloyd
2021-04-24
1
-9
/
+1
*
Avoid now-deprecated PBKDF interface within the library
Jack Lloyd
2021-04-08
1
-1
/
+0
*
KDF::create
Jack Lloyd
2021-04-05
1
-1
/
+1
*
Fix clang warning re missed copy elision
Jack Lloyd
2021-04-04
1
-1
/
+1
*
Avoid raw pointers in the FFI internals
Jack Lloyd
2021-04-04
14
-60
/
+81
*
Bump ffi version to indicate support for custom RNG
Jack Lloyd
2021-02-20
2
-1
/
+5
*
Use std::to_string
René Fischer
2021-01-29
1
-2
/
+2
*
Apply remaining review comments
René Fischer
2021-01-29
2
-9
/
+11
*
Add destroy cb, apply review comments
René Fischer
2021-01-28
2
-31
/
+44
*
Add API to register custom RNG with FFI API
René Fischer
2021-01-22
2
-0
/
+98
*
Fix deprecated decls for clang
Jack Lloyd
2020-12-14
1
-23
/
+23
*
Avoid using deprecated functions for key loading
Jack Lloyd
2020-12-14
1
-2
/
+2
*
Remove deprecated functions from pubkey
Jack Lloyd
2020-11-08
1
-0
/
+1
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
2
-2
/
+2
*
Remove MCEIES
Jack Lloyd
2020-11-05
2
-38
/
+10
*
Some math deprecations
Jack Lloyd
2020-11-05
1
-1
/
+1
*
More header merging
Jack Lloyd
2020-11-03
2
-2
/
+2
*
Remove use of Serialized_RNG in FFI and tests
Jack Lloyd
2020-09-12
1
-7
/
+1
*
Make it possible to DER encode signatures through FFI API
Jack Lloyd
2020-05-15
2
-5
/
+11
*
Add Processor_RNG
Jack Lloyd
2020-05-08
1
-5
/
+5
*
Bump the FFI version due to addition of CRL support
Jack Lloyd
2019-12-14
2
-1
/
+5
*
Avoid MSVC warnings about dead code in FFI layer
Jack Lloyd
2019-12-06
10
-26
/
+38
*
Add documentation for CRL API in FFI and Python binding
Pavol Žáčik
2019-12-03
1
-13
/
+20
*
Add basic CRL handling to FFI API
Pavol Žáčik
2019-12-03
2
-0
/
+181
*
fix missing ErrorType::RoughtimeError on switches
Nuno Goncalves
2019-10-16
2
-0
/
+3
*
Deprecate some more redundant ffi functions
Jack Lloyd
2019-08-19
1
-10
/
+31
*
Fix indentation
Jack Lloyd
2019-08-17
1
-2
/
+2
*
Document that FFI destroy operations can fail
Jack Lloyd
2019-05-29
1
-3
/
+37
*
Verify ffi object is not null before dereferencing it
Jack Lloyd
2019-05-28
1
-1
/
+5
*
Correct documentation for botan_rng_init
Jack Lloyd
2019-05-28
1
-2
/
+5
*
Add a DatabaseError type, set the sqlite return code in exception
Jack Lloyd
2019-05-23
1
-0
/
+2
*
More Python API enhancements.
Jack Lloyd
2019-04-27
2
-29
/
+48
*
Fix C function prototypes.
JornVernee
2019-04-21
1
-6
/
+6
*
Remove unimplemented function decl
Jack Lloyd
2019-04-19
1
-3
/
+0
*
Use script to generate Python FFI decls
Jack Lloyd
2019-04-19
1
-7
/
+0
*
Avoid C++ style comments in headers that may be parsed as C
Jack Lloyd
2019-04-19
1
-64
/
+6
*
Rename Integrity_Failure to Invalid_Authentication_Tag
Jack Lloyd
2019-01-18
2
-1
/
+4
*
Use memcpy instead of strcpy here to shut up MSVC warning
Jack Lloyd
2019-01-03
1
-1
/
+1
*
Add OS::read_env_variable
Jack Lloyd
2018-12-29
1
-1
/
+1
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
3
-19
/
+85
*
Fix FFI compilation without hotp module
Tobias Brunner
2018-10-25
1
-2
/
+2
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
17
-65
/
+65
*
Refactor mode tests, and correct bugs found
Jack Lloyd
2018-09-29
1
-0
/
+1
*
Avoid null pointer write in FFI
Jack Lloyd
2018-09-28
1
-1
/
+4
*
Add OS::running_in_privileged_state
Jack Lloyd
2018-09-27
1
-1
/
+2
*
Define botan_scrypt in terms of botan_pwdhash
Jack Lloyd
2018-09-13
1
-12
/
+5
*
In FFI pwdhash functions, let len == 0 mean "call strlen"
Jack Lloyd
2018-09-13
2
-2
/
+18
*
Merge GH #1670 New password hashing interface
Jack Lloyd
2018-09-13
2
-15
/
+136
|
\
|
*
Fix Doxygen comments
Jack Lloyd
2018-09-10
1
-2
/
+4
|
*
Add FFI
Jack Lloyd
2018-09-10
2
-15
/
+134
[next]