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
/
mce
Commit message (
Expand
)
Author
Age
Files
Lines
*
Content:
Tomasz Frydrych
2017-04-03
5
-26
/
+14
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
12
-244
/
+244
*
Another rename in the service of filename uniqueness
Jack Lloyd
2016-12-08
1
-0
/
+0
*
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
*
Expose pk_ops.h as public interface again
Jack Lloyd
2016-12-04
1
-1
/
+1
*
Avoid having source files start with /**
Jack Lloyd
2016-11-25
12
-13
/
+13
*
Pubkey cleanups
Jack Lloyd
2016-11-12
2
-11
/
+6
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-2
/
+0
*
Reorganize anon namespace code to fix last doxygen warn [ci skip]
René Korthaus
2016-10-20
1
-8
/
+8
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-2
/
+2
*
Make pk_ops.h internal
Jack Lloyd
2016-10-08
1
-1
/
+1
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-4
/
+8
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
2
-4
/
+25
*
Merge branch 'master' into clang-analyzer
Daniel Neus
2016-03-06
3
-4
/
+4
|
\
|
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
3
-4
/
+4
*
|
fix dead assignment in mce/polyn_gf2m.cpp in polyn_gf2m() found by clang-anal...
Daniel Neus
2016-03-02
1
-3
/
+1
|
/
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
1
-6
/
+6
*
Fix Coverity findings in McEliece code
Jack Lloyd
2016-02-09
3
-14
/
+20
*
Don't leave member variables uninitialized. Found by Coverity scanner.
Jack Lloyd
2016-02-09
1
-1
/
+1
*
Avoid -Wmaybe-uninitialized warning under GCC 5.3
Jack Lloyd
2016-01-29
1
-4
/
+6
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-0
/
+5
*
Move McEliece KEM operation into the same file as the key type.
Jack Lloyd
2015-12-26
2
-74
/
+65
*
Add generalized KEM interface
Jack Lloyd
2015-12-26
3
-90
/
+57
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-1
/
+2
*
Missing adds
Jack Lloyd
2015-12-11
2
-2
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
2
-3
/
+3
*
Fix McEliece key gen endian dependency.
Jack Lloyd
2015-10-27
3
-20
/
+27
*
Add missing include
Jack Lloyd
2015-10-26
1
-0
/
+1
*
Merge pull request #286 from randombit/mce-cleanup
Jack Lloyd
2015-09-30
22
-1183
/
+953
|
\
|
*
McEliece cleanups
Jack Lloyd
2015-09-29
22
-1183
/
+953
*
|
Remove warning: assuming signed overflow does not occur
Simon Warta
2015-09-25
1
-1
/
+1
|
/
*
Internal header cleanups
Jack Lloyd
2015-09-19
2
-2
/
+0
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
2
-13
/
+13
*
Fix typos
Simon Warta
2015-07-24
1
-1
/
+1
*
Silence some extra ';' warnings
Simon Warta
2015-07-22
2
-2
/
+2
*
The gf2m type is an unsigned 16-bit, so under C promotion rules a
Jack Lloyd
2015-07-05
1
-1
/
+1
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
8
-27
/
+27
*
Add missing headers fixing GCC 4.7 build
lloyd
2015-06-17
1
-0
/
+1
*
Remove static casts
lloyd
2015-02-06
6
-34
/
+28
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
2
-102
/
+97
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
7
-23
/
+18
*
Amalgamation fixes
lloyd
2015-01-23
2
-5
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
20
-27
/
+29
*
Cleanup
lloyd
2015-01-08
1
-7
/
+5
*
When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.
lloyd
2014-12-27
1
-1
/
+1
*
Fix header guards for amalgamation (github issue 35)
lloyd
2014-12-22
4
-31
/
+31
*
Implement a strength estimator for McEliece keys based on HyMES version
lloyd
2014-12-09
3
-1
/
+123
*
Add a basic speed test for McEliece
lloyd
2014-12-08
1
-0
/
+10
[next]