Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 6fe9f7e
  • /
  • bio.txt
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:5b46c9f5ee599065693f04b0706beff5c0fed6db
directory badge Iframe embedding
swh:1:dir:6fe9f7ebaafee609a988be3a56ecc53319a65256
bio.txt
BIO::new(type)
	"connect"
	"accept"
	"ssl"
	"buffer"

"connect"
	BIO::hostname(name)	host:port to connect to

"accept"
	BIO::set_accept_port(port)	port to connect too.

"connect", "accept", "ssl"
	BIO::do_andshake	do protocol

"ssl"
	BIO::set_ssl(ssl)
	BIO::get_ssl()

BIO::push(bio)
BIO::pop;			return BIO
BIO::number_read()
BIO::number_written()
BIO::references()

BIO::sysread(buf,len[,offset])
BIO::syswrite(in[,len][,offset])
BIO::getline()
BIO::puts(in)
BIO::flush()
BIO::type()
BIO::next_bio();
BIO::set_callback(callback[, args])

BIO::new_buffer_ssl_connect(SSL_CTX)
BIO::new_ssl_connect(SSL_CTX)

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top