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
/
bio_ssl.c
Age
Commit message (
Expand
)
Author
2023-07-19
Fix two aliases in libcrypto spotted by the new symbols test
Theo Buehler
2023-07-08
Hide all public symbols in libssl
Bob Beck
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-11
Add support for symbol hiding disabled by default.
Bob Beck
2022-10-05
unwrap two lines for readability
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-01-14
Use the correct type for ssl_callback_ctrl()
Theo Buehler
2022-01-14
bio_ssl.c needs to peek into bio_local.h
Theo Buehler
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-11
Indent all labels with a single space.
Joel Sing
2018-08-24
Let SSL_copy_session_id() return an int for error checking.
Theo Buehler
2018-05-01
const for BIO_f_ssl(), the last const difference to OpenSSL in our
Theo Buehler
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
Bob Beck
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2017-01-26
knf
Bob Beck
2017-01-23
Split most of SSL_METHOD out into an internal variant, which is opaque.
Joel Sing
2017-01-23
move the callbacks from ssl_st to internal
Bob Beck
2015-09-29
convert "last_time" to a time_t, to handle beyond Y2038
Theo de Raadt
2014-11-16
Sort and group includes.
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-08
Clean up BIO_free() handling in bio_ssl.c - BIO_free() has its own NULL
Joel Sing
2014-05-30
remove some #if 0 code. we don't need any more reminders that we're using
Ted Unangst
2014-05-28
There is no point in checking if a pointer is non-NULL before calling free,
Joel Sing
2014-05-26
Use C99 initialisers for BIO_METHOD.
Joel Sing
2014-05-02
Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.
Joel Sing
2014-04-21
more malloc/realloc/calloc cleanups; ok beck kettenis
Theo de Raadt
2014-04-19
More KNF.
Joel Sing
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-14
First pass at applying KNF to the OpenSSL code, which almost makes it
Joel Sing
2012-10-13
resolve conflicts
Damien Miller
2011-11-03
openssl-1.0.0e: resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
2000-03-19
OpenSSL 0.9.5 merge
Bob Beck
1999-09-29
OpenSSL 0.9.4 merge
Bob Beck
1998-10-05
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build
ryker