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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug that broke session decryption (and thus resumption)
Jack Lloyd
2018-04-09
1
-1
/
+1
*
Fix off by one when decoding TLS-CBC ciphertexts
Jack Lloyd
2018-04-09
3
-27
/
+30
*
Fix interop bug in TLS server
Jack Lloyd
2018-04-08
3
-0
/
+33
*
Square is always positive
Jack Lloyd
2018-04-08
1
-0
/
+1
*
Add BigInt::square plus a speed test for BigInt multiply
Jack Lloyd
2018-04-08
3
-8
/
+25
*
Convert comba script to Python3
Jack Lloyd
2018-04-08
1
-1
/
+1
*
Work around unique_ptr conversion bug in older GCC
Jack Lloyd
2018-04-07
1
-1
/
+1
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
13
-76
/
+143
*
Add defensive assert to buffer_insert
Jack Lloyd
2018-04-07
1
-0
/
+2
*
Add pk_workfactor CLI and refactor workfactor estimator functions
Jack Lloyd
2018-04-05
1
-12
/
+19
*
Split up asm constructs to avoid miscompilation
Jack Lloyd
2018-04-05
1
-30
/
+49
*
Merge GH #1523 RSA optimizations and exponent blinding
Jack Lloyd
2018-04-04
2
-25
/
+53
|
\
|
*
Work around a bug in MSVC lambda handling
Jack Lloyd
2018-04-04
1
-1
/
+1
|
*
Add RSA exponent blinding
Jack Lloyd
2018-04-04
2
-5
/
+14
|
*
Tweak how RSA private operations are performed
Jack Lloyd
2018-04-04
1
-25
/
+44
*
|
Add DL_Group::monty_params_p to get Montgomery params
Jack Lloyd
2018-04-04
2
-2
/
+13
|
/
*
Support passing an OAEP label in EME name
René Korthaus
2018-04-02
1
-4
/
+5
*
Fix problems with failure to build in various configurations
Jack Lloyd
2018-03-31
3
-1
/
+5
*
Merge GH #1519 Fix bugs in X.509 wildcard match
Jack Lloyd
2018-03-31
1
-77
/
+107
|
\
|
*
Fix bugs in wildcard matching
Jack Lloyd
2018-03-31
1
-77
/
+107
*
|
Export TLS::Extension
Jack Lloyd
2018-03-31
1
-1
/
+1
|
/
*
Minor DH optimization
Jack Lloyd
2018-03-28
1
-4
/
+6
*
Avoid another problem with AltiVec
Jack Lloyd
2018-03-28
1
-15
/
+6
*
Fix some Doxygen errors
Jack Lloyd
2018-03-28
4
-1
/
+17
*
Fix carry bugs introduced in 8a7559e4f8ad
Jack Lloyd
2018-03-27
2
-22
/
+23
*
Add back posix_mlock flag
Jack Lloyd
2018-03-26
1
-0
/
+6
*
Handle some corner cases in ECC mult
Jack Lloyd
2018-03-25
3
-5
/
+19
*
In Barrett avoid creating an unnecessary temp
Jack Lloyd
2018-03-25
1
-4
/
+4
*
Extend Certificate_Store_In_Memory to load just a single cert from file
Jack Lloyd
2018-03-24
1
-3
/
+9
*
Bypass self-signed check in X509_Certificate if AKID and SKID are set
Jack Lloyd
2018-03-24
1
-12
/
+17
*
Fix some corner cases for small values in power_mod
Jack Lloyd
2018-03-24
1
-1
/
+15
*
Add warning comment
Jack Lloyd
2018-03-22
1
-0
/
+6
*
Tiny optimization in Montgomery inverse
Jack Lloyd
2018-03-22
1
-1
/
+1
*
Add back mul/sqr to CurveGFp [ci skip]
Jack Lloyd
2018-03-22
1
-0
/
+10
*
Revamp GOST-34.10 tests
Jack Lloyd
2018-03-21
1
-6
/
+1
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
8
-6
/
+16
*
Remove bogus -1 from DSA key generation
Jack Lloyd
2018-03-21
1
-1
/
+1
*
Merge GH #1504 Store DN entries in a vector
Jack Lloyd
2018-03-21
5
-72
/
+78
|
\
|
*
Avoid creating a map from a DN when not required
Jack Lloyd
2018-03-21
5
-14
/
+20
|
*
Store elements of a DN as a vector
Jack Lloyd
2018-03-21
2
-59
/
+59
*
|
Throw Lookup_Error here for benefit of tests
Jack Lloyd
2018-03-21
1
-2
/
+2
*
|
Support "mixed" OAEP hashes
Jack Lloyd
2018-03-21
1
-2
/
+17
*
|
Mixed mode OAEP
Jack Lloyd
2018-03-21
3
-10
/
+27
|
/
*
Change DSA behavior similarly
Jack Lloyd
2018-03-21
1
-2
/
+2
*
Shift ECDSA inputs to match OpenSSL behavior
Jack Lloyd
2018-03-21
4
-4
/
+25
*
Remove unused variables [ci skip]
Jack Lloyd
2018-03-21
2
-4
/
+0
*
Simplify a common case BigInt constructor
Jack Lloyd
2018-03-21
2
-1
/
+13
*
Add another Ed25519 helper to save a few hundred redundant lines
Jack Lloyd
2018-03-20
3
-301
/
+106
*
Add some helpers for handling carries in Ed25519
Jack Lloyd
2018-03-20
4
-893
/
+491
*
Support Ed25519 certificate format
Jack Lloyd
2018-03-20
3
-39
/
+74
[next]