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
/
prov
/
pkcs11
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings from clangs -Wdocumentation flag
Jack Lloyd
2017-07-28
2
-2
/
+2
*
Content:
Tomasz Frydrych
2017-04-03
4
-6
/
+4
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Enable PKCS11 module by default and remove --with-pkcs11 option
René Korthaus
2017-01-11
1
-2
/
+0
*
Add try/catch blocks in noexcept destructors that might throw
Jack Lloyd
2017-01-06
3
-8
/
+29
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
16
-145
/
+145
*
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
1
-15
/
+0
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
6
-9
/
+9
*
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
3
-4
/
+3
*
Pubkey cleanups
Jack Lloyd
2016-11-12
5
-66
/
+4
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-4
/
+0
*
Fix PKCS11 test error
Jack Lloyd
2016-11-04
2
-7
/
+3
*
Update PKCS11 code, no RNG required
Jack Lloyd
2016-11-03
1
-14
/
+1
*
Remote unused macros
Jack Lloyd
2016-10-24
2
-5
/
+1
*
Initialize member variable in PKCS11_EC_PrivateKey
Jack Lloyd
2016-10-24
2
-2
/
+2
*
Merge GH #668: Remove Algo_Registry and associated global locks
Jack Lloyd
2016-10-24
3
-3
/
+0
|
\
|
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
3
-3
/
+0
*
|
Fix invalid UTF-8 char in API doc [ci skip]
René Korthaus
2016-10-22
1
-1
/
+1
|
/
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
2
-8
/
+7
*
Improve pkcs11 doxygen [ci skip]
René Korthaus
2016-10-19
3
-13
/
+49
*
Make pk_ops.h internal
Jack Lloyd
2016-10-08
3
-4
/
+4
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
4
-12
/
+8
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
8
-51
/
+117
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-2
/
+2
*
Another PKCS #11 amalg fix
Jack Lloyd
2016-08-23
1
-1
/
+1
*
Work around some amalgamation issues.
Jack Lloyd
2016-08-23
2
-6
/
+4
*
restore to original pkcs11.h
Daniel Neus
2016-08-12
1
-4
/
+4
*
Headers can be marked as external by using `<header:external>` in info.txt.
Daniel Neus
2016-08-12
2
-2
/
+5
*
include external PKCS#11 headers into botan
Daniel Neus
2016-07-26
5
-1
/
+3208
*
remove rfc6979 module dependency for pkcs11
Daniel Neus
2016-07-05
1
-1
/
+0
*
remove unnecessary include
Daniel Neus
2016-06-28
1
-1
/
+0
*
fix some warnings and one compile error
Daniel Neus
2016-06-28
4
-6
/
+7
*
reuse BigInt::encode_1363 instead of self written logic
Daniel Neus
2016-06-28
1
-6
/
+1
*
use NULL_RNG to make clear that the RNG is not used
Daniel Neus
2016-06-28
2
-24
/
+4
*
add PKCS#11 support
Daniel Neus
2016-06-17
25
-0
/
+7297