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_typ.c
Age
Commit message (
Expand
)
Author
2021-12-26
Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fix
Theo Buehler
2021-12-25
Consolidate code/templates for ASN.1 types.
Joel Sing
2021-12-23
Route templated implementations of {d2i,i2d}_ASN1_BOOLEAN() through
Theo Buehler
2021-12-13
Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().
Joel Sing
2015-07-24
Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END
Joel Sing
2015-07-24
Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs
Joel Sing
2015-02-10
Remove default value initialisers for ASN1_ITEM. Minor changes to generated
Joel Sing
2015-02-10
Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.
Joel Sing
2015-02-10
Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-04-18
More KNF.
Joel Sing
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2002-05-15
import openssl-0.9.7-beta1
Bob Beck