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
/
ts
/
ts_rsp_sign.c
Age
Commit message (
Expand
)
Author
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-03-11
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
Michael McConville
2015-09-30
Replace M_ASN1_GENERALIZEDTIME_(new|free) with
Joel Sing
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
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-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-07
malloc() result does not need a cast.
Theo de Raadt
2014-05-27
Fix a Y2038 problem, by conversion of long to time_t.
Theo de Raadt
2014-05-25
calloc instead of malloc/memset. from Benjamin Baier
Ted Unangst
2014-05-22
Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.
Joel Sing
2014-04-27
Put explicit (void) in function declarations and shuffle keywords in some
Miod Vallat
2014-04-21
KNF.
Joel Sing
2014-04-20
Restore tedu's rev 1.4: snprintf() was reviewed.
Philip Guenther
2014-04-19
We'll interpret a (void) cast on snprintf() to mean it's been verified that
Philip Guenther
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-16
Zero-pad usec format to handle values less than 100,000 correctly
Philip Guenther
2014-04-16
Mandatory Surgeon Guenther's Warning: This code could not possibly be
Ted Unangst
2014-04-16
revert. the full horror has only now revealed itself.
Ted Unangst
2014-04-16
replace some bio_snprintf crazy with regular snprintf.
Ted Unangst
2010-10-01
import OpenSSL-1.0.0a
Damien Miller