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
*
DER improvements
Jack Lloyd
2018-05-22
1
-3
/
+4
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-1
/
+1
*
Use explicit :: or std:: to refer to functions in namespaces
Jack Lloyd
2017-10-01
1
-1
/
+1
*
Avoid -size_t
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
2
-2
/
+2
*
More header cleanups
Jack Lloyd
2017-09-23
1
-0
/
+1
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
2
-3
/
+3
*
More include header cleanups
Jack Lloyd
2017-09-21
2
-2
/
+0
*
Avoid using double underscore in variable names
Jack Lloyd
2017-09-20
3
-11
/
+10
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
5
-10
/
+10
*
Add API stability annotations.
Jack Lloyd
2017-09-19
2
-4
/
+4
*
Avoid g_ prefix on local variable
Jack Lloyd
2017-09-03
1
-3
/
+3
*
More MSVC warnings fixes
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Avoid `throw new Exception`
Jack Lloyd
2017-08-29
1
-1
/
+1
*
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
[next]