index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs12
/
p12_kiss.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-10
/
+10
*
Add lots of checks for memory allocation failure, error codes to indicate
Dr. Stephen Henson
2004-12-05
1
-3
/
+15
*
Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>
Richard Levitte
2001-04-03
1
-0
/
+1
*
Rewrite PKCS#12 code and remove some of the old
Dr. Stephen Henson
2000-12-31
1
-5
/
+5
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-1
/
+1
*
Two new PKCS#12 demo programs.
Dr. Stephen Henson
2000-09-08
1
-11
/
+25
*
Handle ASN1_SET_OF and PKCS12_STACK_OF using function
Dr. Stephen Henson
2000-06-20
1
-6
/
+6
*
Typesafety Thought Police part 3.
Ben Laurie
2000-05-16
1
-6
/
+7
*
Typesafety Thought Police Part 2.
Ben Laurie
2000-05-16
1
-11
/
+14
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-5
/
+5
*
Make PKCS#12 code handle missing passwords.
Dr. Stephen Henson
2000-05-04
1
-3
/
+15
*
Fix a memory leak in PKCS12_parse.
Dr. Stephen Henson
2000-03-22
1
-10
/
+21
*
Beautifying. Sorry, but code that's slammed to the far left is not
Richard Levitte
2000-03-04
1
-29
/
+34
*
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-10-20
1
-15
/
+15
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-7
/
+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
-10
/
+11
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-31
/
+10
*
Include pkcs12 program as part of openssl. This completes most of the PKCS#12
Dr. Stephen Henson
1999-03-29
1
-5
/
+1
*
Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
Dr. Stephen Henson
1999-03-29
1
-0
/
+269