index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
p5_crpt2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add evp_test fixes.
Shane Lontis
2020-08-07
1
-4
/
+15
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-3
/
+3
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Params: change UTF8 construct calls to avoid explicit strlen(3) calls.
Pauli
2020-02-06
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
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
/
+18
*
PBKDF2 updates to conform to SP800-132
Shane Lontis
2019-06-11
1
-1
/
+2
*
Coverity CID 1444961: Integer handling issues
Pauli
2019-05-08
1
-2
/
+7
*
Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
Richard Levitte
2019-03-06
1
-25
/
+16
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
1
-82
/
+28
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-1
/
+1
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-2
/
+1
*
PBKDF2 computation speedup (15-40%)
Gergely Nagy
2017-04-04
1
-2
/
+0
*
Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
Péter Budai
2017-03-17
1
-2
/
+5
*
Clean away remaining 'selftest' code
Richard Levitte
2016-11-03
1
-12
/
+0
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
fix tab-space mixed indentation
FdaSilvaYY
2016-05-09
1
-1
/
+1
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-4
/
+4
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup: fix all sources that used HMAC_CTX_init
Richard Levitte
2015-12-07
1
-2
/
+2
*
Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanup
Richard Levitte
2015-12-07
1
-2
/
+2
*
Adapt the rest of the source to the opaque HMAC_CTX
Richard Levitte
2015-12-07
1
-20
/
+30
*
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-07
1
-1
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Remove duplicate code.
Dr. Stephen Henson
2015-03-30
1
-21
/
+5
*
Support for alternative KDFs.
Dr. Stephen Henson
2015-02-09
1
-4
/
+4
*
Remove OPENSSL_NO_HMAC
Dr. Stephen Henson
2015-02-06
1
-2
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-259
/
+249
*
Fix memory leak.
Dr. Stephen Henson
2013-11-11
1
-0
/
+1
*
Initialise context before using it.
Dr. Stephen Henson
2013-11-06
1
-1
/
+1
*
PBKDF2 should be efficient. Contributed by Christian Heimes
Ben Laurie
2013-11-03
1
-8
/
+29
*
Fix warnings (note that gcc 4.2 has a bug that makes one of its
Ben Laurie
2010-02-28
1
-1
/
+1
*
Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhat
Dr. Stephen Henson
2009-11-25
1
-35
/
+46
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-6
/
+18
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-2
/
+5
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Code tidy.
Dr. Stephen Henson
2006-05-18
1
-2
/
+1
*
Extend PBE code to support non default PKCS#5 v2.0 PRFs.
Dr. Stephen Henson
2006-05-14
1
-23
/
+57
*
Fix from 0.9.7-stable branch.
Dr. Stephen Henson
2006-04-15
1
-3
/
+8
*
improved error checking and some fixes
Nils Larsch
2005-07-26
1
-2
/
+7
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-16
1
-2
/
+3
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-2
/
+3
*
Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.
Richard Levitte
2003-03-21
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-0
/
+1
[next]