History log of /openssl/crypto/objects/obj_dat.c (Results 76 – 100 of 125)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4d6e1e4f 01-Nov-2008 Ben Laurie

size_tification.


# e19106f5 22-Oct-2008 Dr. Stephen Henson

Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
with the appropriate parameters which calls OBJ_bsearch(). A compiler will
typically inline this.

This avoids

Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
with the appropriate parameters which calls OBJ_bsearch(). A compiler will
typically inline this.

This avoids the need for cmp_xxx variables and fixes unchecked const issues
with CHECKED_PTR_OF()

show more ...


# 606f6c47 20-Oct-2008 Dr. Stephen Henson

Fix a shed load or warnings:

Duplicate const.
Use of ; outside function.


# 1ea6472e 14-Oct-2008 Ben Laurie

Type-safe OBJ_bsearch_ex.


# babb3798 12-Oct-2008 Ben Laurie

Type-checked (and modern C compliant) OBJ_bsearch.


Revision tags: OpenSSL_0_9_8i, OpenSSL_0_9_8h
# 3c1d6bbc 26-May-2008 Ben Laurie

LHASH revamp. make depend.


# 1e26a8ba 16-Mar-2008 Geoff Thorpe

Fix a variety of warnings generated by some elevated compiler-fascism,
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...


Revision tags: OpenSSL_0_9_8g, OpenSSL_0_9_8f, FIPS_098_TEST_8, FIPS_098_TEST_7
# 26f0cf69 18-Sep-2007 Andy Polyakov

Constify obj_dat.[ch], as well as minimize linker relocations.


Revision tags: FIPS_098_TEST_6, FIPS_098_TEST_5, FIPS_098_TEST_4, FIPS_098_TEST_3, FIPS_098_TEST_2, FIPS_098_TEST_1, OpenSSL_0_9_7m, OpenSSL_0_9_8e, OpenSSL_0_9_7l, OpenSSL_0_9_8d, OpenSSL_0_9_8c, OpenSSL_0_9_7k, OpenSSL_0_9_7j, OpenSSL_0_9_8b
# 531308d9 29-Mar-2006 Dr. Stephen Henson

Fix typo.


# 246e0931 28-Mar-2006 Dr. Stephen Henson

Fix bug where freed OIDs could be accessed in EVP_cleanup() by
defering freeing in OBJ_cleanup().


# 9c339a72 15-Feb-2006 Dr. Stephen Henson

Fix from stable branch.


Revision tags: OpenSSL_FIPS_1_0
# 452ae49d 20-Nov-2005 Dr. Stephen Henson

Extensive OID code enhancement and fixes.


Revision tags: OpenSSL_0_9_7i, OpenSSL_0_9_8a, OpenSSL_0_9_7h, OpenSSL_0_9_8, FIPS_TEST_10, OpenSSL_0_9_8-beta6, OpenSSL_0_9_8-beta5, FIPS_TEST_9, OpenSSL_0_9_8-beta4, OpenSSL_0_9_8-beta3, BEN_FIPS_TEST_8, OpenSSL_0_9_8-beta2, OpenSSL_0_9_8-beta1, OpenSSL_0_9_7g
# f763e0b5 07-Apr-2005 Nils Larsch

make sure error queue is totally emptied

PR: 359


# 70f34a58 05-Apr-2005 Nils Larsch

some const fixes and cleanup


Revision tags: OpenSSL_0_9_7f, BEN_FIPS_TEST_7, BEN_FIPS_TEST_6
# a0e7c8ee 05-Dec-2004 Dr. Stephen Henson

Add lots of checks for memory allocation failure, error codes to indicate
failure and freeing up memory if a failure occurs.

PR:620


Revision tags: OpenSSL_0_9_7e, OpenSSL_0_9_7d, OpenSSL-engine-0_9_6m, OpenSSL_0_9_6m, LEVITTE_after_const
# 875a644a 15-Mar-2004 Richard Levitte

Constify d2i, s2i, c2i and r2i functions and other associated
functions and macros.

This change has associated tags: LEVITTE_before_const and
LEVITTE_after_const. Those will be remo

