summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-13Do provide hidden _libc_* aliases for sig{block,setmask} and use them inPhilip Guenther
2015-09-12Move connection info into it's own private structure allocated and filled inBob Beck
2015-09-12Split ssl3_send_client_key_exchange() (387 lines of code) into fiveJoel Sing
2015-09-12Fix function name.Joel Sing
2015-09-12Sync handling of cached record digests with s3_srvr.c.Joel Sing
2015-09-12explicit_bzero() the GOST premaster secret.Joel Sing
2015-09-12Ensure that we clear the libssl error stack before we make a function callJoel Sing
2015-09-12Unwrap a bunch of lines.Joel Sing
2015-09-12__strsignal() is now declared in hidden/signal.hPhilip Guenther
2015-09-12Put tls_peer_cert* functions in the same place.Joel Sing
2015-09-12Finish wrapping <signal.h> so that calls to the sigset ops go direct andPhilip Guenther
2015-09-12Wrap <fcntl.h> so that calls to flock() go direct and both it andPhilip Guenther
2015-09-12Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directPhilip Guenther
2015-09-12Remove most of the SSLv3 version checks and a few TLS v1.0.Doug Hogan
2015-09-12Wrap <dbm.h> and <ndbm.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-12Wrap <bsd_auth.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-12Wrap <assert.h> so that __assert2() goes directPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines ofJoel Sing
2015-09-12Move handshake message header length determination into a separateJoel Sing
2015-09-12Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weakPhilip Guenther
2015-09-12Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Wrap <getopt.h> to make the functions weak and make access to the initializedPhilip Guenther
2015-09-12Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_certificate_request() - removes another 80Joel Sing
2015-09-12Wrap <syslog.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329Joel Sing
2015-09-12Uncopy and unpaste dtls1_send_server_done().Joel Sing
2015-09-12Wrap <dirent.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct andPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_server_hello().Joel Sing
2015-09-12Make these timer_* stubs weak symbolsPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_hello_request().Joel Sing
2015-09-12Convert the rest of the server handshake functions to ssl3_handshake_msg_*.Joel Sing
2015-09-12Uncopy and unpaste dtls1_send_client_verify() - theJoel Sing
2015-09-12Uncopy and unpaste dtls1_send_client_key_exchange() - theJoel Sing
2015-09-12Use explicit_bzero() instead of memset() when clearing private keys.Joel Sing
2015-09-12Pull variable assignment out from function call, fix indentation and setJoel Sing
2015-09-12style(9) and whitespace cleanups.Joel Sing
2015-09-12Remove workaround for old SIMICS toolchain.Miod Vallat
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.Miod Vallat
2015-09-12Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. ChangesJames Turner
2014-03-24Update sqlite to 3.8.4. A list of changes are available here:James Turner
2013-06-09Update to sqlite 3.7.17.Landry Breuil
2012-11-29minor update to 3.7.14.1Marc Espie
2012-06-22import 3.7.13Marc Espie
2012-06-04minor update to 3.7.12.1Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2015-09-11Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of aJoel Sing
2015-09-11Merge the remnants of s3_enc.c into t1_enc.c.Joel Sing
2015-09-11Nuke ssl_set_peer_cert_type().Joel Sing