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
/
bio_asn1.c
Age
Commit message (
Expand
)
Author
2022-01-14
Implement new-style OpenSSL BIO callbacks
Theo Buehler
2022-01-07
Add a new, mostly empty, bio_local.h and include it in the files
Theo Buehler
2021-12-25
Indent goto labels for diffability.
Joel Sing
2021-11-27
Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglected
Ingo Schwarze
2018-05-01
const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of
Theo Buehler
2015-12-23
assign pointer to NULL rather than 0
Michael McConville
2015-02-10
Replace assert() and OPENSSL_assert() calls with proper error return paths.
Miod Vallat
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-05-30
no need for null check before free. from Brendan MacDonell
Ted Unangst
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
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-17
fix some more leaks, mostly suggestions from miod
Jonathan Gray
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2009-04-06
import of OpenSSL 0.9.8k
Damien Miller