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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for FFI keywrap, and constify args
Jack Lloyd
2017-07-31
3
-9
/
+46
*
Split up ffi.cpp into several files
Jack Lloyd
2017-07-31
19
-2314
/
+2552
*
Merge GH #1128 Improve FFI exception safety
Jack Lloyd
2017-07-31
5
-703
/
+368
|
\
|
*
Add missing return in ffi_delete_object
Jack Lloyd
2017-07-25
1
-4
/
+5
|
*
Merge commit 'e015fd170' into ffi-fixes
Jack Lloyd
2017-07-25
3
-2
/
+13
|
|
\
|
|
*
Don't crash if openssl can't allocate a new context
Kirill A. Korinsky
2017-06-29
3
-2
/
+13
|
*
|
In FFI, check the object magic before deleting
Jack Lloyd
2017-07-25
1
-30
/
+42
|
*
|
Better exception guarding in FFI
Jack Lloyd
2017-07-25
2
-671
/
+312
*
|
|
Merge GH #1135 Add RFC 3394 keywrap to FFI
Jack Lloyd
2017-07-31
2
-0
/
+57
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move declarations above TLS block
Krzysztof Kwiatkowski
2017-07-30
1
-11
/
+11
|
*
|
FFI: Add interface for key wrapping with RFC 3394
Krzysztof Kwiatkowski
2017-06-29
2
-0
/
+57
*
|
|
Merge GH #1123 Add OCSP::Response::certificates API
Jack Lloyd
2017-07-24
2
-0
/
+36
|
\
\
\
|
*
|
|
add OCSP::Response::certificates() + unit test
René Meusel
2017-07-21
2
-0
/
+36
*
|
|
|
Change arbitrary privkey size to a smaller arbitrary number.
Jack Lloyd
2017-07-24
1
-1
/
+1
*
|
|
|
Revert GH #1119 90e8cbbc02 Causes irregular timeouts on Travis
Jack Lloyd
2017-07-24
1
-1
/
+1
|
/
/
/
*
|
|
Merge GH #1119 Run full tests on big-endian ppc qemu
Jack Lloyd
2017-07-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Enable all tests on ppc32 cross build
Jack Lloyd
2017-07-16
1
-1
/
+1
*
|
|
|
Appease shellcheck
Jack Lloyd
2017-07-17
1
-3
/
+3
|
/
/
/
*
|
|
Merge GH #1110 Fix documentation of PKCS11 module
Jack Lloyd
2017-07-16
1
-8
/
+8
|
\
\
\
|
*
|
|
Remove "pkcs11" provider paramater for pk ops in handbook and tests
René Korthaus
2017-07-04
1
-8
/
+8
*
|
|
|
Merge GH #1116 Fix loading of unencrypted PKCS#8 key via CLI
Jack Lloyd
2017-07-16
1
-10
/
+16
|
\
\
\
\
|
*
|
|
|
Fix loading of unencrypted PKCS#8 key via CLI
René Korthaus
2017-07-11
1
-10
/
+16
|
|
/
/
/
*
/
/
/
Fix failure to fully zero memory before free
Jack Lloyd
2017-07-16
1
-1
/
+1
|
/
/
/
*
|
|
Merge GH #1093 In EC keys, use OID encoding if possible
Jack Lloyd
2017-07-03
1
-6
/
+16
|
\
\
\
|
*
|
|
ECC: use OID encoding if possible
Patrick Wildt
2017-06-30
1
-6
/
+16
|
*
|
|
Revert previous, we should fix it differently.
Patrick Wildt
2017-06-30
1
-16
/
+20
|
*
|
|
Allow ECDSA tests for OpenSSL by comparing EC Groups
Patrick Wildt
2017-06-28
1
-20
/
+16
|
|
/
/
*
|
|
Merge GH #1107 Improve documentation of x509_path_validate
Jack Lloyd
2017-07-03
1
-1
/
+1
|
\
\
\
|
*
|
|
Add position of end entity cert in x509_path_validate() doc [ci skip]
René Korthaus
2017-07-02
1
-1
/
+1
*
|
|
|
Merge GH #1106 Fix sign_cert CLI incorrectly handling --ca-key-pass (GH #1104)
Jack Lloyd
2017-07-03
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Fix sign_cert CLI incorrectly handling --ca-key-pass
René Korthaus
2017-07-01
1
-2
/
+4
|
|
/
/
/
*
/
/
/
escape \Z in doxygen comment causing doxygen warning (and in turn error), fix...
Zoltan Gyarmati
2017-07-01
1
-1
/
+1
|
/
/
/
*
|
|
Update modern and nist policies with recent additions
Jack Lloyd
2017-06-30
3
-0
/
+21
*
|
|
Merge GH #1082 Add support for SM2 signature scheme
Jack Lloyd
2017-06-30
16
-2
/
+654
|
\
\
\
|
*
|
|
Remove debug prints
Jack Lloyd
2017-06-30
1
-17
/
+1
|
*
|
|
Add SM2 signature scheme
Jack Lloyd
2017-06-29
16
-2
/
+671
|
|
|
/
|
|
/
|
*
|
|
Merge GH #1084 Support multiple buffer sizes in speed report
Jack Lloyd
2017-06-30
1
-86
/
+446
|
\
\
\
|
*
|
|
use buffer sizes only once in performance tests
0xdefaced
2017-06-26
1
-2
/
+16
|
*
|
|
print a summary for performance tests
0xdefaced
2017-06-24
1
-7
/
+306
|
*
|
|
only speed test different msg sizes when tests require a message size
0xdefaced
2017-06-24
1
-204
/
+222
|
*
|
|
accept multiple buffer sizes used for speed tests
0xdefaced
2017-06-24
1
-141
/
+170
|
|
|
/
|
|
/
|
*
|
|
Merge GH #1098 Cleanups in SM3
Jack Lloyd
2017-06-30
1
-81
/
+25
|
\
\
\
|
*
|
|
Cleanups in SM3 code
Jack Lloyd
2017-06-29
1
-81
/
+25
|
|
/
/
*
|
/
Update BSI module policy
René Korthaus
2017-06-30
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge GH #1095 Catch exceptions in botan_mp_init
Jack Lloyd
2017-06-29
1
-3
/
+23
|
\
\
|
*
|
ffi: Catch exceptions in botan_mp_init
Daniel Wyatt
2017-06-28
1
-3
/
+23
|
|
/
*
|
Merge GH #1092 Correct printing of UTF-8 strings in asn1print cli
Jack Lloyd
2017-06-29
1
-2
/
+2
|
\
\
|
*
|
Fix transcoding of asn1print strings to UTF-8
René Korthaus
2017-06-28
1
-2
/
+2
|
|
/
*
|
Merge GH #1096 Avoid undefined behavior in rotation operations
Jack Lloyd
2017-06-29
1
-0
/
+2
|
\
\
|
*
|
Allow bit rotation by more than sizeof(T)*8 bits.
Daniel Wyatt
2017-06-28
1
-0
/
+2
|
|
/
[next]