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
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-31
/
+31
*
Expose pk_ops.h as public interface again
Jack Lloyd
2016-12-04
1
-1
/
+1
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-56
/
+42
*
This happening is actually a user error (eg, wrong key type)
Jack Lloyd
2016-10-09
1
-7
/
+14
*
Make pk_ops.h internal
Jack Lloyd
2016-10-08
1
-1
/
+28
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-2
/
+1
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-33
/
+25
*
Travis CI additions and cleanup
Jack Lloyd
2016-08-28
1
-3
/
+3
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
1
-2
/
+0
*
Add PK_Decryptor::decrypt_or_random
Jack Lloyd
2016-03-20
1
-3
/
+82
*
V816 It is more efficient to catch exception by reference rather than by valu...
Daniel Neus
2016-02-08
1
-1
/
+1
*
String comparision fixes
Daniel Neus
2016-01-04
1
-1
/
+1
*
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
1
-2
/
+4
*
Add generalized KEM interface
Jack Lloyd
2015-12-26
1
-0
/
+40
*
Expose providers for public key operations
Jack Lloyd
2015-10-14
1
-13
/
+23
*
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