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
/
engine
/
eng_dyn.c
Age
Commit message (
Expand
)
Author
2023-07-28
Set OPENSSL_NO_ENGINE, remove engine code
Theo Buehler
2015-06-19
Disable ENGINE_load_dynamic (dynamic engine support).
Brent Cook
2015-02-11
Enable building with -DOPENSSL_NO_DEPRECATED.
Doug Hogan
2014-07-13
The bell tolls for BUF_strdup - Start the migration to using
Bob Beck
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
Joel Sing
2014-07-09
remove unused dynamic_cmd_defns_empty structure.
Brent Cook
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-10
KNF.
Joel Sing
2014-05-30
more: no need for null check before free
Theo de Raadt
2014-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
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
2002-09-10
merge openssl-0.9.7-beta3, tested on vax by miod@
Markus Friedl
2002-05-15
import openssl-0.9.7-beta1
Bob Beck