Richard Levitte
|
72cd659df6
|
Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>
|
2001-04-03 09:42:49 +00:00 |
|
Richard Levitte
|
62324627aa
|
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
of complaints from the compiler about data pointers and function
pointers not being compatible with each other.
|
2000-09-17 18:21:27 +00:00 |
|
Dr. Stephen Henson
|
84b65340e1
|
Two new PKCS#12 demo programs.
Update PKCS12_parse().
Make the keyid in certificate aux info more usable.
|
2000-09-07 23:14:26 +00:00 |
|
Dr. Stephen Henson
|
7ef8206859
|
Handle ASN1_SET_OF and PKCS12_STACK_OF using function
casts in the same way as STACK_OF.
|
2000-06-20 18:45:28 +00:00 |
|
Ben Laurie
|
5de603abc8
|
Typesafety Thought Police part 3.
|
2000-05-16 21:22:45 +00:00 |
|
Ben Laurie
|
f2716dada0
|
Typesafety Thought Police Part 2.
|
2000-05-16 19:53:50 +00:00 |
|
Ulf Möller
|
0e1c06128a
|
Get rid of more non-ANSI declarations.
|
2000-05-15 22:54:43 +00:00 |
|
Dr. Stephen Henson
|
a331a305e9
|
Make PKCS#12 code handle missing passwords.
Add a couple of FAQs.
|
2000-05-04 00:08:35 +00:00 |
|
Dr. Stephen Henson
|
e77066ea0a
|
Fix a memory leak in PKCS12_parse.
Don't copy private key to X509 etc public key structures.
Fix for warning.
|
2000-03-22 13:50:23 +00:00 |
|
Richard Levitte
|
5ba7c902e5
|
Beautifying. Sorry, but code that's slammed to the far left is not
very readable in my opinion.
|
2000-03-04 21:31:52 +00:00 |
|
Dr. Stephen Henson
|
08e9c1af6c
|
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
tolerated in certificates.
|
1999-10-20 01:50:23 +00:00 |
|
Ulf Möller
|
a9be3af5ad
|
Remove NOPROTO definitions and error code comments.
|
1999-04-26 16:43:10 +00:00 |
|
Bodo Möller
|
ec577822f9
|
Change #include filenames from <foo.h> to <openssl.h>.
Submitted by:
Reviewed by:
PR:
|
1999-04-23 22:13:45 +00:00 |
|
Ben Laurie
|
61f5b6f338
|
Work with -pedantic!
|
1999-04-23 15:01:15 +00:00 |
|
Ulf Möller
|
6b691a5c85
|
Change functions to ANSI C.
|
1999-04-19 21:31:43 +00:00 |
|
Dr. Stephen Henson
|
ee0508d411
|
Include pkcs12 program as part of openssl. This completes most of the PKCS#12
integration.
|
1999-03-29 17:50:26 +00:00 |
|
Dr. Stephen Henson
|
8d8c7266d4
|
Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
them to the build environment.
|
1999-03-28 23:17:34 +00:00 |
|