index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
asn1
/
asn1_par.c
Age
Commit message (
Expand
)
Author
2022-02-12
Avoid potential single byte overread in asn1_parse2().
Joel Sing
2022-01-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2022-01-14
Avoid buffer overflow in asn1_parse2
Kinichiro Inoguchi
2021-12-25
Indent goto labels for diffability.
Joel Sing
2021-12-14
Consolidate ASN.1 universal tag type data.
Joel Sing
2021-12-13
Remove the last internal use of d2i_ASN1_BOOLEAN.
Theo Buehler
2020-01-09
Avoid leak in error path of asn1_parse2
Kinichiro Inoguchi
2019-03-24
Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a max
Bob Beck
2018-11-09
Fix a buffer overrun in asn1_parse2().
Theo Buehler
2015-09-30
s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/
Joel Sing
2015-09-30
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
Joel Sing
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
Joel Sing
2015-02-07
Delete a lot of #if 0 code in libressl.
Doug Hogan
2014-10-03
Use string literals in printf style calls so gcc's -Wformat works.
Doug Hogan
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-25
remove unused shit. from Alexander Schrijver
Ted Unangst
2014-04-19
We'll interpret a (void) cast on snprintf() to mean it's been verified that
Philip Guenther
2014-04-19
More KNF.
Joel Sing
2014-04-18
lob a few more knf grenades in here to soften things up.
Ted Unangst
2014-04-18
putting most of the braces in the right column is the very least we can do.
Ted Unangst
2014-04-16
fix a few bugs observed on http://www.viva64.com/en/b/0250/
Ted Unangst
2014-04-15
Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions
Bob Beck
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-04-06
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2004-04-08
merge 0.9.7d
Markus Friedl
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2003-04-05
Trivial sprintf() -> snprintf() changes. ok deraadt@
Hakan Olsson
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
2000-03-19
OpenSSL 0.9.5 merge
Bob Beck
1999-09-29
OpenSSL 0.9.4 merge
Bob Beck
1998-10-05
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build
ryker