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
/
rsa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-6
/
+0
*
Update Doxygen comment [ci skip]
Jack Lloyd
2016-11-06
1
-1
/
+0
*
Remove automatic self-testing of public and private keys
Jack Lloyd
2016-11-03
2
-15
/
+4
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-1
/
+1
*
Improve pubkey doxygen [ci skip]
René Korthaus
2016-10-19
1
-1
/
+12
*
Indent include so amalgamation works correctly
Jack Lloyd
2016-10-17
1
-2
/
+1
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
1
-1
/
+10
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
2
-24
/
+55
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
2
-15
/
+126
*
Remove IF_Scheme_{Public,Private}Key
Jack Lloyd
2016-09-02
3
-27
/
+186
*
fix test failures and seg faults when Botan is configured with --module-poli...
René Korthaus
2016-06-17
2
-1
/
+3
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
1
-1
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-2
/
+2
*
Prefix more member vars with m_ prefix
René Korthaus
2016-01-11
1
-8
/
+8
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-24
/
+24
*
Remove debug prints
Jack Lloyd
2015-12-26
1
-4
/
+0
*
Add generalized KEM interface
Jack Lloyd
2015-12-26
1
-2
/
+60
*
Merge the openssl code together.
Jack Lloyd
2015-12-19
1
-283
/
+0
*
Compile fix
Jack Lloyd
2015-10-26
1
-1
/
+1
*
Asan fix - referencing &vec[vec.size()] instead of vec.end()
Jack Lloyd
2015-10-26
1
-17
/
+3
*
Break up openssl provider
Jack Lloyd
2015-10-19
1
-0
/
+297
*
In RSA, check that the input is less than the modulus n before blinding
Jack Lloyd
2015-08-21
1
-5
/
+7
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
1
-2
/
+2
*
Move the signature padding schemes to the PK operation classes,
lloyd
2015-03-23
1
-11
/
+9
*
In PK encrypt/decrypt move pad calls to the operation. This allows an
lloyd
2015-03-14
1
-9
/
+11
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
2
-15
/
+4
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
2
-117
/
+175
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
Move lib into src
lloyd
2014-01-10
3
-0
/
+284