index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_pbe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
1
-3
/
+2
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
1
-1
/
+1
*
Fix declarations and constification for inline stack.
Dr. Stephen Henson
2016-01-07
1
-3
/
+3
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Check memory allocation
Alessandro Ghedini
2015-10-23
1
-4
/
+11
*
Add GOST extensions to PKCS#5
Matt Caswell
2015-09-21
1
-0
/
+4
*
RT3998: Allow scrypt to be disabled
Rich Salz
2015-09-04
1
-0
/
+2
*
PBE lookup test
Dr. Stephen Henson
2015-09-03
1
-25
/
+15
*
Add scrypt PBE algorithm code.
Dr. Stephen Henson
2015-05-21
1
-1
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-2
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+2
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-3
/
+2
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-1
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Support for alternative KDFs.
Dr. Stephen Henson
2015-02-09
1
-0
/
+1
*
Remove OPENSSL_NO_HMAC
Dr. Stephen Henson
2015-02-06
1
-4
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-215
/
+203
*
Fix for EVP_PBE_alg_add().
Dr. Stephen Henson
2014-06-28
1
-1
/
+1
*
PR: 2127
Dr. Stephen Henson
2009-12-17
1
-0
/
+14
*
Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhat
Dr. Stephen Henson
2009-11-25
1
-0
/
+5
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
Dr. Stephen Henson
2008-10-22
1
-7
/
+5
*
Type-checked (and modern C compliant) OBJ_bsearch.
Ben Laurie
2008-10-12
1
-8
/
+9
*
Avoid warnings with -pedantic, specifically:
Dr. Stephen Henson
2008-07-05
1
-1
/
+1
*
More type-checking.
Ben Laurie
2008-06-04
1
-16
/
+18
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
fix order
Nils Larsch
2006-12-21
1
-1
/
+1
*
Fix various error codes to match functions.
Dr. Stephen Henson
2006-07-17
1
-1
/
+1
*
HMAC OIDs from RFC4231.
Dr. Stephen Henson
2006-05-17
1
-0
/
+4
*
Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.
Dr. Stephen Henson
2006-05-15
1
-4
/
+95
*
Extend PBE code to support non default PKCS#5 v2.0 PRFs.
Dr. Stephen Henson
2006-05-14
1
-37
/
+101
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-1
/
+1
*
some const fixes and cleanup
Nils Larsch
2005-04-05
1
-1
/
+2
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-1
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-1
/
+1
*
Reorder inclusion of header files:
Lutz Jänicke
2002-07-10
1
-1
/
+1
*
Change the EVP_somecipher() and EVP_somedigest()
Dr. Stephen Henson
2001-03-09
1
-3
/
+3
*
Fixes for Win32 build.
Dr. Stephen Henson
2000-06-21
1
-2
/
+3
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-1
/
+1
*
Make PKCS#12 code handle missing passwords.
Dr. Stephen Henson
2000-05-04
1
-1
/
+2
*
Change PBE handling a bit more: now the key and iv generator does calls
Dr. Stephen Henson
1999-06-06
1
-4
/
+2
*
Rewrite PBE handling read to support PKCS#5 v2.0 and update the function
Dr. Stephen Henson
1999-06-06
1
-37
/
+3
*
Add PKCS#12 documentation and new option in x509 to add certificate extensions.
Dr. Stephen Henson
1999-04-27
1
-2
/
+2
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-2
/
+2
*
Undo evil cast! <g>
Ulf Möller
1999-04-23
1
-1
/
+1
*
Work with -pedantic!
Ben Laurie
1999-04-23
1
-6
/
+6
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-20
/
+9
[next]