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
/
evp_asn1.c
Age
Commit message (
Expand
)
Author
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-09-30
Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,
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-09-10
Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.
Joel Sing
2015-07-29
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
Joel Sing
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSL
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
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
2008-09-06
resolve conflicts
Damien Miller
2005-04-29
resolve conflicts
Damien Miller
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