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