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
/
kdf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
1
-1
/
+4
*
Fix some Clang warnings
Jack Lloyd
2022-01-27
1
-1
/
+1
*
Remove the OpenSSL provider
Jack Lloyd
2021-10-28
1
-1
/
+1
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
1
-2
/
+2
*
KDF::create
Jack Lloyd
2021-04-05
2
-16
/
+14
*
Add KDF::new_object
Jack Lloyd
2021-04-03
15
-49
/
+77
*
Use make_unique in type factory functions
Jack Lloyd
2021-04-03
1
-10
/
+10
*
Remove the TLS 1.0 PRF
Jack Lloyd
2021-04-01
4
-72
/
+5
*
Don't use shouting case for ASN1_{Type,Class} values
Jack Lloyd
2021-01-13
1
-2
/
+2
*
Split ASN1 tags enum class into 2 enum classes
sledgehammer_999
2021-01-11
1
-2
/
+2
*
Convert ASN1_Tag to an enum class
Jack Lloyd
2020-12-20
1
-4
/
+4
*
Switch MAC vs HMAC preference in KDF and PBKDF2
Jack Lloyd
2020-12-01
1
-2
/
+2
*
Remove the KDF truncation behavior
Jack Lloyd
2020-11-28
19
-158
/
+212
*
Make scan_name.h, cpuid.h and http_util.h internal
Jack Lloyd
2020-11-28
2
-2
/
+2
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
19
-59
/
+37
*
Merge some of the ASN.1 headers
Jack Lloyd
2020-10-31
1
-1
/
+1
*
Fix LGTM warning about overflow checks in SP800-108 KDF
Jack Lloyd
2020-10-02
7
-12
/
+29
*
Fix TLS-PRF KDF tests when MD5 is disabled
Jack Lloyd
2019-11-13
3
-3
/
+13
*
Fix TLS PRF and module policy
Jack Lloyd
2019-11-13
1
-2
/
+0
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
11
-0
/
+24
*
Reduce usage of oids.h with the addition of some helpers on OID
Jack Lloyd
2019-08-04
2
-14
/
+9
*
Deprecate and replace OIDS::lookup
Jack Lloyd
2019-08-04
1
-1
/
+1
*
s/as_string/to_string/
Jack Lloyd
2019-03-01
1
-1
/
+1
*
Fix indent [ci skip]
Jack Lloyd
2019-01-05
1
-7
/
+7
*
DER improvements
Jack Lloyd
2018-05-22
1
-1
/
+4
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
3
-10
/
+6
*
Catch exceptions by reference not value
Jack Lloyd
2018-03-16
1
-1
/
+1
*
Correct dependencies of kdf and pbkdf [ci skip]
Jack Lloyd
2018-01-17
2
-1
/
+3
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
3
-0
/
+12
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
2
-6
/
+6
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
2
-4
/
+4
*
Address some MSVC warnings
Jack Lloyd
2017-09-30
2
-107
/
+109
*
Require HMAC for HKDF
Jack Lloyd
2017-09-28
1
-0
/
+4
*
Doxygen comment
Jack Lloyd
2017-09-28
1
-0
/
+6
*
Add HKDF-Expand-Label
Jack Lloyd
2017-09-27
3
-2
/
+62
*
Cryptobox code modernization
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
3
-5
/
+5
*
Header file cleanups
Jack Lloyd
2017-09-21
6
-11
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
10
-20
/
+20
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
9
-15
/
+15
*
Post-merge changes to SP 800-56A KDF (GH #1040)
Jack Lloyd
2017-05-06
3
-77
/
+120
*
Align with comments from code review
Krzysztof Kwiatkowski
2017-05-04
2
-6
/
+5
*
Use uint64_t to represent 32-bit number (fixes unittests)
Krzysztof Kwiatkowski
2017-05-03
1
-1
/
+1
*
Update copyright headers
Krzysztof Kwiatkowski
2017-05-03
2
-2
/
+6
*
SP800-56A revision 2 implementation
Krzysztof Kwiatkowski
2017-05-03
3
-29
/
+74
*
Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ...
Krzysztof Kwiatkowski
2017-05-03
4
-0
/
+130
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
9
-10
/
+28
*
Add BOTAN_UNUSED in creator functions
Jack Lloyd
2017-01-27
1
-0
/
+3
[next]