History log of /openbsd-current/lib/libcrypto/bio/b_print.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.28 02-Mar-2024 tb

Remove BIO_{sn,v,vsn}printf(3)

Unsued printing functionality. If something should need this we can readily
add it back.

ok jsing


Revision tags: OPENBSD_7_4_BASE
# 1.27 05-Jul-2023 beck

Hide symbols in asn1 and bio

ok jsing@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.26 28-Jun-2019 deraadt

failed to detect asprintf() error by observing return of -1, instead the
code was inspecting the pointer (which is, sadly, undefined on error, because
the current specification of asprintf is crazy sloppy)


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.25 12-Jun-2014 deraadt

tags as requested by miod and tedu


# 1.24 11-Jun-2014 jsing

Tsk. Tsk. Someone forgot to compile test the other half.


# 1.23 11-Jun-2014 deraadt

Provide support for non-funopen systems.
ok beck


# 1.22 21-Apr-2014 deraadt

Replace entire printf-like guts with calls to libc snprintf.
funopen(3) is used to interface to BIO descriptors.
ok guenther


# 1.21 17-Apr-2014 beck

Change library to use intrinsic memory allocation functions instead of
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc->malloc
OPENSSL_free->free
OPENSSL_relloc->realloc
OPENSSL_freeFunc->free


# 1.20 16-Apr-2014 jsing

More KNF.


# 1.19 15-Apr-2014 jsing

First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


# 1.18 01-Oct-2010 djm

resolve conflicts, fix local changes


# 1.17 06-Sep-2008 djm

resolve conflicts


# 1.16 27-Jun-2006 djm

resolve conflicts


# 1.15 29-Apr-2005 djm

resolve conflicts


# 1.14 23-Apr-2005 deraadt

fix lies about snprintf


# 1.13 08-Apr-2004 markus

merge 0.9.7d


# 1.12 11-Nov-2003 markus

merge 0.9.7c; minor bugsfixes;
API addition: ERR_release_err_state_table
[make includes before you build libssl/libcrypto]


# 1.11 12-May-2003 markus

merge 0.9.7b with local changes; crank majors for libssl/libcrypto


# 1.10 14-Sep-2002 markus

merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@


# 1.9 21-May-2002 beck

Merge openssl-0.9.7-stable-SNAP-20020519


# 1.8 15-May-2002 beck

OpenSSL 0.9.7 stable 2002 05 08 merge


# 1.7 01-Aug-2001 beck

merge openssl 0.9.6b-engine

Note that this is a maintenence release, API's appear *not* to have changed.
As such, I have only increased the minor number on these libraries


# 1.6 22-Jun-2001 beck

openssl-engine-0.9.6a merge


# 1.5 15-Dec-2000 beck

openssl-engine-0.9.6 merge


# 1.4 15-Apr-2000 beck

OpenSSL 0.9.5a merge


# 1.3 19-Mar-2000 beck

OpenSSL 0.9.5 merge

*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2
if you are using the ssl26 packages for ssh and other things to work you will
need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs


# 1.2 29-Sep-1999 beck

OpenSSL 0.9.4 merge


# 1.1 05-Oct-1998 ryker

branches: 1.1.1;
Initial revision


# 1.27 05-Jul-2023 beck

Hide symbols in asn1 and bio

ok jsing@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.26 28-Jun-2019 deraadt

failed to detect asprintf() error by observing return of -1, instead the
code was inspecting the pointer (which is, sadly, undefined on error, because
the current specification of asprintf is crazy sloppy)


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.25 12-Jun-2014 deraadt

tags as requested by miod and tedu


# 1.24 11-Jun-2014 jsing

Tsk. Tsk. Someone forgot to compile test the other half.


# 1.23 11-Jun-2014 deraadt

Provide support for non-funopen systems.
ok beck


# 1.22 21-Apr-2014 deraadt

Replace entire printf-like guts with calls to libc snprintf.
funopen(3) is used to interface to BIO descriptors.
ok guenther


# 1.21 17-Apr-2014 beck

Change library to use intrinsic memory allocation functions instead of
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc->malloc
OPENSSL_free->free
OPENSSL_relloc->realloc
OPENSSL_freeFunc->free


# 1.20 16-Apr-2014 jsing

More KNF.


# 1.19 15-Apr-2014 jsing

First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


# 1.18 01-Oct-2010 djm

resolve conflicts, fix local changes


# 1.17 06-Sep-2008 djm

resolve conflicts


# 1.16 27-Jun-2006 djm

resolve conflicts


# 1.15 29-Apr-2005 djm

resolve conflicts


# 1.14 23-Apr-2005 deraadt

fix lies about snprintf


# 1.13 08-Apr-2004 markus

merge 0.9.7d


# 1.12 11-Nov-2003 markus

merge 0.9.7c; minor bugsfixes;
API addition: ERR_release_err_state_table
[make includes before you build libssl/libcrypto]


# 1.11 12-May-2003 markus

merge 0.9.7b with local changes; crank majors for libssl/libcrypto


# 1.10 14-Sep-2002 markus

merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@


# 1.9 21-May-2002 beck

Merge openssl-0.9.7-stable-SNAP-20020519


# 1.8 15-May-2002 beck

OpenSSL 0.9.7 stable 2002 05 08 merge


# 1.7 01-Aug-2001 beck

merge openssl 0.9.6b-engine

Note that this is a maintenence release, API's appear *not* to have changed.
As such, I have only increased the minor number on these libraries


# 1.6 22-Jun-2001 beck

openssl-engine-0.9.6a merge


# 1.5 15-Dec-2000 beck

openssl-engine-0.9.6 merge


# 1.4 15-Apr-2000 beck

