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 support for --library-suffix option
Jack Lloyd
2018-01-12
4
-10
/
+10
*
In asn1print, if input file ends in .pem assume --pem flag
Jack Lloyd
2018-01-10
1
-1
/
+1
*
Fix a bug in asn1print - zero integers were not printed
Jack Lloyd
2018-01-09
2
-11
/
+7
*
Add contortion to appease Sonar
Jack Lloyd
2018-01-09
1
-1
/
+1
*
Recognize armv7-a [ci skip]
Jack Lloyd
2018-01-09
1
-0
/
+1
*
Merge GH #1391 X25519 cleanups
Jack Lloyd
2018-01-09
2
-417
/
+434
|
\
|
*
Fix for systems needing 128-bit helper type
Jack Lloyd
2018-01-07
1
-0
/
+5
|
*
Cleanups
Jack Lloyd
2018-01-07
1
-86
/
+89
|
*
Unroll the inner loop of cmult
Jack Lloyd
2018-01-06
1
-78
/
+84
|
*
Reformat donna.cpp
Jack Lloyd
2018-01-06
2
-411
/
+414
*
|
Merge GH #1393 Add cpuid support for POWER crypto extensions
Jack Lloyd
2018-01-09
3
-1
/
+34
|
\
\
|
*
|
Add support for detecting POWER crypto using getauxval
Jack Lloyd
2018-01-07
3
-1
/
+34
|
|
/
*
|
Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...
Jack Lloyd
2018-01-09
40
-225
/
+161
|
\
\
|
*
|
Test OS features by the feature vs the OS name
Jack Lloyd
2017-12-30
40
-225
/
+161
*
|
|
Remove CPU specific optimization flags
Jack Lloyd
2018-01-08
27
-412
/
+21
|
|
/
|
/
|
*
|
Merge GH #1388 Set default userid for SM2 signatures
Jack Lloyd
2018-01-05
1
-0
/
+12
|
\
\
|
*
|
Change default userid for SM2 signatures.
Daniel Wyatt
2018-01-04
1
-0
/
+12
*
|
|
Merge GH #1389 fix overflow handling in CTR with 128-bit wide counters
Jack Lloyd
2018-01-05
2
-1
/
+13
|
\
\
\
|
*
|
|
FIX: add carry bit to correct half-pad
René Meusel
2018-01-05
1
-1
/
+1
|
*
|
|
add (failing) regression test for '0xFF * 16' IV in CTR_BE(AES-256)
René Meusel
2018-01-05
1
-0
/
+12
|
|
/
/
*
/
/
Add a test for CTR with 8 byte wide counters
Jack Lloyd
2018-01-05
1
-4
/
+7
|
/
/
*
|
Update configuration information for Intel C++
Jack Lloyd
2018-01-04
1
-5
/
+15
*
|
Remove needless <arch> blocks for RDRAND/RDSEED
Jack Lloyd
2018-01-04
2
-10
/
+0
*
|
Add missing ISA annotations
Jack Lloyd
2018-01-04
4
-2
/
+4
*
|
Add -o flag to website generator
Jack Lloyd
2018-01-04
1
-1
/
+1
*
|
Add a test of EAX via FFI
Jack Lloyd
2018-01-04
1
-3
/
+89
*
|
Add note on OAEP version implemented [ci skip]
René Korthaus
2018-01-04
1
-0
/
+1
*
|
Force codecov script back to earlier version
Jack Lloyd
2018-01-03
1
-1
/
+1
*
|
Improve output of the ASN1 printer
Jack Lloyd
2018-01-03
9
-69
/
+238
*
|
Avoid including x509_ext.h in pkcs10.h
Jack Lloyd
2018-01-03
1
-1
/
+1
*
|
Merge GH #1381 Support caIssuers in AIA X509 extension
Jack Lloyd
2018-01-03
9
-4
/
+160
|
\
\
|
*
|
add test case for X509_Certificate::ca_issuers()
René Meusel
2018-01-03
3
-0
/
+116
|
*
|
use range-based for loop instead of std::for_each
Patrik Fiedler
2018-01-03
3
-6
/
+5
|
*
|
add the detection for the ca issuers field(1.3.6.1.5.5.7.48.2) in x509 certif...
Patrik Fiedler
2018-01-03
5
-3
/
+44
*
|
|
Use helper for char to uint8_t conversions.
Jack Lloyd
2018-01-02
1
-2
/
+2
*
|
|
Cleanup ECIES test
Jack Lloyd
2018-01-02
2
-18
/
+11
*
|
|
Avoid a warning in Sonar
Jack Lloyd
2018-01-02
1
-1
/
+3
|
/
/
*
|
Avoid warning with old Clang
Jack Lloyd
2018-01-01
1
-1
/
+1
*
|
Fix build on old Clang
Jack Lloyd
2018-01-01
1
-1
/
+2
*
|
Fix bogus comparison [ci skip]
Jack Lloyd
2018-01-01
1
-1
/
+1
*
|
Fix function call accidentally removed in 903d8042a9
Jack Lloyd
2018-01-01
1
-1
/
+3
*
|
Add some basic tests of Data_Store class
Jack Lloyd
2018-01-01
1
-0
/
+71
*
|
Add a cast to avoid Sonar warning
Jack Lloyd
2018-01-01
1
-6
/
+3
*
|
Fix hardcoded date
Jack Lloyd
2018-01-01
1
-4
/
+3
*
|
Merge GH #1379 Fix undefined behavior in Ed25519
Jack Lloyd
2017-12-31
4
-287
/
+313
|
\
\
|
*
|
Resolve undefined behavior in Ed25519 code
Jack Lloyd
2017-12-31
4
-287
/
+313
*
|
|
Enable GCC inline asm under Sun Studio compilers
Jack Lloyd
2017-12-31
1
-1
/
+1
*
|
|
Fix make clean target
Jack Lloyd
2017-12-31
1
-7
/
+6
|
/
/
*
|
Add a test that update_granularity > minimum_final_size
Jack Lloyd
2017-12-31
2
-0
/
+8
*
|
Fix Ed25519 tests
Jack Lloyd
2017-12-31
2
-10
/
+4
[next]