index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
kdf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hkdf zeroization fix
Shane Lontis
2018-09-04
1
-4
/
+4
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
3
-6
/
+12
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
EVP,KDF: Add more error code along some return 0 in ...
FdaSilvaYY
2018-03-29
2
-3
/
+10
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
Matt Caswell
2018-03-15
1
-1
/
+1
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
1
-1
/
+1
*
More updates following review feedback
Matt Caswell
2017-08-21
1
-1
/
+1
*
Remove OPENSSL_assert() from crypto/kdf
Matt Caswell
2017-08-21
1
-1
/
+2
*
Fix building without scrypt
Johannes Bauer
2017-08-08
1
-0
/
+4
*
Add interface to the scrypt KDF by means of PKEY_METHOD
Johannes Bauer
2017-08-08
3
-1
/
+269
*
Fix indentation
Johannes Bauer
2017-08-03
1
-1
/
+1
*
Added differentiation between missing secret and missing seed
Johannes Bauer
2017-08-03
2
-1
/
+6
*
Changed use of EVP_PKEY_CTX_md() and more specific error codes
Johannes Bauer
2017-08-03
3
-12
/
+19
*
More error handling to HKDF and one more case in TLS1-PRF
Johannes Bauer
2017-08-03
3
-2
/
+14
*
Set error when HKDF used without parameters
Johannes Bauer
2017-08-03
2
-1
/
+4
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-17
/
+13
*
Following the changes to HKDF to accept a mode, add some tests for this
Matt Caswell
2016-11-09
1
-0
/
+15
*
Update HKDF to support separte Extract and Expand steps
Matt Caswell
2016-11-09
1
-7
/
+30
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-6
/
+1
*
Manual fixes after copyright consolidation
Rich Salz
2016-05-17
1
-51
/
+6
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
2
-99
/
+11
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-53
/
+0
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
GH355: Implement HKDF
Alessandro Ghedini
2016-03-04
3
-3
/
+335
*
Add KDF error codes
Dr. Stephen Henson
2016-03-02
4
-6
/
+107
*
Add string ctrl operations to TLS1 PRF, update documentation.
Dr. Stephen Henson
2016-03-02
1
-1
/
+26
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+3
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
prf redirection build fixes
Dr. Stephen Henson
2016-01-19
1
-1
/
+1
*
Add TLS PRF method.
Dr. Stephen Henson
2016-01-19
2
-0
/
+340