index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
pbe_scrypt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Usages of KDFs converted to use the name macros
Pauli
2019-09-11
1
-1
/
+1
*
Fix users of KDFs to use params not ctls
Pauli
2019-09-06
1
-8
/
+17
*
EVP_PBE_scrypt() handles salt=NULL as salt=""
Victor Stinner
2019-03-17
1
-0
/
+4
*
The use of the likes of UINT32_MAX requires internal/numbers.h
Richard Levitte
2019-02-27
1
-0
/
+1
*
Don't leak EVP_KDF_CTX on error
Matt Caswell
2019-02-18
1
-4
/
+5
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
1
-217
/
+25
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
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
1
-5
/
+18
*
evp/pbe_scrypt.c: add boundary condition for implicit cast.
Andy Polyakov
2017-11-13
1
-4
/
+12
*
Add explanatory comment about fitting into a size_t.
Pauli
2017-09-15
1
-0
/
+2
*
Ensure that the requested memory size cannot exceed the limit imposed by a
Pauli
2017-09-14
1
-0
/
+2
*
Manually revert "Ensure allocation size fits into size_t"
Pauli
2017-09-14
1
-11
/
+4
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
Richard Levitte
2017-08-15
1
-0
/
+248