History log of /openssl/crypto/asn1/a_utctm.c (Results 51 – 68 of 68)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 939fff67 31-May-2000 Bodo Möller

Add "FIXME" comment.


# 4dbe060f 29-May-2000 Geoff Thorpe

It seems that mktime does what is required here. Certainly timegm() can
not be used because it is not available on all systems (most notably,
win32).


Revision tags: OpenSSL_0_9_5
# c95b7a72 19-May-2000 Bodo Möller

Fix "FIXME" indentation :-)


# 5569e1c3 19-May-2000 Bodo Möller

Add "FIXME" comment, and adjust the indentation.


# fd73a212 14-May-2000 Ben Laurie

Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.


Revision tags: OpenSSL_0_9_5a, OpenSSL_0_9_5a-beta2, OpenSSL_0_9_5a-beta1, OpenSSL_0_9_5beta2, OpenSSL_0_9_5beta1
# cbb448c9 23-Oct-1999 Ben Laurie

Don't return stuff from void functions.


# 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
# a53955d8 04-Jun-1999 Ulf Möller

Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).

Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>


Revision tags: OpenSSL_0_9_3a, OpenSSL_0_9_3, OpenSSL_0_9_3beta2, OpenSSL_0_9_3beta1
# 7d7d2cbc 13-May-1999 Ulf Möller

VMS support.

Submitted by: Richard Levitte <richard@levitte.org>


# ce0d9f04 06-May-1999 Bodo Möller

Some comments.

Submitted by:
Reviewed by:
PR:


# afd1f9e8 04-May-1999 Ulf Möller

Update HPUX config, work around HPUX library incompatibility.

Submitted by: Anonymous


# a9be3af5 26-Apr-1999 Ulf Möller

Remove NOPROTO definitions and error code comments.


# ec577822 23-Apr-1999 Bodo Möller

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

Submitted by:
Reviewed by:
PR:


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

Change functions to ANSI C.


Revision tags: OpenSSL_0_9_2b, OpenSSL_0_9_1c, SSLeay_0_9_1b
# dfeab068 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.1b (unreleased)


Revision tags: SSLeay_0_9_0b
# 58964a49 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.0b


Revision tags: SSLeay_0_8_1b
# d02b48c6 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.8.1b


123