Jon Spillett
|
b536880c45
Add library context and property query support into the PKCS12 API
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Pauli
|
36fae6e85a
crypto: add additional argument to KDF derive calls
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Shane Lontis
|
5ccada09aa
Add evp_test fixes.
|
4 years ago |
Matt Caswell
|
660c534435
Revert "kdf: make function naming consistent."
|
4 years ago |
Matt Caswell
|
fbd2ece171
Update copyright year
|
4 years ago |
Pauli
|
765d04c946
kdf: make function naming consistent.
|
4 years ago |
Pauli
|
64115f05ac
Usages of KDFs converted to use the name macros
|
5 years ago |
Pauli
|
7707526b8d
Fix users of KDFs to use params not ctls
|
5 years ago |
Victor Stinner
|
253d762222
EVP_PBE_scrypt() handles salt=NULL as salt=""
|
5 years ago |
Richard Levitte
|
546ca2f4f5
The use of the likes of UINT32_MAX requires internal/numbers.h
|
5 years ago |
Matt Caswell
|
4c3941c2eb
Don't leak EVP_KDF_CTX on error
|
5 years ago |
David Makepeace
|
5a285addbf
Added new EVP/KDF API.
|
6 years ago |
Richard Levitte
|
4a8b0c55c0
Following the license change, modify the boilerplates in crypto/evp/
|
6 years ago |
Matt Caswell
|
c4d3c19b4c
Update copyright year
|
6 years ago |
FdaSilvaYY
|
3484236d8d
EVP,KDF: Add more error code along some return 0 in ...
|
6 years ago |
Andy Polyakov
|
b4c0e4dff6
evp/pbe_scrypt.c: add boundary condition for implicit cast.
|
7 years ago |
Pauli
|
44589b5d44
Add explanatory comment about fitting into a size_t.
|
7 years ago |
Pauli
|
76b2ae8326
Ensure that the requested memory size cannot exceed the limit imposed by a
|
7 years ago |
Pauli
|
f4eb248392
Manually revert "Ensure allocation size fits into size_t"
|
7 years ago |
Rich Salz
|
176db6dc51
Use "" not <> for internal/ includes
|
7 years ago |
Richard Levitte
|
9237173eeb
Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
|
7 years ago |