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
/
pubkey
/
pubkey.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-1
/
+1
*
Key agreement was missing the return check, add it to get_pk_op instead
lloyd
2015-03-29
1
-17
/
+11
*
Move the signature padding schemes to the PK operation classes,
lloyd
2015-03-23
1
-152
/
+58
*
In PK encrypt/decrypt move pad calls to the operation. This allows an
lloyd
2015-03-14
1
-94
/
+29
*
Add new module `ffi` which provides a plain C interface, plus a new
lloyd
2015-02-16
1
-1
/
+1
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-1
/
+1
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-61
/
+27
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Implement RFC 6979 determinstic signatures for DSA and ECDSA.
lloyd
2014-12-10
1
-3
/
+3
*
Fix algo factory compile
lloyd
2014-01-18
1
-1
/
+0
*
Guess I won't be needing these
lloyd
2014-01-18
1
-1
/
+0
*
unique_ptr all the things
lloyd
2014-01-18
1
-71
/
+71
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+386