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
/
rsa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DER improvements
Jack Lloyd
2018-05-22
1
-4
/
+6
*
Add a comment on side channels here
Jack Lloyd
2018-04-26
1
-4
/
+5
*
Avoid potential side channel when generating RSA primes
Jack Lloyd
2018-04-17
1
-2
/
+6
*
Add const time annotations
Jack Lloyd
2018-04-15
1
-1
/
+1
*
Add a Montgomery exponentiation that takes variable time
Jack Lloyd
2018-04-09
1
-7
/
+14
*
Work around a bug in MSVC lambda handling
Jack Lloyd
2018-04-04
1
-1
/
+1
*
Add RSA exponent blinding
Jack Lloyd
2018-04-04
1
-5
/
+12
*
Tweak how RSA private operations are performed
Jack Lloyd
2018-04-04
1
-25
/
+44
*
Throw Lookup_Error here for benefit of tests
Jack Lloyd
2018-03-21
1
-2
/
+2
*
Remove PK_Ops::Decryption_with_EME::max_raw_input_bits
Jack Lloyd
2018-02-19
1
-2
/
+0
*
Use new DL_Group functions
Jack Lloyd
2018-02-19
1
-1
/
+1
*
Tighten up RSA key validity tests
Jack Lloyd
2018-02-13
1
-3
/
+7
*
Remove handling of even e in RSA keygen
Jack Lloyd
2018-02-13
1
-5
/
+2
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-6
/
+6
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+1
*
Content:
Tomasz Frydrych
2017-04-03
1
-4
/
+4
*
Remove verify_end() chained immediatly before end_cons() (close #890)
Nuno Goncalves
2017-02-25
1
-1
/
+0
*
increase miller-rabin iterations for RSA strong check_key. We call is_prime w...
Never
2017-02-13
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-12
/
+12
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
1
-1
/
+1
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
1
-1
/
+1
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-1
/
+1
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-1
/
+6
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-6
/
+0
*
Remove automatic self-testing of public and private keys
Jack Lloyd
2016-11-03
1
-10
/
+2
*
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
1
-22
/
+54
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-15
/
+95
*
Remove IF_Scheme_{Public,Private}Key
Jack Lloyd
2016-09-02
1
-6
/
+124
*
fix test failures and seg faults when Botan is configured with --module-poli...
René Korthaus
2016-06-17
1
-1
/
+1
*
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
*
In RSA, check that the input is less than the modulus n before blinding
Jack Lloyd
2015-08-21
1
-5
/
+7
*
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
1
-14
/
+4
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-47
/
+174
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+121