Constify d2i, s2i, c2i and r2i functions and other associated
functions and macros.

This change has associated tags: LEVITTE_before_const and
LEVITTE_after_const. Those will be removed when this change has been
properly reviewed.

show more ...


Revision tags: LEVITTE_before_const, BEN_FIPS_TEST_5, BEN_FIPS_TEST_4
# d420ac2c 27-Dec-2003 Richard Levitte

Use BUF_strlcpy() instead of strcpy().
Use BUF_strlcat() instead of strcat().
Use BIO_snprintf() instead of sprintf().
In some cases, keep better track of buffer lengths.
This is part

Use BUF_strlcpy() instead of strcpy().
Use BUF_strlcat() instead of strcat().
Use BIO_snprintf() instead of sprintf().
In some cases, keep better track of buffer lengths.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

show more ...


Revision tags: OpenSSL-engine-0_9_6l, OpenSSL_0_9_6l, BEN_FIPS_TEST_3, BEN_FIPS_TEST_2, BEN_FIPS_TEST_1, OpenSSL-engine-0_9_6k, OpenSSL_0_9_6k, OpenSSL_0_9_7c
# 54dbdd98 29-Apr-2003 Richard Levitte

Some variables were uninitialised...


# ea5240a5 29-Apr-2003 Richard Levitte

Add an extended variant of OBJ_bsearch() that can be given a few
flags.


Revision tags: OpenSSL-engine-0_9_6j, OpenSSL_0_9_7b, OpenSSL_0_9_6j, OpenSSL-engine-0_9_6i, OpenSSL_0_9_6i, OpenSSL_0_9_7a, OpenSSL_0_9_7, OpenSSL_0_9_7-beta6, STATE_after_zlib, STATE_before_zlib, OpenSSL_0_9_7-beta5, OpenSSL-engine-0_9_6h, OpenSSL_0_9_6h, OpenSSL_0_9_7-beta4
# 54a656ef 13-Nov-2002 Ben Laurie

Security fixes brought forward from 0.9.7.


# 2af52de7 14-Aug-2002 Dr. Stephen Henson

Fix typo in OBJ_txt2obj which incorrectly passed the content
length, instead of the encoding length to d2i_ASN1_OBJECT.

This wasn't visible before becuse ASN1_get_object() used
to re

Fix typo in OBJ_txt2obj which incorrectly passed the content
length, instead of the encoding length to d2i_ASN1_OBJECT.

This wasn't visible before becuse ASN1_get_object() used
to read past the length of the supplied buffer.

show more ...


Revision tags: OpenSSL-engine-0_9_6g, OpenSSL_0_9_6g, OpenSSL-engine-0_9_6f, OpenSSL_0_9_6f
# c046fffa 30-Jul-2002 Lutz Jänicke

OpenSSL Security Advisory [30 July 2002]

Changes marked "(CHATS)" were sponsored by the Defense Advanced
Research Projects Agency (DARPA) and Air Force Research Laboratory,
Air Force

OpenSSL Security Advisory [30 July 2002]

Changes marked "(CHATS)" were sponsored by the Defense Advanced
Research Projects Agency (DARPA) and Air Force Research Laboratory,
Air Force Materiel Command, USAF, under agreement number
F30602-01-2-0537.

show more ...


Revision tags: OpenSSL_0_9_7-beta3, OpenSSL-engine-0_9_6e, OpenSSL_0_9_6e, OpenSSL_0_9_7-beta2, OpenSSL_0_9_7-beta1
# 9cdf87f1 30-May-2002 Richard Levitte

Check the return values where memory allocation failures may happen.
PR: 49


Revision tags: AFTER_COMPAQ_PATCH, BEFORE_COMPAQ_PATCH, OpenSSL-engine-0_9_6d, OpenSSL_0_9_6d
# d5d007ab 18-Apr-2002 Lutz Jänicke

Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).


Revision tags: OpenSSL-engine-0_9_6d-beta1, OpenSSL_0_9_6d-beta1
# 083100e2 11-Apr-2002 Richard Levitte

Check error code from a2d_ASN1_OBJECT().


12345