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
/
x509
/
x509_att.c
Age
Commit message (
Expand
)
Author
2018-05-18
Add const to the argument of X509_ATTRIBUTE_count(3).
Theo Buehler
2018-05-13
Add a const qualifier to the ASN1_OBJECT * argument of the following:
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-03-21
Return zero from two functions on allocation failure instead of always
Michael McConville
2014-09-29
Previous fix (1.12) would cause a NULL pointer dereference in the error path
Miod Vallat
2014-09-26
X509at_add1_attr(): do not free stuff we did not allocate in the error path.
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-03
Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data().
Miod Vallat
2014-06-28
Fix a memory leak and another one that occurs in the error paths.
Loganaden Velvindron
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
Bob Beck
2014-04-20
KNF.
Joel Sing
2014-04-18
blunt force knf
Ted Unangst
2009-01-05
update to openssl-0.9.8i; tested by several, especially krw@
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
2000-03-19
import openssl-0.9.7-beta1
Bob Beck