OpenSSL 0.9.5a merge


# 1.3 19-Mar-2000 beck

OpenSSL 0.9.5 merge

*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2
if you are using the ssl26 packages for ssh and other things to work you will
need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs


# 1.2 29-Sep-1999 beck

OpenSSL 0.9.4 merge


# 1.1 05-Oct-1998 ryker

branches: 1.1.1;
Initial revision


# 1.26 28-Jun-2019 deraadt

failed to detect asprintf() error by observing return of -1, instead the
code was inspecting the pointer (which is, sadly, undefined on error, because
the current specification of asprintf is crazy sloppy)


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.25 12-Jun-2014 deraadt

tags as requested by miod and tedu


# 1.24 11-Jun-2014 jsing

Tsk. Tsk. Someone forgot to compile test the other half.


# 1.23 11-Jun-2014 deraadt

Provide support for non-funopen systems.
ok beck


# 1.22 21-Apr-2014 deraadt

Replace entire printf-like guts with calls to libc snprintf.
funopen(3) is used to interface to BIO descriptors.
ok guenther


# 1.21 17-Apr-2014 beck

Change library to use intrinsic memory allocation functions instead of
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc->malloc
OPENSSL_free->free
OPENSSL_relloc->realloc
OPENSSL_freeFunc->free


# 1.20 16-Apr-2014 jsing

More KNF.


# 1.19 15-Apr-2014 jsing

First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


# 1.18 01-Oct-2010 djm

resolve conflicts, fix local changes


# 1.17 06-Sep-2008 djm

resolve conflicts


# 1.16 27-Jun-2006 djm

resolve conflicts


# 1.15 29-Apr-2005 djm

resolve conflicts


# 1.14 23-Apr-2005 deraadt

fix lies about snprintf


# 1.13 08-Apr-2004 markus

merge 0.9.7d


# 1.12 11-Nov-2003 markus

merge 0.9.7c; minor bugsfixes;
API addition: ERR_release_err_state_table
[make includes before you build libssl/libcrypto]


# 1.11 12-May-2003 markus

merge 0.9.7b with local changes; crank majors for libssl/libcrypto


# 1.10 14-Sep-2002 markus

merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@


# 1.9 21-May-2002 beck

Merge openssl-0.9.7-stable-SNAP-20020519


# 1.8 15-May-2002 beck

OpenSSL 0.9.7 stable 2002 05 08 merge


# 1.7 01-Aug-2001 beck

merge openssl 0.9.6b-engine

Note that this is a maintenence release, API's appear *not* to have changed.
As such, I have only increased the minor number on these libraries


# 1.6 22-Jun-2001 beck

openssl-engine-0.9.6a merge


# 1.5 15-Dec-2000 beck

openssl-engine-0.9.6 merge


# 1.4 15-Apr-2000 beck

OpenSSL 0.9.5a merge


# 1.3 19-Mar-2000 beck

OpenSSL 0.9.5 merge

*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2
if you are using the ssl26 packages for ssh and other things to work you will
need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs


# 1.2 29-Sep-1999 beck

OpenSSL 0.9.4 merge


# 1.1 05-Oct-1998 ryker

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.25 12-Jun-2014 deraadt

tags as requested by miod and tedu


# 1.24 11-Jun-2014 jsing

Tsk. Tsk. Someone forgot to compile test the other half.


# 1.23 11-Jun-2014 deraadt

Provide support for non-funopen systems.
ok beck


# 1.22 21-Apr-2014 deraadt

Replace entire printf-like guts with calls to libc snprintf.
funopen(3) is used to interface to BIO descriptors.
ok guenther


# 1.21 17-Apr-2014 beck

Change library to use intrinsic memory allocation functions instead of
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc->malloc
OPENSSL_free->free
OPENSSL_relloc->realloc
OPENSSL_freeFunc->free


# 1.20 16-Apr-2014 jsing

More KNF.


# 1.19 15-Apr-2014 jsing

First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


# 1.18 01-Oct-2010 djm

resolve conflicts, fix local changes


# 1.17 06-Sep-2008 djm

resolve conflicts


# 1.16 27-Jun-2006 djm

resolve conflicts


# 1.15 29-Apr-2005 djm

resolve conflicts


# 1.14 23-Apr-2005 deraadt

fix lies about snprintf


# 1.13 08-Apr-2004 markus

merge 0.9.7d


# 1.12 11-Nov-2003 markus

merge 0.9.7c; minor bugsfixes;
API addition: ERR_release_err_state_table
[make includes before you build libssl/libcrypto]


# 1.11 12-May-2003 markus

merge 0.9.7b with local changes; crank majors for libssl/libcrypto


# 1.10 14-Sep-2002 markus

merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@


# 1.9 21-May-2002 beck

Merge openssl-0.9.7-stable-SNAP-20020519


# 1.8 15-May-2002 beck

OpenSSL 0.9.7 stable 2002 05 08 merge


# 1.7 01-Aug-2001 beck

merge openssl 0.9.6b-engine

Note that this is a maintenence release, API's appear *not* to have changed.
As such, I have only increased the minor number on these libraries


# 1.6 22-Jun-2001 beck

openssl-engine-0.9.6a merge


# 1.5 15-Dec-2000 beck

openssl-engine-0.9.6 merge


# 1.4 15-Apr-2000 beck

OpenSSL 0.9.5a merge


# 1.3 19-Mar-2000 beck

OpenSSL 0.9.5 merge

*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2
if you are using the ssl26 packages for ssh and other things to work you will
need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs


# 1.2 29-Sep-1999 beck

OpenSSL 0.9.4 merge


# 1.1 05-Oct-1998 ryker

branches: 1.1.1;
Initial revision