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
*
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
2
-7
/
+7
*
More include header cleanups
Jack Lloyd
2017-09-21
2
-2
/
+2
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-2
/
+2
*
Content:
Tomasz Frydrych
2017-04-03
2
-5
/
+5
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
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
*
Fix private key ctors API docs [ci skip]
René Korthaus
2017-01-27
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
2
-16
/
+16
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
2
-3
/
+3
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
2
-2
/
+2
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
2
-2
/
+2
*
Pubkey cleanups
Jack Lloyd
2016-11-12
2
-3
/
+7
*
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
[next]