aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_attr.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson1-124/+31
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson1-1/+1
non null terminated passwords.
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-3/+3
to main trunk. Lets see if the makes it to openssl-cvs :-)
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-6/+6
of complaints from the compiler about data pointers and function pointers not being compatible with each other.
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-5/+5
tolerated in certificates.
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie1-7/+7
1999-05-30Another stack.Ben Laurie1-2/+3
1999-05-01Another stack.Ben Laurie1-9/+8
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-7/+14
to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
Submitted by: Reviewed by: PR:
1999-04-23Work with -pedantic!Ben Laurie1-4/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-20/+9
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1-3/+3
kludge, remove CRs from ssl_ciph.c and update Win32 functions for PKCS#12 code. It might compile under Win32 now ...
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-3/+1
integration.
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1-0/+244
them to the build environment.