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
/
libssl
/
d1_enc.c
Age
Commit message (
Expand
)
Author
2017-01-23
move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and
Bob Beck
2017-01-23
Move a large part of ssl_st into internal, so we can see what squeals.
Bob Beck
2017-01-22
Move most of the SSL3_STATE fields to internal - the ones that remain are
Joel Sing
2016-03-06
Make sure stdio functions don't end up in the library, from miod@
Bob Beck
2015-07-17
Remove workaround for TLS padding bug from SSLeay days.
Doug Hogan
2014-12-14
Remove trailing whitespace.
Joel Sing
2014-11-16
Sort and group includes.
Joel Sing
2014-10-18
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-07-10
decompress libssl. ok beck jsing
Ted Unangst
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-20
KSSL is dead... nuke KSSL_DEBUG from orbit.
Joel Sing
2014-04-14
First pass at applying KNF to the OpenSSL code, which almost makes it
Joel Sing
2013-02-14
cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt
Markus Friedl
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller