index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs12
/
p12_key.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify PKCS#12 PBE algorithm.
Dr. Stephen Henson
2016-11-15
1
-34
/
+12
*
crypto/pkcs12: add UTF8 support.
Andy Polyakov
2016-08-22
1
-0
/
+23
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+5
*
reject zero block length in PKCS12 keygen
Dr. Stephen Henson
2016-05-04
1
-1
/
+1
*
Don't leak memory on error in PKCS12_key_gen_uni
Matt Caswell
2016-04-28
1
-1
/
+1
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-6
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix clang complaints about uninitialised variables.
Richard Levitte
2015-12-07
1
-3
/
+3
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-2
/
+2
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-10
/
+13
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
Rich Salz
2015-02-03
1
-7
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-132
/
+143
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-2
/
+3
*
add pice of PR#2295 not committed to HEAD
Dr. Stephen Henson
2010-11-22
1
-2
/
+4
*
PR: 2295
Dr. Stephen Henson
2010-10-12
1
-19
/
+27
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-7
/
+12
*
Rename asc2uni and uni2asc functions to avoid clashes.
Dr. Stephen Henson
2009-06-17
1
-1
/
+1
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-0
/
+5
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Deprecate the recursive includes of bn.h from various API headers (asn1.h,
Geoff Thorpe
2004-05-17
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
PKCS#12 code fixes: initialize and cleanup digests and ciphers
Dr. Stephen Henson
2001-11-06
1
-1
/
+1
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-7
/
+7
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-0
/
+2
*
Fix PKCS#12 key generation bug.
Dr. Stephen Henson
2001-03-18
1
-2
/
+9
*
Change PKCS#12 key derivation routines to cope with
Dr. Stephen Henson
2001-01-14
1
-1
/
+1
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-9
/
+9
*
Make PKCS#12 code handle missing passwords.
Dr. Stephen Henson
2000-05-04
1
-7
/
+15
*
Check that a password was actually passed, or the user will just get
Richard Levitte
2000-03-07
1
-0
/
+8
*
Delete an unused variable and make the PKCS#12 keygen debugging code work
Dr. Stephen Henson
1999-12-15
1
-11
/
+10
*
*** empty log message ***
Ulf Möller
1999-10-30
1
-1
/
+1
*
Remove unreachable return statements.
Ulf Möller
1999-05-06
1
-1
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-1
/
+1
*
Work with -pedantic!
Ben Laurie
1999-04-23
1
-1
/
+1
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-11
/
+7
*
Massive constification.
Ben Laurie
1999-04-17
1
-2
/
+2
*
Include pkcs12 program as part of openssl. This completes most of the PKCS#12
Dr. Stephen Henson
1999-03-29
1
-4
/
+1
*
Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
Dr. Stephen Henson
1999-03-29
1
-0
/
+190