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
*
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
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
17
-171
/
+171
*
Fix missing include in kdf.cpp
Jack Lloyd
2016-11-29
1
-0
/
+1
*
Fix memory leak in HKDF
Jack Lloyd
2016-11-22
1
-1
/
+1
*
Add a test for KDF::name()
René Korthaus
2016-11-15
1
-1
/
+1
*
Add test vectors for HKDF-Expand and HKDF-Extract
René Korthaus
2016-11-15
1
-2
/
+2
*
Add full HKDF implementation
René Korthaus
2016-11-12
3
-8
/
+108
*
Simplify some code by using T::create_or_throw
Jack Lloyd
2016-11-03
2
-5
/
+3
*
Remove ability to add OIDS at runtime. Remove global OID lock.
Jack Lloyd
2016-11-03
1
-1
/
+0
*
Cleanup from rebase
Jack Lloyd
2016-10-21
1
-5
/
+0
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
10
-126
/
+157
*
Minor doxygen fixes [ci skip]
René Korthaus
2016-10-19
6
-6
/
+6
*
Improve kdf doxygen [ci skip]
René Korthaus
2016-10-19
8
-8
/
+54
*
Add test vectors for KDF1/ISO18033
René Korthaus
2016-07-15
2
-3
/
+3
*
Update KDF1-ISO 18033 with KDF label argument
Jack Lloyd
2016-06-20
2
-2
/
+5
*
Merge GH #483 Add ECIES and KDF1 from ISO 18033
Jack Lloyd
2016-06-20
4
-0
/
+81
|
\
|
*
add kdf1 implementation according to iso-18033 (preparation for ecies)
Philipp Weber
2016-04-27
4
-0
/
+81
*
|
make sure kdf labels are always used
Kai Michaelis
2016-06-01
5
-10
/
+29
*
|
add label parameter to KDF::derive_key
Kai Michaelis
2016-05-19
15
-36
/
+175
|
/
*
NIST SP800-108 & 56c
Kai Michaelis
2016-04-20
7
-0
/
+351
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
6
-6
/
+6
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
5
-6
/
+6
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-0
/
+1
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
3
-14
/
+15
*
Address some review comments by Simon. GH #279
Jack Lloyd
2015-09-21
1
-1
/
+1
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+0
*
Handle dependencies re static linking. GH #279
Jack Lloyd
2015-09-17
9
-41
/
+41
[next]