History log of /openssl/crypto/pkcs12/p12_attr.c (Results 26 – 39 of 39)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9d6b1ce6 08-Dec-2000 Dr. Stephen Henson

Merge from the ASN1 branch of new ASN1 code
to main trunk.

Lets see if the makes it to openssl-cvs :-)


Revision tags: rsaref, BEFORE_engine, OpenSSL_0_9_6-beta2, OpenSSL_0_9_6-beta1, OpenSSL_0_9_6, OpenSSL-engine-0_9_6, OpenSSL-engine-0_9_6-beta3, OpenSSL_0_9_6-beta3, OpenSSL-engine-0_9_6-beta2
# 62324627 17-Sep-2000 Richard Levitte

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.


Revision tags: OpenSSL-engine-0_9_6-beta1
# 26a3a48d 01-Jun-2000 Richard Levitte

There have been a number of complaints from a number of sources that names
like Malloc, Realloc and especially Free conflict with already existing names
on some operating systems or other pac

There have been a number of complaints from a number of sources that names
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.

show more ...


Revision tags: OpenSSL_0_9_5, OpenSSL_0_9_5a, OpenSSL_0_9_5a-beta2, OpenSSL_0_9_5a-beta1, OpenSSL_0_9_5beta2, OpenSSL_0_9_5beta1
# 08e9c1af 20-Oct-1999 Dr. Stephen Henson

Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
tolerated in certificates.


Revision tags: OpenSSL_0_9_4
# 84c15db5 04-Jun-1999 Ben Laurie

Some constification and stacks that slipped through the cracks (how?).


# fc875472 30-May-1999 Ben Laurie

Another stack.


Revision tags: OpenSSL_0_9_3a, OpenSSL_0_9_3, OpenSSL_0_9_3beta2, OpenSSL_0_9_3beta1
# d35ea5b0 01-May-1999 Ben Laurie

Another stack.


# 6e781e8e 24-Apr-1999 Dr. Stephen Henson

Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
to error code script: it can now find untranslatable function codes (usually
because the function is static and

Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
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.

show more ...


# ec577822 23-Apr-1999 Bodo Möller

Change #include filenames from <foo.h> to <openssl.h>.

Submitted by:
Reviewed by:
PR:


# 61f5b6f3 23-Apr-1999 Ben Laurie

Work with -pedantic!


# 6b691a5c 19-Apr-1999 Ulf Möller

Change functions to ANSI C.


# bc37a6b8 29-Mar-1999 Dr. Stephen Henson

Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creation
kludge, remove CRs from ssl_ciph.c and update Win32 functions for PKCS#12
code. It might compile under Win32 now ...


# ee0508d4 29-Mar-1999 Dr. Stephen Henson

Include pkcs12 program as part of openssl. This completes most of the PKCS#12
integration.


# 8d8c7266 28-Mar-1999 Dr. Stephen Henson

Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
them to the build environment.


12