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
/
ocsp
/
ocsp_ext.c
Age
Commit message (
Expand
)
Author
2018-05-14
wrap an overlong line
Theo Buehler
2018-05-13
Add const qualifier to the path and url{,s} parameters of
Theo Buehler
2018-05-13
Add const qualifier to the ASN1_OBJECT * argument of:
Theo Buehler
2016-12-27
Kill some #if 0 code that uses old-style ASN.1 encoding.
Joel Sing
2015-07-19
Drop stupid (int) casts for the arguments of malloc() and friends. This is
Miod Vallat
2014-10-28
Check the result of sk_*_push() operations for failure.
Miod Vallat
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
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-05-18
Plug memory leaks upon error in OCSP_url_svcloc_new().
Miod Vallat
2014-05-18
More KNF.
Joel Sing
2014-05-17
KNF
Miod Vallat
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
2008-09-06
resolve conflicts
Damien Miller
2004-04-08
merge 0.9.7d
Markus Friedl
2002-05-15
import openssl-0.9.7-beta1
Bob Beck