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
/
cmac
Age
Commit message (
Expand
)
Author
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-12
Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and
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-21
More KNF.
Joel Sing
2014-06-21
KNF
Miod Vallat
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-04-27
typo in comment
Miod Vallat
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
we don't use these files for building
Ted Unangst
2014-04-15
remove FIPS mode support. people who require FIPS can buy something that
Ted Unangst
2014-04-14
remove auto-generated dependencies from the old unused build system, so
Theo de Raadt
2012-10-13
import OpenSSL-1.0.1c
Damien Miller