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
/
tasn_new.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-05-10
Remove ASN.1 combining.
Joel Sing
2022-01-07
A few more files need asn1_locl.h.
Theo Buehler
2021-12-25
Indent goto labels for diffability.
Joel Sing
2021-12-15
unifdef -U CRYPTO_MDEBUG -m tasn_new.c
Joel Sing
2019-04-01
Require all ASN1_PRIMITIVE_FUNCS functions to be provided.
Joel Sing
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-30
Expand ASN1_ITEM_rptr and ASN1_ITEM_ptr macros - no change in generated
Joel Sing
2015-07-20
Use V_ASN1_UNDEF instead of -1.
Miod Vallat
2015-02-14
Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it in
Miod Vallat
2015-02-14
Possible NULL pointer dereferences. Coverity CID 21719, 21732.
Miod Vallat
2015-02-14
Spell NULL correctly, be explicit with NULL checks and it is also easier to
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-04-21
improve realloc/calloc/malloc patterns; ok guenther
Theo de Raadt
2014-04-18
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-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2002-05-15
import openssl-0.9.7-beta1
Bob Beck