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
...
*
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
*
Reorder inclusion of header files:
Lutz Jänicke
2002-07-10
1
-1
/
+1
*
Initialize cipher context in KRB5
Dr. Stephen Henson
2002-03-14
1
-1
/
+1
*
Improve back compatibility.
Ben Laurie
2001-12-09
1
-1
/
+1
*
Modify EVP cipher behaviour in a similar way
Dr. Stephen Henson
2001-10-17
1
-2
/
+2
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-1
/
+3
*
Change the EVP_somecipher() and EVP_somedigest()
Dr. Stephen Henson
2001-03-09
1
-1
/
+1
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
Make PKCS#12 code handle missing passwords.
Dr. Stephen Henson
2000-05-04
1
-1
/
+2
*
NO_HMAC.
Ulf Möller
1999-07-16
1
-1
/
+2
*
Various changes to stop VC++ choking under Win32.
Dr. Stephen Henson
1999-07-11
1
-4
/
+4
*
Add a debugging option to PKCS#5 v2.0 key generation function.
Dr. Stephen Henson
1999-07-11
1
-6
/
+30
*
Fix no-hmac and no-ripemd.
Ulf Möller
1999-06-30
1
-1
/
+2
*
Survive pedanticism.
Ben Laurie
1999-06-08
1
-2
/
+2
*
This is the main PKCS#5 v2.0 key generation function, it parses the ASN1
Dr. Stephen Henson
1999-06-07
1
-0
/
+221
[prev]